Insta-Next: Introduction & Designs
Let's build a fullstack Instagram clone using Next.js, Prisma and Mantine

Search for a command to run...

Series
This is a step-by-step series on building a simple Instagram Clone using Next.js. You will get to see Tailwind, Mantine, NextAuth and Prisma in action to build this fullstack Instagram clone.
Let's build a fullstack Instagram clone using Next.js, Prisma and Mantine

In this part, we will use Prisma to setup our database in PostgreSQL

Let's start building the backend APIs using Next.js and use React Queries to fetch them!

It's time to improve the app's UI with Tailwind and Mantine. We will also employ Next.js layout on the application.

In this part, let's build the Instagram post and story modals with carousels!

In this part, let's try to implement authentication for our InstaNext app using NextAuth.js
