Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
supabase
Everything you need to know about "supabase" in the Makerkit blog
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.
Jan 29, 2026
Best Database Software for Startups and SaaS (2026): A Developer's Guide
Compare the best database software for startups in 2026. Supabase vs Neon vs PlanetScale: real recommendations from developers who ship production SaaS.
Jan 26, 2026
Supabase RLS Best Practices: Production Patterns for Secure Multi-Tenant Apps
Learn battle-tested Supabase Row Level Security patterns with performance optimizations, multi-tenant policies, and automated testing strategies.
Jan 25, 2026
Supabase Vault: Store Secrets Securely in Postgres
Supabase Vault is a Postgres extension for storing encrypted secrets in your database. Learn how to store, retrieve, and delete API keys and tokens with production-ready SQL functions and TypeScript examples.
Oct 13, 2025
Build a Production Supabase Blog in Next.js with Supamode CMS
Learn how to design a Supabase blog schema, build a Next.js UI, and wire up Supamode CMS so your team can publish fast without touching SQL
Sep 25, 2025
Claude Code Best Practices: Building SaaS Features with AI Agents
How to get production-quality code from Claude Code. Covers PRD-driven development, MCP integration, and why reference code matters more than prompts.
Jul 10, 2025
Introducing Supamode, the enterprise-grade Super Admin for Supabase
Introducing Supamode, a self-hosted enterprise-grade Super Admin for Supabase, turning your database into a powerful, flexible, and secure CMS.
Jun 9, 2025
Build a SaaS with Claude Code
This is a step-by-step guide to building an AI Content Repurposer SaaS by vibe-coding with Claude Code and Makerkit.
Apr 24, 2025
The Ultimate Guide to Secure API Key Management in Supabase Projects
Build secure API key management in Supabase with PostgreSQL roles, Row Level Security, and scoped permissions. Production-ready code included.
Apr 11, 2025
Understanding Supabase Declarative Schema
Learn how to use Supabase Declarative Schema to manage your database schema in your Makerkit project.