An open source Claude Artifacts – generate small apps with one prompt. Turn your idea 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/artifthepossible/llamacoder - Create a
.envfile and add your Together AI API key:TOGETHER_API_KEY= - Run
npm installandnpm run devto install dependencies and run locally
- docker build -t llamacoder-app:v1 .
- docker run -p 3000:3000 llamacoder-app:v1 Launch Application: http://localhost:3000
- docker compose up --build http://localhost:3000 Launch Application: http://localhost:3000