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
- Host: GitHub
- URL: https://github.com/shouryamaanjain/llama-artifacts
- Owner: shouryamaanjain
- Created: 2024-09-06T13:52:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T08:51:28.000Z (about 1 year ago)
- Last Synced: 2024-10-12T18:00:32.606Z (about 1 year ago)
- Topics: ai, artifacts, claude, code-generation, llama, v0, v0dev
- Language: TypeScript
- Homepage: https://artifacts.shouryamaanjain.com
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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