Tech Stack

Technologies, frameworks, and services powering the boilerplate.

An overview of the technologies, frameworks, and services powering AI Boilerplate.

You can replace any of the technologies with your preferred alternatives.

AI Ready

AI Boilerplate is built from the ground up for AI-assisted development.

  • Cursor & Claude Rules

    Built-in rules teach AI your conventions from the first prompt. Your AI understands the architecture, knows where code belongs, and writes clean, consistent code every time.

  • AI-Optimized Structure

    Every module, file, and comment is written for AI understanding. Not just what the code does, but why it exists and how to extend it.

  • Modular Architecture

    Well-structured and completely isolated packages so that AI can't accidentally break unrelated features. Add new features without breaking existing ones.

Core

The foundational tooling that keeps the boilerplate fast, consistent, and type-safe.

  • Turborepo

    High-performance monorepo build system with smart caching and parallel execution.

  • pnpm

    Fast, disk space efficient package manager with built-in monorepo support.

  • TypeScript

    Strict type safety across the entire codebase, enhancing code quality and reducing errors.

  • Zod

    TypeScript-first schema validation, ensuring type-safe parsing at every boundary.

  • ESLint

    Strict linting rules configured for TypeScript, React, and Next.js best practices.

  • Prettier

    Consistent code formatting across all files. No more style debates.

  • Husky

    Git hooks for pre-commit linting, formatting, and commit message validation.

Frontend

Everything needed to build fast, interactive, beautiful, and accessible user interfaces.

  • Next.js

    Server components, file-based routing, and optimized production builds.

  • React

    Component-based library for building fast, interactive user interfaces.

  • shadcn/ui

    Beautiful, accessible, and customizable components for building modern applications.

  • Tailwind CSS

    Utility-first CSS framework for lightning-fast, responsive UI development.

  • Tanstack Query

    Powerful data synchronization for server state. Caching, deduplication, and more.

  • React Hook Form

    Performant forms with minimal re-renders and built-in validation support.

  • Fumadocs

    Full-featured documentation and blog framework built for Next.js.

Backend

Type-safe API layer with robust authentication and flexible data model.

  • tRPC

    End-to-end type-safe APIs from database to frontend. No API schemas to maintain.

  • Prisma

    Type-safe database client with auto-generated types and intuitive query API.

  • MongoDB

    Flexible document database. Easy to scale, easy to use with Prisma.

  • BetterAuth

    Modern authentication with email/password, magic links, OAuth, and session management.

  • Server Actions

    Next.js Server Actions for secure, type-safe server mutations.

Integrations

Third-party services wired in and ready to go from day one.

  • Stripe

    Subscriptions, one-time payments, and credit systems. Webhook handling included.

  • Resend

    Modern email API for reliable transactional email delivery with detailed analytics.

  • React Email

    Build beautiful emails with React components. Preview before sending.

  • Vercel

    Zero-configuration deployments optimized for Next.js with instant rollbacks.