#458 · Primary category: AI Coding Assistants
bolt.new
Prompt, run, edit, and deploy full-stack web applications. -- bolt.new -- Help Center: https://support.bolt.new/ -- Community Support: https://discord.com/invite/stackblitz
Project last updated:12/17/24
GitHub Stars
16.5K
Forks
14.8K
Contributors
18
License
MIT
Why we included this project
Bolt.new is worth a look if you want to see what happens when an AI model gets full control of a real development environment rather than just generating code snippets. It runs the entire stack in the browser through WebContainers, so the agent can install npm packages, start a Node server, call third-party APIs, and even deploy the finished app from the chat window. That makes it useful both as a fast way to prototype full-stack ideas without any local setup and as a reference implementation for teams building their own AI-powered development tools. The open-source codebase shows how to wire an LLM to a filesystem, terminal, and browser console, which is genuinely instructive if you are planning a similar agent and want to see how environment control is handled in practice.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.