Build fullstack Linktree clone with Next.js, tailwind and mongodb

Опубликовано: 09 Май 2025
на канале: Coding With Dawid
81,071
2.9k

In this 12-hours-long tutorial, you will learn how to build a fullstack landing page service app using next.js and mongo database. This type of service is often used on platforms like instagram to allow users to put several links in one place.

This tutorial is designed for beginners and will teach you the basics of building a linktree clone with next.js 14. By the end of this tutorial, you will have a saas service that you can use for your portfolio.

Source code: https://github.com/dejwid/linklist

Timestamps
00:00:00 - Intro
00:28:11 - Authentication
01:09:10 - Hero form registration
02:49:39 - User panel - sidebar
03:47:17 - User panel - basic profile info
06:36:06 - User panel - buttons
07:22;41 - User panel - links
08:26:41 - Public page
09:29:59 - Analytics
11:21:04 - Fixing bugs & deployment