Passer au contenu principal

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 Base44

Durée estimée : quatre minutes Importez un projet Base44 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.

Avant de commencer

  • Un projet Base44 que vous pouvez exporter
  • Un compte GitHub connecté à Base44
  • Un compte Replit

Étapes d’import

  1. Exportez votre projet Base44 vers GitHub.
  2. Ouvrez replit.com/import.
  3. Sélectionnez Base44.
  4. Connectez votre compte GitHub.
  5. Sélectionnez le dépôt Base44 exporté.
  6. Sélectionnez 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 Project Editor 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: