Nextjs 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
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
Mastering Next.js Server Actions: A Complete Guide to Form Handling and Data Mutations

Mastering Next.js Server Actions: A Complete Guide to Form Handling and Data Mutations

Learn how to use Next.js Server Actions to handle forms and mutate data efficiently. A comprehensive guide covering implementation, security, and best practices.

nextjsformsserver-actions+1
1 Dec 2024
Read
Next.js 14 Metadata Guide: Boost Your SEO with Advanced Metadata Features

Next.js 14 Metadata Guide: Boost Your SEO with Advanced Metadata Features

Learn how to implement and optimize metadata in Next.js 14 applications. A comprehensive guide covering static and dynamic metadata, Open Graph images, favicons, and SEO best practices.

nextjsseometadata+1
30 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
How to use and update search parameters in Next.JS 14+

How to use and update search parameters in Next.JS 14+

Learn how to use search parameters in NextJS. We will use the `useSearchParams` hook from `next/navigation` to read and update the search parameters.

nextjs
2 May 2024
Read
How to create forms with Next.JS 14 Server Actions

How to create forms with Next.JS 14 Server Actions

Build simple Login with Google form in Next.js 14 using server actions. No need to create separate API routes to handle form submissions.

nextjsforms
28 Apr 2024
Read
How to automatically generate a Sitemap for your NextJS app

How to automatically generate a Sitemap for your NextJS app

Learn how to generate a sitemap for your NextJS app to improve its SEO and help search engines discover and index your content more efficiently.

nextjsseositemap
4 Feb 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