Claude Code Boilerplate
FeaturesPricingBlogDocs
Get started →

Product

  • Features
  • Pricing
  • Skills

Compare

  • vs ShipFast
  • vs MakerKit
  • vs supastarter

Resources

  • Docs
  • Blog
  • Discord

Legal

  • License
  • Privacy Policy
  • Terms of Service
Claude Code Boilerplate

© 2026 Claude Code Boilerplate. All rights reserved.

Blog 11 posts

  1. 07.
    Full-text search in Next.js App Router with Drizzle ORM and Neon DBJun 10, 2026

    How to add full-text search to a Next.js SaaS using PostgreSQL tsvector, Drizzle ORM sql templates, a GIN expression index, and a URL-driven server component that composes cleanly with pagination.

    nextjsdrizzle-ormneon-dbsaas
  2. 08.
    Building a SaaS analytics dashboard with Recharts and Drizzle ORM in Next.js App RouterJun 9, 2026

    How to query aggregated data with Drizzle ORM, fetch it in a Next.js server component, and render it with a Recharts area chart that respects dark mode -- the full pattern for a SaaS dashboard.

    nextjsdrizzle-ormrechartssaasneon-db
  3. 09.
    Pagination in Next.js App Router with Drizzle ORM -- offset pagination for SaaS tablesJun 7, 2026

    How to build reusable offset pagination in a Next.js App Router SaaS -- parallel count and rows queries in Drizzle ORM, URL-driven page state in server components, and a shadcn Pagination component wired to search params.

    nextjsdrizzle-ormneon-dbsaas
  4. 10.
    Drizzle ORM migrations -- generate vs push, when to use each in productionMay 28, 2026

    The difference between drizzle-kit generate and drizzle-kit push, when each belongs in your workflow, and how to run migrations safely against a production Neon DB.

    drizzle-ormneon-dbmigrationsnextjsdatabase
  5. 11.
    Drizzle ORM with Neon DB -- migrations, relations, and query patternsMay 18, 2026

    Everything you need to use Drizzle ORM with Neon DB in production -- schema definition, relations, migrations, and the query patterns that keep your repo layer clean.

    drizzle-ormneon-dbnextjs
12