An open source Claude Artifacts – generate small apps with one prompt. Powered by Llama 3 on Together.ai.
- Llama 3.1 405B from Meta for the LLM
- Together AI for LLM inference
- Sandpack for the code sandbox
- Next.js app router with Tailwind
- Helicone for observability
- Plausible for website analytics
- WIP: Add the possibility to use Ollama server (dev)
- Clone the repo:
git clone https://github.com/Nutlope/llamacoder - Create a
.envfile and add your Together AI API key:TOGETHER_API_KEY= - Run
npm installandnpm run devto install dependencies and run locally - If you want to use Ollama: set
OLLAMA_BASE_URLand install and run a model. 5.Donwload gemm3:12b:ollama run gemma3:12b
For contributing to the repo, please see the contributing guide