Skip to main content 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
Use Agent to rebuild missing functionality, add secrets, and recreate database data.
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: