The verdict
Next.js + Vercel. For a technical founder building a SaaS company in 2026, this is the only call that doesn't expire.
That's not a hedge. Webflow is great for marketing teams. Framer is great for pre-PMF design-led launches. But for a technical founder with a real product, both are the wrong long-term bet, and the cost of switching later is higher than the cost of starting on the right stack now.
I'll explain the reasoning below. If you disagree, I'd genuinely like to know why. But the honest call I'd give a technical founder asking me over coffee is: just build it on Next.js. Skip the platform debate.
Why this comparison is different for technical founders
The standard "best website builder" comparison assumes the visitor can't write code. That changes the entire calculus.
The case for Webflow rests heavily on "your marketing team can edit it without filing a ticket." For a 50-person SaaS with a 5-person marketing team and a backlog, that's a real value prop. For a 5-person seed-stage SaaS with two engineers and one marketer who can edit a Markdown file, that value prop is zero.
The case for Framer rests on "ship a beautiful landing page in two days." For a pre-PMF founder testing positioning, that's real value. For a technical founder who can already build a landing page in two days on Next.js because they know React, that value prop is also zero.
What's actually scarce for technical founders: performance ceiling, control over the stack, no vendor lock-in, ability to add backend features (auth, payments, AI) to the same codebase. Next.js wins on all four. The others lose on at least two.
Performance, the gap is real
If you care about Core Web Vitals (and Google's ranking algorithm does), the gap between these three is significant.
| Platform | Typical LCP (mobile) | Typical INP | Notes |
|---|---|---|---|
| Next.js + Vercel | 0.8–1.5s | <100ms | Edge runtime, ISR, image optimization built-in |
| Framer | 1.2–2.0s | 100–200ms | Solid out of box, hits ceiling with heavy animation |
| Webflow | 1.5–2.5s | 150–250ms | Variable; heavy CMS sites can degrade |
| WordPress | 2.5–4.5s | 200–400ms | Only 40% pass CWV per 2024 Web Almanac |
Vercel publishes case studies that show real gains: "Runway build times went from 7m to 40s. LeonardoAi saw a 95% reduction in page load times. Zapier saw 24x faster builds." These are infrastructure wins, not marketing copy.
For a B2B SaaS where the homepage is a conversion asset, every 100ms of latency drops conversion roughly 1%. The 1–2 second LCP gap between Next.js and Webflow isn't theoretical, it's measurable revenue.
Vendor lock-in, the part nobody talks about
The cost of switching platforms in 18 months is the cost most founders underweight at decision time.
Framer has no code export. Zero. If you decide in 18 months to migrate, you're rebuilding the site from scratch. This is architectural lock-in. Framer raised $100M at $2B in August 2025 and is shipping fast, but if they pivot, get acquired in a way you don't like, or raise prices 5x, you have no exit. As a technical founder, this should worry you more than it does most people.
Webflow has HTML/CSS export, but the exported code is generated, not idiomatic. You can leave Webflow, but you can't really use the exported code as the foundation for a Next.js rebuild. Most teams that leave Webflow rebuild from scratch.
Next.js is open source under the MIT license. You can host it on Vercel today, AWS tomorrow, your own Kubernetes cluster the day after. Next.js 16 (Oct 2025) introduced the Build Adapters API specifically to make non-Vercel hosting cleaner. The escape hatch is real.
The lock-in math
If you stay on the platform you pick, lock-in costs you nothing. If you ever want to leave, Framer costs you a full rebuild, Webflow costs you mostly a rebuild, Next.js costs you a deployment config change. For a technical founder optimizing for optionality, only one of those is acceptable.
Adding backend features, Next.js's actual moat
This is the argument I make to founders that ends most platform debates.
Your marketing site doesn't stay just a marketing site. At some point you'll want:
- Authentication so users can log in
- A waitlist with email collection that integrates with your CRM
- Payments for self-serve checkout
- AI features that call your backend (or OpenAI/Anthropic)
- Internal tools for your team
- A blog with custom search
- Programmatic SEO pages generated from your database
- A status page pulling from real uptime data
- A customer-facing dashboard for billing or usage
On Next.js, every one of those is a route in the same codebase. On Webflow or Framer, every one is either impossible or a separate deployment you have to glue together.
The Vercel AI SDK has 3 million weekly downloads as of mid-2026, Vercel's fastest-growing OSS project. If you're building anything AI-native, this matters. The integration is native, the streaming works, the deployment is one command.
You don't get that on the others. You either build a parallel app and link to it (bad UX) or you eventually rebuild on Next.js anyway (the inevitable migration).
Real ARR, which platform is winning
The money-flow tells you where the smart founders are betting.
| Platform | Latest valuation | 2025 ARR | Growth direction |
|---|---|---|---|
| Vercel (Next.js's parent) | $9.3B (Sept 2025) | $340M run-rate (March 2026, +84% YoY) | Dominant in new SaaS builds |
| Framer | $2B (Aug 2025) | $50M (target $100M in 2026) | Fastest growth %, pre-PMF audience |
| Webflow | $4B (2022) | ~$200M+ est. | Pivoting to "agentic marketing" |
| WordPress / Automattic | $7.5B (-10% by BlackRock 2024) | ~$500M+ est. | Declining market share six months straight |
Vercel is now more valuable than Webflow. Their ARR is higher. Their flagship customers (OpenAI, Linear, Loom, Notion marketing, Anthropic, Doordash, Audible, Under Armour, Perplexity, Hulu) tell you who's already made this call.
That's not market timing. That's the rational decision being made by founders who've already worked through this comparison.
The honest case for Framer
Framer wins exactly one scenario, but it wins it cleanly:
You're a pre-PMF founder. You need to test a landing page this week. You can write copy faster than you can write React. You don't have engineering bandwidth.
In that case, Framer is the right call. Ship in two days, validate, learn. The Y Combinator data is the proof: 40% of Y Combinator's Summer 2024 batch used Framer as their primary site. They're optimizing for time-to-launch, not long-term flexibility.
The trap is staying on Framer past PMF. The migration cost compounds the longer you wait. Most successful Framer launches migrate to Next.js between Series A and Series B once the marketing site becomes load-bearing for sales.
If you start on Framer, plan the migration date in advance. Otherwise it becomes a thing you keep meaning to fix.
The honest case for Webflow
Webflow wins one scenario well:
You have a marketing team of 2+ people, they need to update copy and add pages daily, and you don't want them filing engineering tickets every time.
For B2B SaaS at Series A+ with a real content engine, programmatic landing pages, customer story pages, weekly blog posts, Webflow's editor is genuinely the best in the category. The Forrester TEI study found 94% faster time-to-market for marketing teams switching to Webflow. Take vendor-commissioned data with skepticism, but the directional finding matches reality.
The trap is that the Webflow ecosystem is constrained. Adding auth or payments means a separate app. Custom code is awkward. The pricing got more complex in May 2026 (Premium $25/mo, Team $2,500/mo, plus seats and add-ons).
For a marketing team owning a content site, Webflow is right. For a technical founder who could just use Next.js + Sanity (or Payload, or Contentful) and get the same editor experience with none of the lock-in, Next.js is right.
The Plinth call
Every Plinth project ships on Next.js + Vercel by default. Here's why, in one paragraph:
Next.js + Vercel gives the founder the highest performance ceiling, no vendor lock-in, full backend control, native AI SDK integration, deployment portability, and a CMS layer (Sanity or Payload) that's still better than Webflow's editor for most marketing teams. The only thing it costs is engineering setup time, and for a technical founder, that cost is trivially small.
The handful of exceptions: if a client's marketing team is genuinely Webflow-trained and the lock-in cost is acceptable, we'll build on Webflow. If a pre-seed founder needs a landing page this week and won't have engineering for 6 months, we'll recommend Framer. But those are exceptions. The default is Next.js because the default should be the choice you don't regret in 24 months.
Three counter-arguments I take seriously
I want to be fair to the other side. Three things I've heard that have weight.
1. "Next.js complexity is its own form of lock-in." True for non-engineers. False for technical founders. Knowing React is the lock-in, not Next.js specifically. If you're already shipping React in your product, the marginal cost of Next.js is zero.
2. "Vercel hosting gets expensive at scale." True at certain scales. A site doing 5M requests/month on Vercel might cost $300/mo. The same workload on Cloudflare Workers is closer to $15. For a startup, $300/mo is nothing. For a high-traffic content site at scale, it's a real consideration. Next.js doesn't lock you to Vercel, you can move when the math changes.
3. "I just want it to work without thinking." Fair. If you genuinely don't want to think about the stack, hire someone to build on Next.js and use a CMS. You get the benefits without managing the infrastructure. That's what Plinth does.
Work with Plinth
A website that earns its place in the first eight seconds.
Custom, senior-led, transparently priced. No mystery quotes, no junior handoffs. Shipped in 3 to 4 weeks.
Launchpad
Starting at
$3,500
- Up to 7 pages
- Custom design (no templates)
- Mobile-optimized
- Basic on-page SEO
- 2 rounds of revisions
- 2–3 week delivery
+ Care Plan $149/mo
Accelerator
Starting at
$8,500
- Up to 15 pages
- Full design system
- CMS integration
- CRM / form integration
- On-page SEO + schema
- 2–3 custom animations
- 4 rounds of revisions
- 4–5 week delivery
+ Growth Plan $499/mo
Authority
Starting at
$22,000
- Up to 30 pages
- Brand + messaging workshop
- Full design system + component library
- Custom illustrations / motion
- Full copywriting included
- Marketing automation setup
- A/B testing setup
- 8–10 week delivery
+ Partnership $2,500/mo
Enterprise
Starting at
$50,000+
- Complex web applications
- Multi-market / multi-language
- Dedicated team
- Ongoing partnership
Custom retainer
Keep reading
Design
The best web design agency for your startup is the one that thinks like an operator, not a vendor.
Most "top 10 agencies for startups" lists are agencies ranking themselves. This isn't one of those. It's the framework I'd use if I were a founder trying to hire someone for a $5K–$50K website project in 2026.
June 2026 · 9 min read →Design
How long it takes to build a website depends on three decisions you've probably already made.
Most timeline answers online are useless. "It depends" or "4 weeks to 6 months." Here's a real breakdown, by project type, with week-by-week scope and the specific things that blow timelines up.
June 2026 · 8 min read →Design
Webflow, WordPress, Framer, or Next.js: which one is actually right for your site in 2026?
The honest answer changed in the last 18 months. WordPress is bleeding market share, Framer doubled its valuation, Webflow restructured pricing, and Vercel raised at $9.3B. Here's what each platform is for now, and which one you should pick.
June 2026 · 11 min read →