Supabase Blog Posts

Implementing Pagination with Next.js and Supabase

Implementing Pagination with Next.js and Supabase

Learn how to implement efficient pagination in your Next.js application using Supabase with different approaches like offset pagination, cursor pagination, and infinite scrolling.

nextjssupabasepagination+1
20 Apr 2025
Read
Getting started with Supabase CLI for local development

Getting started with Supabase CLI for local development

Learn how to set up and use the Supabase CLI to run a local development environment, manage database migrations, and deploy your projects.

supabaseclidatabase+1
18 Apr 2025
Read
Complete Guide to File Uploads with Next.js and Supabase Storage

Complete Guide to File Uploads with Next.js and Supabase Storage

Learn how to implement secure file uploads in your Next.js application using Supabase Storage with step-by-step instructions and code examples.

nextjssupabasestorage+1
14 Apr 2025
Read
Supabase storage guide for Next.JS

Supabase storage guide for Next.JS

Learn how to integrate Supabase Storage with Next.js for efficient file management, secure access, and real-time updates in your applications.

supabasestoragenextjs
28 Dec 2024
Read
How to Implement Authentication Middleware with Next.js and Supabase

How to Implement Authentication Middleware with Next.js and Supabase

Learn how to protect your Next.js routes using middleware and Supabase authentication. A comprehensive guide to implementing secure server-side authentication in Next.js applications.

nextjssupabaseauthentication+1
2 Dec 2024
Read
Using TypeScript with Supabase: A Practical Guide to Type Safety

Using TypeScript with Supabase: A Practical Guide to Type Safety

Learn how to implement type-safe database operations with Supabase and TypeScript. A practical guide covering type generation, integration, and best practices.

typescriptsupabasedatabase+1
20 Nov 2024
Read
Supabase and Server Side Rendering: @supabase/ssr explained for Next.js

Supabase and Server Side Rendering: @supabase/ssr explained for Next.js

Learn how to use the @supabase/ssr package with Next.js for server-side rendering, including cookie-based auth, server components, and middleware setup.

supabasenextjsssr
2 June 2024
Read
Supabase Storage Migrations Files

Supabase Storage Migrations Files

How to create Supabase Storage Migrations Files

supabasenextjsdatabase
24 Dec 2023
Read
NextJS Supabase Database Migration Guide

NextJS Supabase Database Migration Guide

How to use Supabase migrations in your NextJS project.

nextjssupabasedatabase+1
22 Dec 2023
Read