# llamacoder **Repository Path**: mirrors_trending/llamacoder ## Basic Information - **Project Name**: llamacoder - **Description**: Open source Claude Artifacts – built with Llama 3.1 405B - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-05 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Llama Coder

Llama Coder

An open source Claude Artifacts – generate small apps with one prompt. Powered by Llama 3 on Together.ai.

## Tech stack - [Llama 3.1 405B](https://ai.meta.com/blog/meta-llama-3-1/) from Meta for the LLM - [Together AI](https://togetherai.link/?utm_source=llamacoder&utm_medium=referral&utm_campaign=example-app) for LLM inference - [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox - Next.js app router with Tailwind - Helicone for observability - Plausible for website analytics ## Cloning & running 1. Clone the repo: `git clone https://github.com/Nutlope/llamacoder` 2. Create a `.env` file and add your API keys: - **[Together AI API key](https://dub.sh/together-ai/?utm_source=example-app\&utm_medium=llamacoder\&utm_campaign=llamacoder-app-signup)**: `TOGETHER_API_KEY=` - **[CSB API key](https://codesandbox.io/signin)**: `CSB_API_KEY=` - **Database URL**: Use [Neon](https://neon.tech) to set up your PostgreSQL database and add the Prisma connection string: `DATABASE_URL=` 3. Run `npm install` and `npm run dev` to install dependencies and run locally ## Contributing For contributing to the repo, please see the [contributing guide](./CONTRIBUTING.md)