Skip to main content

Import from Bolt

Estimated time: four minutes
Agent currently supports Bolt imports for Vite + React apps.
Import a Bolt project into Replit by exporting it to GitHub, then importing that repository. For comprehensive import options including other platforms like GitHub, Figma, and Lovable, see the Import feature documentation.

Before you start

  • A Bolt project you can export
  • A GitHub account connected to Bolt
  • A Replit account

Import steps

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