> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Import from Lovable

> Import Lovable projects into Replit by exporting to GitHub first.

export const platform_1 = "Lovable"

export const platform_0 = "Lovable"

export const projectType_0 = "project"

export const setupDescription_0 = "Agent validates project structure and adjusts setup for Replit"

## 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](/core-concepts/project-editor/app-setup/import).

## 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](https://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 {platform_1} 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, {setupDescription_0}. If your app needs changes, use these Project Editor tools:

* **[Agent](/core-concepts/agent)**: Refine features, debug issues, and make code changes
* **[Secrets](/core-concepts/project-editor/app-setup/secrets)**: Add API keys and environment variables
* **[Workflows](/core-concepts/project-editor/app-setup/workflows)**: Set the **Run** command for your app

## Continue your journey

Now that you've imported your {platform_0} {projectType_0}, explore these next steps:

* [Replit Agent](/core-concepts/agent): Get help with feature work, debugging, and refactoring
* [Replit Deployments](/category/replit-deployments): Publish your app
* [Database setup](/cloud-services/storage-and-databases/sql-database): Configure your database with Agent help
* [Collaborate](/replitai/invite-teammates): Build with teammates
