Skip to content

TOpen source Claude Artifacts – built with Llama 3.1 405B

Notifications You must be signed in to change notification settings

artofthepossible/llamacoder

 
 

Repository files navigation

Llama Coder

An open source Claude Artifacts – generate small apps with one prompt. Turn your idea 3 405B & Together.ai.

Tech stack

  • Llama 3.1 405B from Meta for the LLM
  • Together AI for LLM inference
  • Sandpack 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/artifthepossible/llamacoder
  2. Create a .env file and add your Together AI API key: TOGETHER_API_KEY=
  3. Run npm install and npm run dev to install dependencies and run locally

Using Docker File

  1. docker build -t llamacoder-app:v1 .
  2. docker run -p 3000:3000 llamacoder-app:v1 Launch Application: http://localhost:3000

Using Docker Compose

  1. docker compose up --build http://localhost:3000 Launch Application: http://localhost:3000

About

TOpen source Claude Artifacts – built with Llama 3.1 405B

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.6%
  • C 2.4%
  • Metal 1.0%
  • C++ 0.6%
  • TypeScript 0.6%
  • Cython 0.5%
  • Other 0.3%