Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
next
Everything you need to know about "next" in the Makerkit blog
Aug 4, 2026
Makerkit v4: Instant Navigation with Next.js Cache Components
Makerkit v4 rebuilds every route around Next.js 16.3 Cache Components, root params, and Partial Prefetching. Pages paint on click instead of after a query. Here is what you get, what it costs to upgrade, and the sharp edges we already hit for you.
Jun 29, 2026
Claude Code Routines: The Complete Guide to Scheduled Cloud Agents (2026)
What Claude Code routines are, the three triggers that start them, how to set one up, and when a routine beats a cron job, a subagent, or a Managed Agent.
Jun 29, 2026
Claude Code Routines: How I Automate Real Work on a Schedule (2026)
How I use Claude Code routines to triage production Cloudflare Worker errors every 6 hours: the prompt, the API calls, and the trust boundaries that keep it safe.
Jun 22, 2026
Passkeys in Your SaaS: Passwordless Sign-In with MakerKit
Passwords are the weakest link in most SaaS apps. Here's why passkeys (WebAuthn) fix that, and how to enable Face ID / Touch ID sign-in in the MakerKit Supabase, Drizzle, and Prisma kits - on Next.js and TanStack Start.
May 8, 2026
The Best SaaS Stack in 2026: Build Production Apps Fast
The opinionated 2026 SaaS stack from the team that ships MakerKit: Next.js 16, Supabase, Drizzle, Better Auth, Stripe, Tailwind 4, Turborepo. Head-to-head comparisons, real cost breakdowns, and the receipts.
Mar 24, 2026
Announcing the Next.js Supabase kit v3
V3 of the Next.js Supabase SaaS kit modernizes core libraries — Base UI, next-intl, Next Safe Action, Oxc — and adds teams-only mode for B2B apps.
Feb 6, 2026
How to Store Makerkit Content in Postgres with the CMS Plugin System
Swap Makerkit's default Keystatic provider for Postgres. Build a content client against the CMS plugin registry, wire it into Next.js, and edit with Supamode — zero frontend changes.
Feb 3, 2026
Next.js Version Skew Protection: The Complete 2026 Guide
Learn how to fix version skew in Next.js. Covers Vercel, Netlify, AWS Amplify, Cloudflare, and custom implementations with ready-to-use code. Updated for Next.js 16.
Jan 25, 2026
Next.js Route Handlers: The Complete Guide
Learn to build secure, production-ready API endpoints with Next.js Route Handlers. Covers validation, authentication, webhooks, error handling, and logging patterns.
Jan 24, 2026
Next.js Server Actions Security: 5 Vulnerabilities You Must Fix
Server Actions are public HTTP endpoints. Learn to secure them with authentication, Zod validation, rate limiting, and authorization patterns. Updated for Next.js 16.