Plans and storage
Your plan controls cloud sync access and the amount of encrypted asset storage available to your account. Asset storage is account-wide: usage is the sum of the counters for workspaces you own.
Storage tiers
| Tier | Included storage | Storage add-on |
|---|---|---|
| Free | 50 MiB (52,428,800 bytes) | Not included |
| Pro (including an in-grace trial) | 10 GiB (10,737,418,240 bytes) | Available |
| Developer | Unlimited | Not needed |
One storage-10gb add-on unit adds exactly 10 GiB (10,737,418,240 bytes) to a Pro subscription. Add-ons are quantity-based and belong to the same Stripe subscription as Pro; they never create a second subscription.
The app shows add-on bytes only after the server has received and projected the Stripe webhook. Opening Checkout or submitting a quantity change does not, by itself, grant storage.
Buying or changing storage
A new Checkout includes one Pro item and accepts 1–100 add-on units. For an existing subscription, the desired add-on quantity may be 0–100; setting it to zero removes the add-on item. Stripe's normal proration rules apply to existing subscriptions.
The Checkout success and cancellation pages return to this app. Success causes the app to refresh subscription and storage usage; cancellation changes no entitlement. If a webhook has not arrived yet, the previous confirmed quota remains in effect.
Quota and soft lock
Uploads and new asset embeds are allowed only while the request remains within the effective quota. If usage is already above a finite quota—for example, after a downgrade—the account enters a soft lock. New uploads and embeds are refused, but listing, previewing, downloading, renaming, moving, and deleting existing assets remain available so you can recover space.
Free accounts ignore stale add-on bytes and use the 50 MiB quota. Pro accounts use 10 GiB plus confirmed add-on units. Developer accounts have unlimited storage (subject to the per-file limit) and are never soft-locked.