An open source Claude Artifacts – generate small apps with one prompt. Powered by 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 (Optional)
- Clone the repo:
git clone https://github.com/shouryamaanjain/llama-artifacts
- Create a
.env
file and add your Together AI API key:TOGETHER_API_KEY=
- Run
npm install
andnpm run dev
to install dependencies and run locally