Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nutlope/llamacoder
Open source Claude Artifacts – built with Llama 3.1 405B
https://github.com/Nutlope/llamacoder
Last synced: about 1 month ago
JSON representation
Open source Claude Artifacts – built with Llama 3.1 405B
- Host: GitHub
- URL: https://github.com/Nutlope/llamacoder
- Owner: Nutlope
- License: mit
- Created: 2024-07-25T05:01:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T18:21:32.000Z (about 1 month ago)
- Last Synced: 2024-12-21T02:53:14.800Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://www.llamacoder.io/
- Size: 3.36 MB
- Stars: 3,965
- Watchers: 55
- Forks: 687
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Nutlope/llamacoder - Open source Claude Artifacts – built with Llama 3.1 405B (TypeScript)
- awesome-AI-driven-development - llamacoder - An open source Claude Artifacts – generate small apps with one prompt. (Uncategorized / Uncategorized)
README
An open source Claude Artifacts – generate small apps with one prompt. Powered by Llama 3 405B & 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://dub.sh/together-ai/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup) 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://dub.sh/together-ai/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup): `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).