Skip to content

Nuxt03 sites

3 SaaS websites built with Nuxt

SaaS websites built with Nuxt. See how teams shipping on Nuxt design their landing pages, sections and overall visual style — useful if you're evaluating Nuxt for your own marketing site.

SaaS websites built with Nuxt gallery

chatwoot.com/
Chatwoot landing page design — Sales & Support
ChatwootSales & Support
getnudge.info/
Getnudge landing page design — Other
brila.ai/
Brila landing page design — Marketing
BrilaMarketing

About Nuxt

Nuxt is to Vue roughly what Next.js is to React — a full-stack framework layered on top that adds file-based routing, server rendering and static generation, so a Vue-based team gets the same rendering-strategy flexibility (static marketing pages, server-rendered dynamic ones) without building that infrastructure themselves. SaaS marketing sites on Nuxt are almost always paired with a Vue product app for the same reason Next.js pairs with React apps: shared components and a single team's existing framework expertise, rather than Nuxt being chosen as a standalone marketing-site tool.

What makes a great one

  • Fast page loads with server-rendered or static content
  • SEO-friendly metadata generated per page, not hardcoded once

Frequently asked

What does Nuxt add on top of plain Vue for a marketing site?
Server rendering, static site generation and file-based routing — the same category of capability Next.js adds to React, letting a Vue-based team get fast, SEO-friendly marketing pages without building that rendering layer themselves.