> ## 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="heart" href="/building-with-clark/import-app/lovable">
    Import a Lovable project into Superblocks
  </Card>

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

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

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

  <Card title="From ChatGPT" icon="https://mintcdn.com/superblocks/j-lI4ulWx0kOWqmi/logo/openai.svg?fit=max&auto=format&n=j-lI4ulWx0kOWqmi&q=85&s=0b1d451ee1b0e7b3c6ad565395b0cbe5" href="/building-with-clark/import-app/chatgpt" width="24" height="24" 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>
