An end-to-end coding platform where users enter text prompts and an AI agent generates full-stack applications in a sandboxed environment with live preview, file explorer, and command logs.
- Multi-model support via AI Gateway (Claude, GPT, Grok)
- Secure code execution with Vercel Sandbox
- Real-time live preview of generated apps
- File explorer for browsing project files
- Command logs and error monitoring
- One-click deploy to Vercel
- Next.js with Turbopack
- AI SDK v6
- Vercel AI Gateway
- Vercel Sandbox
- Tailwind CSS
- shadcn/ui
pnpm install
pnpm devOpen http://localhost:3000.
- Claude Opus 4.6
- Claude Sonnet 4.6
- GPT-5.3 Codex
- Grok 4.1 Reasoning
The platform deploys to Vercel via Git integration — preview per PR, production
on merge to main. It builds and boots with zero credentials (anonymous,
unmetered mode) and switches on auth, billing, live models, and real sandboxes
as their environment variables appear.
See docs/DEPLOYMENT.md for the full deployment design:
topology, environments, the database/migration strategy, the secrets matrix,
CI/CD, health checks, security hardening, and the release runbook.
Quick paths:
- One-click: the Deploy with Vercel button above.
- Dashboard: import the repo as a Vercel project (Root Directory = repo
root; Next.js auto-detected) and set environment variables per
docs/DEPLOYMENT.md§5. - Health check:
GET /api/healthreports DB connectivity and which subsystems are configured — use it for uptime monitoring and post-deploy smoke tests.