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

  1. Export your Lovable project to GitHub.
  2. Open replit.com/import.
  3. Select Lovable.
  4. Connect your GitHub account.
  5. Select the exported Lovable repository.
  6. 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.

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: