
Build a Real-Time Collaborative Docs App with Next.js, Permit, Clerk & Liveblock
In this tutorial, I’ll walk you through how I built a live collaborative docs app using Next.js 15, Clerk for authentication, Permit.io for role-based access control (RBAC), and Liveblocks for real-time syncing.

Building a Comment System in a Next.js Blog with BCMS
When you create a blog, you don’t just want users to be able to read your blog. You’ll want them to be able to make comments; whether it’s a thought-provoking discussion, feedback, or ....