LLM-based application builder playground with support for Gemini and Claude. The project uses a small, toy framework for creation of the GenAI apps called revolt.
Revolt has a minimal syntax and is optimized for:
- Adding new code easily
- Fine-grained reactivity
- Create and add tokens to
.env
. Get Gemini token from AI Studio and (optionally) Claude token from the Anthropics console.
GEMINI_API_KEY=[Gemini token comes here]
ANTHROPIC_API_KEY=[Claude token comes here]
MODEL=[gemini or claude]
- Run the project:
git clone git@github.com:mgechev/revolt-llm
cd revolt-llm
npm i
npm start
-
Open in the browser! http://localhost:42000
-
Enjoy!
MIT