Llama Coder
LlamaCoder by together.ai is a web tool that lets you generate entire web applications from a simple natural language prompt. It taps into the Llama 3.1 405B model (and Together’s inference infrastructure) to interpret what you want, say, a quiz app, a task tracker or a budget planner, and then output working React/Next.js code that you can immediately run or modify.
The project is open source (hosted in GitHub) and uses a sandboxing setup (e.g. via Sandpack) so developers can try out or tweak the generated apps directly in the browser. It acts both as a showcase of what modern LLMs can do in code generation and as a productivity tool for prototyping or learning — though, like all AI‑generated code, outputs often need human review, debugging or refinement.