AI-powered generative desktop environment. Describe what you want, get a working app instantly.
- Natural Language → Apps: Generate functional web apps from text prompts
- Minimal Desktop: Clean interface with draggable/resizable windows
- Free AI Models: Powered by Grok 4 Fast via OpenRouter
- Instant Execution: Apps run safely in sandboxed iframes
# Install dependencies
bun install
# Add your OpenRouter API key
cp .env.example .env.development
# Edit .env.development and add your key
# Start dev server
bun run devVisit http://localhost:3000
Type what you want to build in the prompt bar:
- "Create a calculator"
- "Make a pomodoro timer"
- "Build a tic-tac-toe game"
- "Create a color picker"
Double-click app icons to open them in windows.
- TanStack Start - Full-stack React framework
- Nanostores - Atomic state management
- Radix UI - Accessible components
- Tailwind CSS - Utility-first styling
- react-rnd - Draggable/resizable windows
- OpenRouter - Free AI model access
MIT