Bolt
Also known as: bolt.new, StackBlitz Bolt
Bolt is one of the most prominent no-setup vibe coding tools. You describe an app, Bolt generates the full-stack code (typically React or Next.js with a backend), and it runs immediately in StackBlitz's in-browser runtime environment. The loop is tight: ask for a feature, see it working in seconds, iterate.
The main appeal is friction-free prototyping. There's no local dev environment, no dependency installation, and no waiting. The trade-off is that complex production apps quickly hit the limits of what the browser-based runtime can do, and you need to export and deploy manually to go beyond the sandbox.
Bolt occupies the same vibe-coding space as Lovable, v0, and Replit. The differences are mostly in UI, template variety, and deployment story. Bolt has a particularly active open-source community around bolt.diy (a self-hostable version of the tool), which has accumulated significant GitHub stars.