Next-js

Running Your Next.js Build Locally: A Quick and Easy Tutorial

next-js

Running Your Next.js Build Locally: A Quick and Easy Tutorial

In this article, we'll explore how to run a Next.js build locally, including setting up your development environment, creating a project, building it, running it on a local server, and testing it in your browser.

Nico Bothaauthor avatar

Nico Botha

8 min read
Building Real-time Web Apps with Next.js and Supabase: A Comprehensive Guide

supabasenext-js

Building Real-time Web Apps with Next.js and Supabase: A Comprehensive Guide

Learn how to build real-time web apps with Next.js and Supabase. In this article we will cover everything from setting up the project to rendering and updating data in real-time.

Nico Bothaauthor avatar

Nico Botha

11 min read
(Step-By-Step) How To Add Font In NextJS

next-jsfontshow-to

(Step-By-Step) How To Add Font In NextJS

In this guide, we will go through the step-by-step process of adding a font to a NextJS project.

Nico Bothaauthor avatar

Nico Botha

11 min read
Deploying Your Next.js App to Google Cloud: A Step-by-Step Guide

google-cloudnext-jsgit

Deploying Your Next.js App to Google Cloud: A Step-by-Step Guide

In this article, we will cover how to deploy your Next.js app on the Firebase Platform using Cloud Functions with Firebase Hosting

Nico Bothaauthor avatar

Nico Botha

13 min read
(Tutorial) Authorization and Authentication with Next.js and Supabase

supabasenext-js

(Tutorial) Authorization and Authentication with Next.js and Supabase

In this beginner-friendly article, you'll see how to implement authorization and authentication using Supabase and Next.js with a template from the official Next.js documentation.

Nico Bothaauthor avatar

Nico Botha

19 min read
How to deploy a Next.js app on AWS Amplify

aws-amplifynext-jsgit

How to deploy a Next.js app on AWS Amplify

In this post, you will learn how to automate your deployments and host a Next.js app on AWS Amplify.

Nico Bothaauthor avatar

Nico Botha

4 min read
How to create a protected route in Next.js using middleware or getServerSideProps

next-jsauth

How to create a protected route in Next.js using middleware or getServerSideProps

In this post, you will learn how to protect all your server-side rendered routes in Next.js using Next.js middleware or getServerSideProps.

Nico Bothaauthor avatar

Nico Botha

5 min read
Building a website directory with Next.js, Tailwind CSS, and Prisma

next-jstailwindcssprisma

Building a website directory with Next.js, Tailwind CSS, and Prisma

See how easy it is to build a website directory with screenshots with Next.js, Tailwind CSS, and Prisma.

Dmytro Krasunauthor avatar

Dmytro Krasun

16 min read
How to deploy a Next.js app on Heroku

herokunext-jsgit

How to deploy a Next.js app on Heroku

Learn how to automate your deployments and host a Next.js app on Heroku

Nico Bothaauthor avatar

Nico Botha

4 min read
How to deploy a Next.js app on Vercel

vercelnext-jsgit

How to deploy a Next.js app on Vercel

Learn how to automate your deployments and host a Next.js app on Vercel

Nico Bothaauthor avatar

Nico Botha

4 min read
Get started with Next.js and Supabase - Part 4

supabasenext-js

Get started with Next.js and Supabase - Part 4

Learn how to use Supabase file storage in a Next.js app

Nico Bothaauthor avatar

Nico Botha

5 min read
Get started with Next.js and Supabase - Part 3

supabasenext-js

Get started with Next.js and Supabase - Part 3

Learn how to utilize row level security in a Next.js and Supabase app

Nico Bothaauthor avatar

Nico Botha

5 min read
Get started with Next.js and Supabase - Part 2

supabasenext-js

Get started with Next.js and Supabase - Part 2

Learn how to add authentication to a Next.js and Supabase app

Nico Bothaauthor avatar

Nico Botha

8 min read
Get started with Next.js and Supabase - Part 1

supabasenext-js

Get started with Next.js and Supabase - Part 1

Learn how to build a basic CRUD app with Next.js and Supabase

Nico Bothaauthor avatar

Nico Botha

8 min read
Guide to using images in Next.js

next-js

Guide to using images in Next.js

Learn how to use images effectively in Next.js

Nico Bothaauthor avatar

Nico Botha

4 min read