# Shadcn SaaS Landing
URL: /work/shadcn_saas_landing
Source: https://raw.githubusercontent.com/techwithanirudh/minimalistic-portfolio/refs/heads/main/content/work/shadcn_saas_landing.mdx

Next.js landing template with Fumadocs docs pipeline, Drizzle database hooks, and shadcn/ui components.



Shadcn SaaS Landing is a Next.js 16 template that combines a marketing site with a Fumadocs-powered documentation section. It ships shadcn/ui components, Tailwind tokens, and motion-driven UI touches while keeping the content pipeline clean and typed.

The project includes Drizzle scripts and Better Auth hooks for teams that want a data layer, plus React Email/Resend wiring for onboarding or contact flows. It is designed to be a strong starting point for SaaS teams that need both a landing page and a docs hub.

<Tabs items={['Highlights', 'Stack']}>
  <Tab value="Highlights">
    * Landing sections plus MDX docs pipeline.
    * Typed content schema with search-ready docs.
    * Optional Drizzle + auth + email workflows.
  </Tab>

  <Tab value="Stack">
    * Next.js 16, shadcn/ui, Tailwind, motion.
    * Fumadocs MDX + Shiki + type tables.
    * Drizzle ORM, Better Auth, React Email + Resend.
  </Tab>
</Tabs>


Last updated on February 25, 2026