
Tyler
August 8, 2025 1:04 PM
posted in #tools
Webflow update. Webflow Cloud is now out of beta and available to all customers.
*What it does:* Deploy full-stack apps (Next.js, Astro) directly alongside Webflow site; no separate hosting needed. Everything runs on Cloudflare infrastructure.
*How pricing works:* Usage-based, measured by:
- Bandwidth - Data the apps transfer
- Requests - How often users interact with apps (API calls, page loads)
- CPU Minutes - Computing power the apps consume
Higher-tier site plans get more generous limits.
*Storage options*
- SQLite - for user accounts, form submissions, product catalogs
- Key-Value store - for session data, user preferences, caching
- Object storage - for user uploads, media files, documents
*Getting started:* Check current plan’s limits in site dashboard under “Usage” tab, then check the developer docs to start building.
