Build a YouTube Live Clone with Next.js, Clerk, and TailwindCSS - Part Two
dev.to·21h·
Discuss: DEV
🏔️Alpine.js
Preview
Report Post

In part one of this two-part series, we focused on building the foundation of our YouTube Live clone by:

  • Configuring Prisma for our database
  • Adding authentication with Clerk
  • Integrating Stream into the app
  • Building the home page

In this second part, we’ll build the pages for creating and watching livestreams with the Stream React Video SDK. We’ll also add a live chat functionality to the livestreams with the React Chat SDK.

You can view the live demo and access the complete source code on GitHub.

Bui…

Similar Posts

Loading similar posts...