Start here
Quickstart
Use Lasso alongside an existing Vite or Next.js project. Lasso runs locally, injects the overlay in memory, and keeps your source code under your control.
Install
npm install --save-dev @lasso-ai/cli
lasso auth login
# or
npx @lasso-ai/cli auth loginStart your app with Lasso
lasso dev
# or
npx @lasso-ai/cli devLasso detects your framework, starts the development server, and attaches the visual overlay. Open the URL printed by your framework, then select an element.
Make a change
- Enable Lasso Mode from the floating toolbar.
- Click a component or drag across a region.
- Describe the change in plain language.
- Review the proposed diff.
- Apply it when the change looks right.
Nothing is written automatically. Lasso prepares a source change and waits for your approval.
Next steps
Use the Lasso Host for stable local domains or configure team collaboration.