Before you begin
Make sure you have:- A Lovable project you want to migrate
- Access to the Superblocks workspace where the app will live
- The integrations (databases, APIs) you plan to connect already configured in Superblocks
How to import from Lovable
1
Start the import
From the Superblocks home screen, click Import in the prompt bar, or click the Import an app link below it.
2
Select Lovable as your source
When prompted to choose a platform, select Lovable.
3
Export your project from Lovable
Superblocks provides a ready-made export prompt. Copy it and paste it into the Lovable chat — Lovable will build you a 
LovableExport.zip. Download the zip from Lovable once it’s ready.
4
Upload the zip
Drop the downloaded zip file into the Superblocks upload area and click Import.

5
Clark migrates the app
Clark inspects your project structure and imports what it can, including:
- Code — your app’s source files and logic
- Design and styles — layouts, component styles, and visual structure
- Backend functionality — any server-side logic Clark detects
You’ll be prompted to connect your integrations — pick the databases, APIs, and services the app should use in your environment.
What gets migrated
Clark analyzes the Lovable source code and replaces external dependencies with Superblocks platform features. Most React components, layouts, and styles migrate as-is. Logic that depends on Supabase or other Lovable-specific services is rewritten to use your connected integrations.Troubleshooting
The zip won’t upload — Make sure the zip contains your project’s root folder and excludesnode_modules, .git, and build output directories. Re-run the export prompt in Lovable if needed.
Some components look different after migration — Clark preserves styles where possible, but some Lovable-specific UI libraries may not have a direct equivalent. You can edit any component directly in Superblocks after the import completes.
Integrations aren’t connecting — Verify that the integration is configured in your Superblocks workspace before importing. You can add integrations from the Integrations page and then reconnect them from within the imported app.
