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
- Exportez votre projet Base44 vers GitHub.
- Ouvrez replit.com/import.
- Sélectionnez Base44.
- Connectez votre compte GitHub.
- Sélectionnez le dépôt Base44 exporté.
- 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
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:- Replit Agent: Get help with feature work, debugging, and refactoring
- Replit Deployments: Publish your app
- Database setup: Configure your database with Agent help
- Collaborate: Build with teammates