Plans & Billing
Free and Pro plans
Last updated: March 2026
Work in progress: We're still learning about usage patterns as the platform grows. Plan limits and pricing may change as we better understand what users need.
Plan comparison
| Feature | Free | Pro ($20/mo) |
|---|---|---|
| Vibes | 5 | 25 |
| Key-value storage | 100 MB | 1 GB |
| File storage | — | 5 GB |
| SQL database | — | Included |
| Encrypted secrets | — | Included |
| Monthly credits | 250 | 1,500 |
| Daily API calls | 10,000 | 100,000 |
| MCP tools | Included | Included |
| OAuth | Included | Included |
| Access control | Included | Included |
What counts as a credit?
Credits are consumed when the Vibe Builder generates or modifies vibes. Every Vibe Builder request consumes at least 1 credit. More complex requests — those that require larger AI models or more back-and-forth — will consume more credits.
The cost is based on the actual AI compute used. Simple changes (like tweaking a color) cost less than building a full app from scratch.
Credits reset monthly. You can check your current usage from the billing page.
What doesn't use credits
Regular use of your published vibes does not consume credits:
- Visiting your vibe in a browser
- API calls to your vibe's endpoints
- MCP tool invocations from AI clients
- Storage reads and writes
These are tracked under daily API call limits (see plan comparison above) but are not billed as credits.
Storage types
Key-value storage (all plans)
Structured data storage for your vibe's records. The Vibe Builder uses this for table-like operations (creating, querying, updating, deleting records). Every vibe gets its own isolated namespace.
SQL database (Pro)
A full relational database for vibes that need complex queries, joins, or transactions. Each vibe gets its own isolated database instance.
File storage (Pro)
Storage for images, documents, and other binary data. Accessible through the backend's file operations.
Encrypted secrets (Pro)
Secure storage for API keys, tokens, and other sensitive configuration. Secrets are encrypted at rest and only accessible to your vibe's backend.
Upgrading to Pro
To upgrade:
- Go to your account dashboard
- Click Upgrade to Pro (or visit billing)
- Complete checkout through Stripe
Your Pro features activate immediately. Existing vibes gain access to the SQL database, file storage, and secrets without any changes.
Downgrading
If you downgrade from Pro to Free:
- You keep read-only access to your SQL database, file storage, and secrets data
- You can't create or modify records in Pro-only storage until you re-upgrade
- Vibes beyond the Free plan limit (5) remain accessible but can't be edited
- Your data is not deleted — it's preserved in case you upgrade again
Managing your subscription
From the billing page, you can:
- View your current plan and usage
- Update payment method
- Cancel or modify your subscription
- Access past invoices