Marketing Pages

Build marketing pages for your SaaS application with blog, help docs, and legal content.

The kit provides all the building blocks required to ship a stunning looking SaaS website.

Features

  • ✅ Landing page with hero and features
  • ✅ Blog system for content marketing
  • ✅ Help/documentation integration
  • ✅ Changelog for product updates
  • ✅ FAQ page
  • ✅ Legal pages (Terms, Privacy, etc.)

Topics

  1. Landing Page - Homepage and hero
  2. Blog System - Blog posts and content
  3. Documentation - Integrate documentation
  4. Changelog - Product updates
  5. FAQ - Frequently asked questions
  6. Legal Pages - Terms and privacy

Marketing Site Structure

All marketing pages are located outside authenticated routes:

apps/web/app/[locale]/
├── (public)/
│ ├── page.tsx # Landing page
│ ├── blog/
│ ├── help/
│ ├── changelog/
│ ├── faq/
│ └── (legal)/

Next: Landing Page →