Import from Lovable
⏰ Estimated time: four minutes Import a Lovable project into Replit by exporting it to GitHub, then importing that repository. For comprehensive import options including other platforms like GitHub, Figma, and Bolt, see the Import feature documentation.Before you start
- A Lovable project you can export
- A GitHub account connected to Lovable
- A Replit account
Import steps
- Export your Lovable project to GitHub.
- Open replit.com/import.
- Select Lovable.
- Connect your GitHub account.
- Select the exported Lovable repository.
- Select Import.
What gets imported
Replit imports the following from your project:- Code: Application logic and source files
- Design and styles: UI components and styling rules
- Assets: Images, icons, and static files
- Backend logic: Server-side functionality, if present
- Database schema: Table structure, if present
What is not imported
- Supabase data: Existing database records are not migrated
- Secrets: Environment variables and API keys must be added separately
Configure and run your app
During import, . If your app needs changes, use these Workspace tools:- Agent: Refine features, debug issues, and make code changes
- Secrets: Add API keys and environment variables
- Workflows: Set the Run command for your app
Continue your journey
Now that you’ve imported your , explore these next steps:- Replit Agent: Get help with feature work, debugging, and refactoring
- Make your Replit App Public: Share your app as a Template
- Replit Deployments: Publish your app
- Database setup: Configure your database with Agent help
- Collaborate: Build with teammates