Blog
Documentation
Courses
Changelog
AI Starters
UI Kit
FAQ
Pricing
Live Demo
supabase
All the articles about supabase in the Makerkit blog
Jan 17, 2025
Best Practices for Building a SaaS with Windsurf and Makerkit
Windsurf is a new AI-powered editor taking the developer experience to the next level. With the new optimized rules for Makerkit, building a SaaS just got a lot easier!
Jan 16, 2025
Best Practices for Building a SaaS with Cursor and Makerkit
Cursor is the hottest AI editor in the market. With the new optimized rules for Makerkit, building a SaaS just got a lot easier!
Dec 27, 2024
Introducing a free and open source Next.js Supabase SaaS Starter Kit
Looking for a free Next.js SaaS Template? Announcing a lite version of our Next.js Supabase SaaS Boilerplate, now open source!
Dec 24, 2024
Building a Real-time Notification System with Supabase and Next.js
Learn how to build a complete real-time notification system using Supabase and Next.js. Includes live updates, dismissible notifications, and Row Level Security.
Dec 21, 2024
Using Drizzle ORM with Supabase in Next.js: A Complete Guide
In this comprehensive guide, we'll walk through integrating Drizzle ORM with your Next.js Supabase project, offering you the best of both worlds: Supabase's powerful features and Drizzle's type-safe query builder.
Aug 19, 2024
Secure One-Time Tokens with Supabase and Postgres
Learn how to implement robust, self-cleaning nonces using Postgres functions in your Supabase project.
Jan 25, 2024
Building an AI Writer SaaS with Next.js and Supabase
Learn how to build an AI Writer SaaS with Next.js and Supabase - from writing SEO optimized blog posts to managing subscriptions and billing.
Dec 27, 2023
Announcing the Data Loader SDK for Supabase
We're excited to announce the Data Loader SDK for Supabase. It's a declarative, type-safe set of utilities to load data into your Supabase database that you can use in your Next.js or Remix apps.
Oct 10, 2023
Adding AI capabilities to your Next.js SaaS with Supabase and HuggingFace
In this tutorial, we will learn how to use add AI capabilities to your SaaS using Supabase Vector, HuggingFace models and Next.js Server Components.
Jun 26, 2023
Using Supabase Vault to store secrets
Supabase Vault is a Postgres extension that allows you to store secrets in your database. This is a great way to store API keys, tokens, and other sensitive information. In this tutorial, we'll use Supabase Vault to store our API keys