Bloxks
Docs

Export your code

Download your app's source code, on the Pro plan and above.

Your app belongs to you. From the builder menu, Pro plan and above, you can download a ZIP with your app's full source code.

Your code is yours

Your app and its code belong to you, not to Bloxks: see Article 4.1 of the Terms of Use. Bloxks keeps hosting and running your project as long as your subscription is active, so download your code before you cancel: if the subscription ends without a prior download, you lose access to your project and its code on Bloxks.

What's inside

The ZIP contains every screen and component of your app, your app icon, and a README with the details below. It also includes the connection details your app needs to keep working: your Supabase link and your RevenueCat subscription key. Those are meant to be public and are safe to ship inside an app.

Keys that must stay private, like an AI provider key, are never included: they stay safely stored on Bloxks' side and keep working for your app without any action from you.

What it's for

This export is your code, for backup, for review, or to hand to a developer. It is not a turnkey project you can open and run in one command: some technical setup files that Bloxks generates automatically when it builds your app for the App Store or Google Play aren't part of the export. A developer picking up the project can recreate that scaffolding around the code in a few minutes.

Good to know

  • Available from Pro plan and above. See Plans and credits.
  • Images, video and audio in your app are hosted by Bloxks and loaded by link, not bundled in the ZIP: they keep working as long as your Bloxks project exists.
  • Prefer a repository that stays up to date on its own? Connect GitHub: see GitHub.