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 [Together AI API key](https://togetherai.link/?utm_source=llamacoder&utm_medium=referral&utm_campaign=example-app): `TOGETHER_API_KEY=` 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)