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

# Overview

> Bring apps from Replit, Lovable, v0, Claude, or any other tool into Superblocks

<Note>
  App imports are currently in **beta**.
</Note>

Import apps you've prototyped in other tools — Replit, Lovable, v0, Claude, or any other third-party tool — and turn them into production-ready applications on your enterprise data.

Upload a zip of your project and Clark handles the rest: rewriting code to use Superblocks integrations, connecting to your real data sources, and replacing prototypes to production ready applications with platform-managed authentication and RBAC.

<img src="https://mintcdn.com/superblocks/oaNT4sOYeJo3eCfB/building-with-clark/import-app/choose-source.png?fit=max&auto=format&n=oaNT4sOYeJo3eCfB&q=85&s=c2612a7b9819a436a4a783e827afc161" width="1642" height="990" data-path="building-with-clark/import-app/choose-source.png" />

## What gets migrated

Clark analyzes your source code and automatically replaces external dependencies with Superblocks platform features:

| Source app                                        | Superblocks                                                                   |
| ------------------------------------------------- | ----------------------------------------------------------------------------- |
| Database clients (`pg`, `knex`, Prisma, Supabase) | [Integrations](/integrations/overview) 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](/admin/org-administration/rbac)    |
| Express routes, Deno functions                    | [Backend APIs](/building-with-clark/backend-apis)                             |
| Frontend pages and components                     | React pages hosted on the platform, preserving your design and styles         |

## Supported platforms

For step-by-step instructions, choose your source platform:

<CardGroup cols={2}>
  <Card title="From Lovable" icon="https://mintcdn.com/superblocks/zxbbqkpDCWRwKwP-/logo/lovable.svg?fit=max&auto=format&n=zxbbqkpDCWRwKwP-&q=85&s=47a819aaf6d54559a0e5bec165888e5c" href="/building-with-clark/import-app/lovable" width="121" height="122" data-path="logo/lovable.svg">
    Import a Lovable project into Superblocks
  </Card>

  <Card title="From Replit" icon="https://mintcdn.com/superblocks/zxbbqkpDCWRwKwP-/logo/replit.svg?fit=max&auto=format&n=zxbbqkpDCWRwKwP-&q=85&s=66d256d2e1c46a8a4468930e9dfc8c21" href="/building-with-clark/import-app/replit" width="16" height="16" data-path="logo/replit.svg">
    Import a Replit project into Superblocks
  </Card>

  <Card title="From v0" icon="https://mintcdn.com/superblocks/zxbbqkpDCWRwKwP-/logo/v0.svg?fit=max&auto=format&n=zxbbqkpDCWRwKwP-&q=85&s=fdb27a5b8f03a2b170acb909ed30f073" href="/building-with-clark/import-app/v0" width="16" height="16" data-path="logo/v0.svg">
    Import a v0 project into Superblocks
  </Card>

  <Card title="From Claude" icon="https://mintcdn.com/superblocks/zxbbqkpDCWRwKwP-/logo/claude.svg?fit=max&auto=format&n=zxbbqkpDCWRwKwP-&q=85&s=a8ff66c52b0f6332a0fa07125aa0e51b" href="/building-with-clark/import-app/claude" width="16" height="16" data-path="logo/claude.svg">
    Import a Claude-generated project into Superblocks
  </Card>

  <Card title="From ChatGPT" icon="https://mintcdn.com/superblocks/zxbbqkpDCWRwKwP-/logo/openai.svg?fit=max&auto=format&n=zxbbqkpDCWRwKwP-&q=85&s=713d5443e74287146fc592cd89c6a77c" href="/building-with-clark/import-app/chatgpt" width="16" height="16" data-path="logo/openai.svg">
    Import a ChatGPT-generated project into Superblocks
  </Card>

  <Card title="Other app" icon="file-zip" href="/building-with-clark/import-app/other">
    Import any app via zip upload — Bolt, Cursor, Windsurf, or your own project
  </Card>
</CardGroup>
