Webflow Cloud Builds are now faster and more reliable
We’ve rolled out an upgrade to our Webflow Cloud build system that increases available build capacity for all apps.
What’s new
- Faster build times — App builds complete 3-4x faster.
- Fewer memory-related failures — Builds run faster and hit memory limits far less often.
Why this matters
- Ship changes faster — Shorter build times reduce feedback loops and speed up development.
- Improve reliability under heavier workloads — Complex builds now succeed more consistently without workarounds or tuning.
- Focus on building, not build constraints — Teams can iterate quickly with stronger default behavior out of the box.
Bulk import environment variables from a .env file
We’ve shipped a small UX improvement for Cloud environment variables in the Webflow Dashboard: you can now bulk import variables by uploading a .env file instead of adding them one by one.
What’s new
- Drag and drop import — Upload a
.envfile in the Webflow Dashboard’s environment variables section to import variables in bulk. - Review before importing — Parse and review variables before committing, so you can catch issues early.
- Secret auto-detection — The importer automatically flags likely secrets (for example, variables ending in
_SECRET,_KEY, or_TOKEN). - Conflict resolution — Choose to overwrite existing variables when there are naming conflicts.
- Standard .env syntax support — Supports
exportstatements, comments, and quoted values.