SaaS Alternative
Bolt.newCategories
Self-Hosted Developer Tools Web Development Code Generation AI Development React Low CodeStars
Forks
Watchers
Developer links
Open Lovable
Open Lovable from the Firecrawl team delivers the first truly open-source alternative to Lovable.dev — a chat-driven AI copilot that takes any website URL and regenerates it as a complete, editable React application with TypeScript and Tailwind CSS in seconds. The pipeline combines Firecrawl's intelligent web scraping for JavaScript-rendered pages and single-page applications with your choice of AI provider — Claude, GPT-4, Google Gemini, or Groq — to analyze HTML structure, extract layouts and styling, decompose pages into proper React components, and generate production-ready code following modern best practices. Live preview runs in a secure sandbox environment using Vercel Sandbox with OIDC authentication or E2B Cloud, letting you see results immediately and iterate through natural language chat to request changes like Tailwind migration, componentization, SEO improvements, accessibility fixes, or custom form implementations. The optional Morph LLM fast-apply path accelerates small edits by applying diffs directly without full regeneration. The provider-agnostic architecture means you control costs by routing to different models — use Groq for fast iterations and Claude for complex layouts. Project structure follows Next.js conventions with organized app, components, atoms, styles, utils, and hooks directories. Deploy via pnpm with Node.js 18+ requiring only a Firecrawl API key, one AI provider key, and a sandbox provider configuration. Running on a dedicated VPS on RepoCloud with guaranteed CPU, RAM, and SSD, full root SSH access, and a browser serial console. MIT licensed.
Benefits
- Any Website to React App
- Paste any URL and receive a complete React application with TypeScript components, Tailwind CSS styling, and proper file structure in seconds rather than hours of manual development.
- Multi Provider AI Architecture
- Choose between Claude, GPT-4, Google Gemini, or Groq for code generation with per-task routing to optimize cost and quality — use fast models for iteration, powerful models for complexity.
- Live Sandbox Preview and Editing
- Vercel Sandbox or E2B Cloud runs generated code in a secure environment with live preview, enabling iterative chat-based refinements without local build or deployment steps.
- Completely Free and Self Hostable
- MIT-licensed with no subscription fees, usage limits, or lock-in — you own all generated code and pay only for third-party API usage with generous free tiers available.
Features
- Firecrawl Web Scraping
- Handles JavaScript-rendered pages, SPAs, and modern frameworks by extracting clean HTML, CSS, and content as structured LLM-ready data from any URL.
- Chat Driven Code Generation
- Natural language interface for requesting changes including componentization, Tailwind migration, SEO optimization, accessibility fixes, and custom feature additions.
- Morph LLM Fast Apply
- Optional accelerated edit path applies small code diffs directly without full regeneration, enabling rapid iteration cycles during the development workflow.
- Multiple Sandbox Providers
- Choose Vercel Sandbox with OIDC authentication or E2B Cloud for secure isolated code execution with live preview of generated applications.
- Modern React Best Practices
- Generated code uses TypeScript, functional components, Tailwind CSS, Shadcn/ui, and organized project structure following current React and Next.js conventions.