Open Lovable is an open-source project by Mendable AI that lets developers clone any website and convert it into a React app using AI, powered by Firecrawl, Groq/Moonshot AI, and E2B sandbox. Free, self-hosted, and privacy-friendly.
Open Lovable is an open-source project by Mendable AI that allows developers to clone any website and instantly convert it into a modern React application using AI. It is designed as a free, flexible, and self-hosted alternative to the commercial tool Lovable AI.
Open Lovable integrates several key components:
Together, these components form a pipeline of crawl → understand → generate → safely execute.
Clone the repo and install dependencies:
git clone https://github.com/mendableai/open-lovable.git
cd open-lovable
npm install
Configure API keys in .env.local
:
E2B_API_KEY
, FIRECRAWL_API_KEY
OPENAI_API_KEY
, ANTHROPIC_API_KEY
, GROQ_API_KEY
Start development server:
npm run dev
Open http://localhost:3000 to access the interface.
On Hacker News, some users noted that Open Lovable is essentially a “website copier,” raising ethical discussions around its use of Firecrawl for scraping. Still, it has been praised as a powerful prototyping and learning tool.
Share your thoughts about this page. All fields marked with * are required.