Documentation Index
Fetch the complete documentation index at: https://docs.superblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
App imports are currently in beta. Contact support to get on the waitlist.
What gets migrated
When you import an app, Clark analyzes the source code and automatically replaces external dependencies with Superblocks platform features:| Source app | Superblocks |
|---|---|
Database clients (pg, knex, Prisma, Supabase) | Integrations connected to your enterprise databases |
| Hardcoded API keys and secrets | Credentials managed by the platform |
| Custom auth (Passport, JWT, Supabase Auth) | Platform-managed authentication and RBAC |
| Express routes, Deno functions | Backend APIs |
| Frontend pages and components | Superblocks pages with the same design and styles |
How to import
Start the import
From the Superblocks home screen, click Import in the prompt bar, or click the Import an app link below it.

Choose your source
Pick the platform you’re migrating from. Superblocks supports Replit, Lovable, and zip uploads from any tool (v0, Claude, Bolt, or your own project).

Export and upload your project
For Replit and Lovable, Superblocks gives you a ready-made export prompt. Copy it, paste it into your tool’s chat, and it will build a zip for you. Download the zip and drop it into the upload area.For any other tool, zip your project’s root folder (excluding 
node_modules, .git, and build artifacts) and upload it directly.
Clark migrates the app
Once uploaded, Clark inspects the project structure, identifies frameworks, data sources, and pages, then rewrites the code to run on Superblocks. You’ll be prompted to connect your integrations — pick the databases, APIs, and services the app should talk to in your environment.

