Publish your Webflow design
as a static site you own.

Wildstack converts your Webflow site to a lean static site with git-based content. No platform lock-in. Host anywhere. Pay zero for most setups.

wildstack.config.js● live
Source
Webflow
Via
Wildstack
Output
Astro + Decap

Webflow hosting isn't the only way.

You pay recurring fees. You're tied to one platform. You can't deploy on your own infra. For simple content sites, static hosting is faster, cheaper, and yours.


Your design. Your repo. Your hosting.

Wildstack converts your Webflow site into a static Astro (or 11ty) site with git-based content via Decap CMS. You own the code, the content, and where it runs.

  • Static site on your host of choice
  • Content stored as markdown/YAML in git
  • Web-based admin UI for non-devs
  • Near-zero hosting cost for most sites
public/admin/config.yml
backend: name: git-gateway branch: main collections: - name: pages folder: src/content/pages fields: - { name: title, widget: string } - { name: body, widget: markdown }

Connect → Convert → Review → Ship.

01
Connect Webflow
Point Wildstack at your published URL.
02
Convert
Site structure → Astro + Decap. Content extracted to markdown/YAML.
03
Commit to git
Push to GitHub. Content and code live side-by-side.
04
Deploy
Netlify, Vercel, Cloudflare Pages, or self-host.

Concrete deliverables, on day one.

Static site
  • Astro or 11ty output
  • Lean build (ship only what's needed)
  • Fast by default
  • CI/CD ready
Git-based CMS
  • Decap admin UI
  • Content in markdown/YAML
  • Works with GitHub OAuth
  • No backend to run

Owner-operator sites

Simple content sites that don't need a server.

Platform
Client projects

Hand off a static site clients can edit without paying a subscription.

Studio
Devs allergic to lock-in

Everything in git. Host anywhere. Own everything.

Docs

Starts at the Pro tier.

Pro
$79/mo
Everything you need to use this solution in production.
See full pricing →

01What's Decap CMS?+
An open-source, git-based admin UI. Your content lives as markdown/YAML files in your repository. Editors use a web interface; saves become git commits.
02How does this compare to the Payload option?+
Decap is lighter-weight and stores content in git. Payload is a full database-backed CMS with deeper features. Use Decap for simple content sites, Payload for content-heavy applications.
03Do I need to know git?+
Content editors don't. Decap gives them a web UI. Developers use git normally.
04Can I host on Shopify?+
No — Shopify themes are a different output. Use Webflow → Shopify for that.
05How much does hosting cost?+
Most static sites run free on Netlify, Vercel, or Cloudflare Pages.


Free during beta · No credit card

Keep the speed.
Drop the ceiling.

Join teams converting Webflow sites to production stacks in days, not months.

$npx wildstack@latest init