![Llama Coder](/udaysfdx/llamacoder/raw/374e54c859c24d2d6039f6cee48a6d12d25094f5/public/og-image.png)
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
- Together AI for LLM inference
- Sandpack for the code sandbox
- Next.js app router with Tailwind
- Helicone for observability
- Plausible for website analytics
- Clone the repo:
git clone https://github.com/Nutlope/llamacoder
- Create a
.env
file and add your [Together AI API key](Together AI):TOGETHER_API_KEY=
- Run
npm install
andnpm run dev
to install dependencies and run locally
-
Add extra input (for followups) w/ messages support
-
Add the plus-sign for new chat + github icon
-
Fix "Open Sandbox" button by making it open with the tailwindcss external resource
-
Save previous versions so people can go back and forth
-
Apply code diffs directly instead of asking the model to generate the code from scratch
-
Support different kinds of apps (not just React) & scripts with Python for example