Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
supabase
Everything you need to know about "supabase" in the Makerkit blog
Aug 17, 2026
Build an MCP Server with OAuth Authentication for Your SaaS
Build a remote MCP server your users connect AI agents to, authenticated with OAuth 2.1 and PKCE via Supabase. Covers consent, per-workspace scoping, token validation and RLS.
Aug 13, 2026
Introducing the Expo (React Native) Supabase SaaS Kit
The Makerkit Expo Supabase SaaS Kit adds an iOS and Android app to your Next.js web app: one monorepo, one Supabase project, shared packages. Start from the kit, or add the React Native app to an existing Makerkit project with one CLI command.
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, so pages render on click instead of after a database query. What changed, how the nine-step upgrade works, and the migration problems we hit.
Jul 10, 2026
Multi-Tenant SaaS Architecture with Postgres RLS: A Working Pattern
How to design multi-tenant SaaS architecture on Postgres: shared schema, an account_id on every tenant table, and Row Level Security for tenant isolation. Real schema, RLS policies, roles and column grants from a production Next.js and Supabase starter.
Jul 9, 2026
Introducing the MakerKit TanStack Start SaaS Starter Kit
MakerKit's TanStack Start SaaS starter kit ships in Drizzle, Prisma, and Supabase variants with auth, billing, multi-tenancy, RBAC, and admin. See what's included and which variant to pick.
Jul 9, 2026
TanStack Start + Supabase Auth: The Production Setup (2026)
How to add Supabase Auth to TanStack Start for production: an @supabase/ssr server client that handles cookies correctly, getClaims() for verified JWTs, beforeLoad route guards, RBAC middleware for server functions, and RLS. Code from our TanStack Start Supabase kit.
Jun 29, 2026
Best Next.js SaaS Boilerplates & Templates in 2026: An Honest, Opinionated Comparison
The best Next.js SaaS boilerplates and templates in 2026 compared: MakerKit, ShipFast, supastarter, Achromatic, TurboStarter, SaaSBold, and the best free MIT kits. Pricing checked against each vendor, judged on maintenance, multi-tenant architecture, support, design, and AI-agent readiness.
Jun 29, 2026
Supabase Pricing in 2026: What You'll Actually Pay (with Calculator)
How much does Supabase cost in 2026? Real monthly bills for four workloads, the free tier limits, compute and storage rates, and a calculator that compares Supabase against Neon, PlanetScale, Xata, and Convex.
Jun 22, 2026
Passkeys in Next.js and TanStack Start: Passwordless Sign-In with MakerKit
How to add passkey (WebAuthn) sign-in with Face ID, Touch ID and Windows Hello to a Next.js or TanStack Start SaaS: one env flag in the MakerKit Supabase kits, a flag plus a migration in the Drizzle and Prisma (Better Auth) kits.
May 11, 2026
Better Auth vs Clerk vs NextAuth vs Supabase Auth: Which Authentication for Next.js SaaS in 2026
Better Auth, Clerk, NextAuth, and Supabase Auth compared for production Next.js SaaS apps. Real costs at scale, multi-tenant patterns, Drizzle and Supabase integration, migration realities, and an honest 'what we chose for MakerKit' recommendation.