An open-source AI app builder. Describe what you want, and Adorable builds it for you in real time — complete with a live preview, terminal, and one-click publishing.
- Conversational app building — Chat with an AI that writes, edits, and runs code inside a sandboxed VM
- Live preview & terminal — See your app update in real time with an embedded browser and terminal
- One-click publish — Deploy to a production domain with a single click
- Persistent projects — Every project is backed by a git repo; conversations and history are preserved across sessions
- GitHub Sync — Create projects from existing GitHub repositories with bidirectional sync (see https://docs.freestyle.sh/v2/git/github-sync for setup)
- Framework: Next.js (App Router, TypeScript, Turbopack)
- AI: Vercel AI SDK with OpenAI and Anthropic support
- Chat UI: assistant-ui
- Sandboxing: Freestyle cloud VMs with git-backed persistence
- Styling: Tailwind CSS + shadcn/ui
cd adorable
cp .env.example .env.local # add your API keys
npm install
npm run devOpen http://localhost:3000 to start building.
