> ## 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.

# Importer depuis Bolt

> Importez des projets Bolt dans Replit en les exportant d'abord vers GitHub.

export const platform_1 = "Bolt"

export const platform_0 = "Bolt"

export const projectType_0 = "project"

export const setupDescription_0 = "Agent valide la structure du projet et ajuste la configuration pour Replit"

## Importer depuis Bolt

⏰ *Durée estimée : quatre minutes*

<Warning>Agent prend actuellement en charge les imports Bolt pour les applications Vite + React.</Warning>

Importez un projet Bolt dans Replit en l'exportant vers GitHub, puis en important ce dépôt.

Pour des options d'import complètes incluant d'autres plateformes comme GitHub, Figma et Lovable, consultez la [documentation de la fonctionnalité d'import](/core-concepts/project-editor/app-setup/import).

## Avant de commencer

* Un projet Bolt que vous pouvez exporter
* Un compte GitHub connecté à Bolt
* Un compte Replit

## Étapes d'import

1. Exportez votre projet Bolt vers GitHub.
2. Ouvrez [replit.com/import](https://replit.com/import).
3. Sélectionnez **Bolt**.
4. Connectez votre compte GitHub.
5. Sélectionnez le dépôt Bolt exporté.
6. Sélectionnez **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](/references/agent/overview)**: Refine features, debug issues, and make code changes
* **[Secrets](/core-concepts/project-editor/app-setup/secrets)**: Add API keys and environment variables
* **[Workflows](/references/workspace-tools/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](/references/agent/overview): Get help with feature work, debugging, and refactoring
* [Replit Deployments](/learn/projects-and-artifacts/replit-deployments): Publish your app
* [Database setup](/references/data-and-storage/sql-database): Configure your database with Agent help
* [Collaborate](/build/invite-teammates): Build with teammates
