Managing Project Storage

Tips to get the most from your Thunkable Account

The size of your Thunkable project is generous, but finite. Projects created with free accounts need to be slightly smaller, while PRO subscribers will have a more generous allowance of project storage but in either case you will want to make the most out of every megabyte.

Project Size

You can find a table of project sizes here:

pageAssets

Cloud Storage

Depending on when you need an asset, storing it in the cloud might make sense. Using cloud storage in your app will not impact your local project size. Thunkable provides multiple third-party integrations, including Airtable, Cloudinary, and Firebase.

Refactoring your App

Sometimes there's simply no option left other than to go back through your app and make it more efficient. Some tips for refactoring your app include:

Disable app screen preview

You can disable screen preview for apps with many screens to improve platform performance and load time. When enabled, the project only loads the screen you're working on, and the others are paused.

To disable app screen preview:

  1. Click your account avatar or icon in the upper right corner.

  2. Select Settings.

  3. Click the FEATURES tab.

  4. Toggle on Disable app screen preview.

Last updated