Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
next
Everything you need to know about "next" in the Makerkit blog
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.
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
Supabase CMS: How to Manage Content in Postgres with Supamode and Makerkit
Build a Supabase CMS that stores blog posts, docs, and changelogs in Postgres. Use Supamode as the visual editor and Makerkit's CMS plugin system to serve content in Next.js.
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.
Jan 22, 2026
Next.js Server Actions: The Complete Guide (2026)
The complete 2026 guide to Next.js Server Actions: useActionState, validation with Zod, error handling, Next.js 16 specifics, and when to choose Server Actions over Route Handlers.