Deployment requires the configuration of three core API keys:
- E2B_API_KEY: Registered from e2b.dev for code sandboxing isolated runs
- FIRECRAWL_API_KEY: Visit firecrawl.dev to register and support web data crawling
- AI model key(at least one): Anthropic/OpenAI/Groq optional, Kimi K2 model of Groq recommended for faster response
Steps to get it: 1) Visit the corresponding website to register an account; 2) Generate the API key in the developer console; 3) Fill the key into the .env.local file in the root directory of the project. Note that the file should be added to .gitignore to prevent leakage.
This answer comes from the articleOpen Lovable: using AI to quickly clone web pages into React appsThe