An open API service indexing awesome lists of open source software.

https://github.com/shouryamaanjain/llama-artifacts

Claude artifacts. But with llama
https://github.com/shouryamaanjain/llama-artifacts

ai artifacts claude code-generation llama v0 v0dev

Last synced: 8 months ago
JSON representation

Claude artifacts. But with llama

Awesome Lists containing this project

README

          


Llama Coder

Llama Artifacts



An open source Claude Artifacts – generate small apps with one prompt. Powered by 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://together.ai/) for LLM inference
- [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox
- Next.js app router with Tailwind
- Helicone for observability (Optional)

## Cloning & running

1. Clone the repo: `git clone https://github.com/shouryamaanjain/llama-artifacts`
2. Create a `.env` file and add your [Together AI API key](https://together.xyz/): `TOGETHER_API_KEY=`
3. Run `npm install` and `npm run dev` to install dependencies and run locally