All 50 Dependencies

Every package Llama Coder depends on, ranked by repo health score.

Llama Coder is an open-source AI code generator that converts a plain-English prompt into a complete, runnable multi-file React web application in seconds. It's built as an open alternative to Claude Artifacts, letting anyone spin up a working app prototype without writing a single line of code.

The generator supports a growing roster of frontier open-source models via Together AI, including Llama 3.3 70B, Qwen3 Coder 480B, GLM 5.1, MiniMax M2.7, and DeepSeek V3. A screenshot-to-code mode lets users upload a UI image and get a faithful React recreation. Every generated app runs live inside a Sandpack sandbox with real-time preview, and the integrated Monaco editor with syntax highlighting allows on-the-fly edits without leaving the browser.

Conversation history is persisted in PostgreSQL via Neon so sessions survive page refreshes, and a multi-turn chat interface lets users iterate on their app through natural language follow-up requests. Generated projects can be downloaded as a ZIP archive or shared via a public URL with a dynamic Open Graph preview image.

Self-hosting requires only three environment variables — a Together AI API key, a CodeSandbox API key, and a Neon PostgreSQL connection string — and the project deploys cleanly on Vercel with Prisma handling schema migrations automatically at build time.

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search