How to Download Your Data from ChanTan Studio
Download a copy of your ChanTan Studio account data in two clicks: what's inside the file, what isn't, and how to get your app's code out instead.
You can download a copy of your account information at any time. It takes two clicks and costs nothing.
Read this first, so you're not surprised: the export is your account information — not the source code of the apps you built. The difference is explained at the bottom.
1. Open Settings
Open Settings from your account menu in the top-right of the dashboard.
2. Press "Security"
Choose "Security" in the list of sections on the left. On a phone, the sections scroll sideways.
3. Find "Devices & data"
Scroll to the card called "Devices & data". Inside it is "Download your data" — described as "A JSON file with your profile, projects list, credit history and preferences."
4. Press "Export data"
Press "Export data". A file downloads to your device straight away — no email, no waiting.
✅ Done. A file is now in your downloads folder containing your account data. Nothing was changed in your account, and no credits were spent.
What's inside the file
| Included | Not included |
|---|---|
| Your profile (name, picture, email) | The source code of the apps you built |
| Your projects list — names and dates | The files, images or pages of those apps |
| Your credit history | The data your app's own visitors saved inside it |
| Your email preferences | Your passwords or payment card details |
| Your referral records |
The file is JSON — a plain text format. You can open it in any text editor. It's meant as a record of your account, not as something to re-import.
I actually want my app's code
That's a different thing, and it's easy:
- Connect GitHub in Settings → Integrations, then use the GitHub button inside your project to push the code to a private repository on your own account. Your database keys are stripped out before anything is sent.
- There is no ZIP download of project code today.
Full walkthrough: Push your code to GitHub.
I want the data stored inside my app
The records and users saved inside an app you built — orders, sign-ups, messages — live in that project. You can see them under the project's "Manage" menu → "Database".
⚠️ There's no one-click bulk export of app data today. If you need it out, ask the AI in that project's chat to build an export feature inside your own app — that's the supported way.
Honest limits
- The export is a snapshot taken when you press the button, not a live feed.
- There's no scheduled or automatic export.
- Deleting your account isn't possible from Settings — write to support@chantan.studio. Export your data first if you want a copy.
If the download never starts, check that your browser isn't blocking downloads for this site, then try once more. Still nothing → support@chantan.studio.