Llama Coder

Active
GitHub TypeScript MIT

Description

Open-source AI code generation tool built on Llama models, generating complete code projects from natural language descriptions — a local alternative to Claude Artifacts.

Key Features

  • One-click complete code project generation — describe in natural language, get a runnable app
  • Powered by Llama 3.1 405B — Meta's largest open-source model for code generation
  • Sandpack code sandbox — generated code previews and runs in-browser in real time
  • Next.js App Router + Tailwind — modern frontend tech stack
  • Open-source Claude Artifacts alternative — free to use, no vendor lock-in
  • Helicone observability integration — track LLM call performance and cost

Use Cases

💡 Rapid prototyping — describe requirements in one sentence, get a runnable MVP in seconds
💡 Learn programming — study generated code structure and logic to learn best practices
💡 Build internal tool prototypes — quickly generate dashboards, forms, admin panels
💡 Hackathon rapid delivery — complete a fully demonstrable app in minimal time
💡 Frontend component scaffolding — generate React/Tailwind components with live preview

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (7.1k stars)
  • Permissive open-source license (MIT)
  • Established track record (2 years in production)

Quick Start

Clone the repo, create a .env file with TOGETHER_API_KEY, CSB_API_KEY, and DATABASE_URL (use Neon PostgreSQL), then npm install && npm run dev to start the local dev server.

Related Projects

OpenClaude

30.7k · TypeScript
Active A

Open-source coding agent CLI supporting OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 200+ models via OpenAI-compatible APIs.

coding-agentclimulti-model +3
  • · Multi-backend LLM support — one CLI connects OpenAI, Gemini, DeepSeek, Ollama, Codex and 200+ models
  • · Tool-driven coding — built-in bash, file read/write/edit, grep, glob, agents, tasks, MCP and slash commands
  • · Provider profiles — guided setup via /provider, save and switch between AI backend configurations

OpenCodeInterpreter

1.8k · Python
Stale C

Open-source code generation system that integrates code synthesis, dynamic execution, and iterative refinement, comparable to GPT-4 Code Interpreter.

coding-agentcode-generationllm +1
  • · Closed-loop code generation and execution — LLM writes code, sandbox runs it, errors feed back to the model
  • · Iterative refinement — model self-fixes based on execution errors until tests pass
  • · Multi-language support — code generation and execution for Python, JavaScript, Shell, and more

ByteRover CLI

4.9k · TypeScript
Normal B

ByteRover CLI provides persistent structured memory for autonomous coding agents. It features context tree management, git-like version control, and cloud sync, compatible with Cursor, Claude Code, Windsurf, and 22+ coding agents via MCP integration.

agent-memorycontext-managementcoding-agent +3
  • · Persistent structured memory with context tree and knowledge storage for coding agents
  • · Git-like version control for context trees (branch, commit, merge, push/pull)
  • · Supports 20 LLM providers including Anthropic, OpenAI, Google, Groq, DeepSeek