Build sites with CMS flexibility
Webflow can't match.

Unlimited fields. Deeper content structures. Real reference relationships. Bring your Webflow design and unlock a CMS built for serious content.

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

Webflow CMS has ceilings.

Field limits. Shallow nesting. Weak reference fields. Content teams hit walls on anything beyond basic blog collections. Rebuilding isn't the answer — unlocking the CMS is.


Keep the design. Unlock the CMS.

Wildstack reads your Webflow site, preserves the visual layer, and regenerates the content layer as a TypeScript-first headless CMS with the depth you actually need. Your design survives. Your CMS grows up.

  • Unlimited CMS fields per collection
  • Deep nested structures and references
  • Typed content, TypeScript-first schema
  • Flexible editor roles and workflows
collections/Pages.ts
export const Pages = { slug: 'pages', fields: [ { name: 'title', type: 'text' }, { name: 'blocks', type: 'blocks', blocks: [Hero, Features, PricingTable, FAQ] }, { name: 'relatedPages', type: 'relationship', hasMany: true }, ], }

Connect → Convert → Review → Ship.

01
Connect Webflow
Point Wildstack at your published Webflow URL.
02
Generate CMS schema
Your site structure maps to a typed content schema.
03
Review + extend
Open the generated schema. Add fields, nested blocks, references.
04
Ship
Deploy on Vercel, Netlify, or your own infra. Self-host the CMS.

Concrete deliverables, on day one.

Jamstack site
  • Astro pages + components
  • Fully typed data fetching
  • Static + hybrid rendering
  • CI/CD ready
Headless CMS
  • Collections for every Webflow collection
  • Deep nested blocks (repeaters, unions)
  • Reference relationships
  • Admin UI out of the box

Content-heavy brand

Docs, marketing, product pages, case studies — all in one CMS.

Platform
Agency with power-user clients

Ship clients a CMS that scales with their content.

Studio
Engineering team

Typed content. Self-host. No vendor lock-in.

Docs

Starts at the Pro tier.

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

01What powers this under the hood?+
Wildstack generates an Astro site paired with Payload CMS — a TypeScript-first headless CMS. You don't need to know Payload going in. You'll learn it if you want to extend the schema.
02Do I have to self-host?+
You can. Payload runs on any Node host — Vercel, Railway, Fly, your own VPS. You can also use a managed Payload deployment.
03How does this compare to just using Webflow CMS?+
Webflow CMS is fine for simple collections. This unlocks field depth, nested blocks, references, typed content, and multi-author workflows — things Webflow caps.
04Can content editors still edit visually?+
Yes. Payload ships with a polished admin UI with live preview. Editors stay in a familiar content interface.
05Can I move partially — some pages on Webflow, some on Payload?+
Yes. Wildstack can export a subset of your site and leave the rest on Webflow until you're ready.


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