An AI-powered development platform that helps developers build and deploy full-stack Next.js applications with automated infrastructure setup.
- Neon - Postgres database for storing projects, versions, and secrets
- Stack Auth - Authentication for platform users
- Assistant UI - AI chat interface and conversation persistence
- Mastra - AI agents and workflow orchestration
- Neon - Dedicated Postgres database with branching support
- Stack Auth - Authentication provider (auto-configured via Neon Auth)
- Freestyle.sh - Cloud development server with git integration
- Creates projects with automated database, auth, and dev server setup
- Manages project versions with database snapshots and git commits
- Provides AI chat interface for development guidance
- Orchestrates complex initialization workflows with Vercel Workflows
- Tracks and manages environment secrets per project version
Copy the example environment file and fill in your API keys:
cp example.env .envAll required environment variables are documented in example.env.
npm installnpm run devYour application will be available at http://localhost:3000.