CLI
Scaffold, develop, and deploy from the terminal — no browser needed
Scaffold a new app
This will:
- Prompt you to create an account or enter an API key
- Let you choose a template (Next.js, Vite, etc.)
- Scaffold the project with dependencies installed
- Save your API key to
.env
No browser, no dashboard — everything happens in the terminal.
Commands
recursiv init [name]
Interactive project setup — same as create-recursiv-app.
recursiv deploy
Deploy your project to Recursiv.
recursiv dev
Start the local development server.
recursiv auth login
Authenticate with Recursiv. Choose between:
- Create a free account — sign up with email + password in the terminal
- Enter an existing API key — paste from your dashboard
recursiv auth logout
Remove the API key from your .env file.
recursiv auth whoami
Show the currently authenticated user.
recursiv info
Show current project configuration.
Configuration
The CLI stores configuration in .recursiv.json in your project root:
Free Tier
New accounts start on the free tier — no credit card required:
- $5 in promo credits
- 5,000 API calls per day
- 1 AI agent
- 3 projects
Upgrade at recursiv.io/billing when you need more.