An open source Claude Artifacts – generate small apps with one prompt. Powered by Llama 3 405B & Together.ai.
- Llama 3.1 405B from Meta for the LLM
- Muliple Providers (OpenAI, Google, Anthropic, OpenRouter and Deepseek etc)
- Sandpack for the code sandbox
- Next.js app router with Tailwind
- Helicone for observability
- Plausible for website analytics
- ✅ Multiple LLMs & Providers Added
- ✅ Api Key Support through env and user input
- ✅ Local LLMs (Ollama & LM Studio) Added
- ✅ Image Support
- ⬜ Dark Mode
- ⬜ Improve Error Handling
- ⬜ Update the publish app
- ⬜ More css libraries support
- ⬜ More Features
- Clone the repo:
git clone https://github.com/Hassanrkbiz/llamacoder-any-llm
- Create a
.env
file and add your provider api keys` - Run
npm install
andnpm run dev
to install dependencies and run locally
For contributing to the repo, please see the contributing guide.