# Vercel Monorepo URL: /docs/picking-a-template/vercel-monorepo Boilerplate to be deployed to Vercel. Simpler to start-up for most SaaS applications. ## Project structure Click through the file tree to see the full product structure. ## Tech Stack * Framework: [Next.js](https://nextjs.org) v15 with App Router * Language: [TypeScript](https://www.typescriptlang.org/) with strict mode * Build system: [Turborepo](https://turborepo.com) * Styling: [TailwindCSS](https://tailwindcss.com/) v4 + [shadcn/ui](https://ui.shadcn.com/) * Database: [NeonDB](https://neon.com/) (PostgreSQL) + [Drizzle ORM](https://orm.drizzle.team/) * Auth: [Better Auth](https://www.better-auth.com/) + GitHub OAuth * Payments: [Stripe](https://stripe.com/) * Email: [Resend](https://resend.com) + [React Email](https://react.email/) * AI: [OpenRouter](https://openrouter.ai/) + [AI SDK](https://ai-sdk.dev/) * Real-time: [pluv.io](https://pluv.io) * Analytics: [PostHog](https://posthog.com) + [Google Analytics](https://developers.google.com/analytics) * Blog: [Notion X](https://github.com/NotionX) * Docs: [Fumadocs](https://fumadocs.dev/) * Deployment: [Vercel](https://vercel.com/) * DNS: [Cloudflare DNS](https://www.cloudflare.com/application-services/products/dns/) ## SEO * Includes all important SEO tags * Generate OG images via [@vercel/og](https://vercel.com/docs/og-image-generation) * Typesafe JSON-LD rich snippet component * Automatic sitemap generation ## Database * Powered-by [NeonDB](https://neon.com/) (PostgreSQL) and [Drizzle ORM](https://orm.drizzle.team/) * Commands to generate and apply migrations to local, staging or production databases * [Docker](https://www.docker.com/) to set-up Postgres locally * Guides on setting up NeonDB, local Postgres and migrations ## Styling * Powered-by [TailwindCSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) * Swappable themes via shadcn themes * Automatic light/dark mode * Includes many custom components to support current features ## Auth * Powered-by [Better Auth](https://www.better-auth.com/) * GitHub OAuth included (for web) ## Payment * Powered-by [Stripe](https://stripe.com) * Flat-rate subscriptions * e.g. [Netflix](https://help.netflix.com/en/node/24926)'s "Standard" tier * Download past invoices * Webhooks to handle stripe real-time events * Guides on setting up Stripe and reducing fraud * Guides on setting up [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks) for webhook testing ## Email * Powered-by [Resend](https://resend.com) and [React Email](https://react.email) * Includes welcome email for newly created accounts * Includes team invitation email, with limited ttl invite codes * Guides on setting up Resend and avoiding the spam folder * Guides on setting up [Cloudflare Email Routing](https://www.cloudflare.com/developer-platform/products/email-routing) to send & receive emails from custom domains via Gmail ## AI * Powered-by [OpenRouter](https://openrouter.ai/) and [AI SDK](https://ai-sdk.dev/) * Supports hundreds of models via OpenRouter ## Real-time collaboration * Powered-by [pluv.io](https://pluv.io) * Room authorization, real-time data and presence ## Analytics * Powered-by [PostHog](https://posthog.com) and [Google Analytics](https://developers.google.com/analytics) ## Teams management * Teams, members and team invitations included * Create projects under personal accounts or teams * Invite members by email with short TTL invite codes ## Blog * Powered-by [Notion X](https://github.com/NotionX) * Write blog content with [Notion](https://notion.com) and Notion AI * Auto-generate SEO titles and descriptions with Notion AI ## Docs * Powered-by [Fumadocs](https://fumadocs.dev/) * Write product documentation in MDX * Auto-generate OG images * AI friendly with llms.txt generation and AI-powered search ## Deployment * Powered-by [Vercel](https://vercel.com/) * Guides on setting up your Cloudflare DNS * Guides on deployment and connecting multiple [Next.js zones](https://nextjs.org/docs/app/guides/multi-zones) ## Misc. * ChatGPT prompts for generating Terms of Service and Privacy Policies