IMPORT

Import code from anywhere

Have HTML or JavaScript from an AI conversation? Paste it into Deplixo. We turn it into a real app with a database, user accounts, and a shareable link — things a code snippet can't do on its own.

When to use this

  • You asked Claude or ChatGPT to build something and got code in an artifact or canvas
  • You have an HTML file or JavaScript app you want to put online
  • You want your code to have a real database and shareable URL instead of just running locally
1

Copy your code

From Claude

Open the artifact, click the Code tab at the top, then copy the code.

From ChatGPT

Open the canvas, click the code icon, then copy the code.

Copying code from Claude or ChatGPT
2

Paste into Deplixo

Open the Deplixo builder and click the "Import from Claude/ChatGPT" tab. Select your platform, paste your code, give it a name, and click Import & Preview.

Pasting code into Deplixo import
3

Get a real app

Deplixo automatically upgrades your code — replacing localStorage with a real database, adding user accounts if needed, and giving you a shareable URL. You can then iterate on it in the builder just like any other Deplixo app.

Your imported app is live

What Deplixo adds to your code

Code from AI conversations usually stores data in localStorage (which only works on one device) and runs as a standalone file (no URL to share). Deplixo automatically upgrades it:

localStorage → real database (persists, syncs across devices)
Local file → shareable URL anyone can visit
Single user → multi-user with real-time sync
No accounts → user login with Google/email
Open the Builder

Or use with Claude / use with ChatGPT to deploy directly without copying code.