create-corral
v0.5.0
Published
Agent-native auth + payments. Your AI coding agent adds login, Stripe billing, and feature gating to any app.
Maintainers
Readme
🦙 corral (CLI)
Scaffold Corral-powered SaaS apps in seconds.
What it does
The corral CLI scaffolds and manages Corral-powered SaaS projects. One command stands up auth, billing, and database configuration — no copy-pasting boilerplate.
Quick Start
npx corral init my-appCommands
| Command | Description |
|---------|-------------|
| corral init [name] | Scaffold a new Corral project |
| corral add auth | Add auth configuration to existing project |
| corral add billing | Add Stripe billing to existing project |
| corral add gate <name> | Add a feature gate |
| corral dev | Start dev server with live reloading |
| corral login | Authenticate with Corral Cloud |
| corral logout | Sign out |
| corral --help | Show all commands |
What corral init generates
my-app/
├── corral.yaml # Corral config
├── src/
│ ├── auth.ts # Auth setup
│ ├── billing.ts # Stripe integration
│ └── gates.tsx # Feature gates
├── .env.local.example # Required env vars
└── package.jsonDocs
📖 Full documentation at llama-farm.github.io/corral
License
MIT © llama-farm
