Rivet is a visual AI editor for product designers. Use Rivet's style editor and chat to make changes, and then publish generated production code to your repository.
npm install -g rivet-designFor web applications:
- Navigate to your project repo
- Start your project's local development server
- Run
rivetin your project directory which will spin up an interactive frontend you can use to make changes
cd my-project-repo
rivetRun rivet --help to see the full list of available flags. Some especially useful options are:
--user-port- The port where your dev server is running (default:
3000). - Rivet automatically detects common ports for frameworks like React, Vite, and Next.js, but you can override this if your setup uses a different port.
- The port where your dev server is running (default:
--no-git-tracking- Git tracking defaults to enabled. Rivet creates a branch and commits successful changes automatically.
- To manage git operations yourself, use
--no-git-trackingto disable automatic git operations.