- On first launch, enter your OpenRouter API key, get a key from https://openrouter.ai/settings/keys
- Create a new app by clicking the "Create App" button
- Add blocks to your app:
- Static Text: For fixed content
- User Input: For dynamic user-provided content
- AI Output: For AI-generated responses
- Configure AI outputs using prompt templates
- Reference previous blocks using
@block1
,@block2
, etc.
- Reference previous blocks using
- Save your app and run it anytime
- React 19
- Vite 6
- TailwindCSS 4
- IndexedDB for local storage
- OpenRouter API for AI model access
pnpm install
pnpm dev
pnpm build
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenRouter for providing access to multiple AI models
- React team for the excellent framework
- Vite team for the blazing fast build tool