Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.84 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.84 KB

Ribbit | The forefront of amphibious web browsing

Ribbit is a Reddit-inspired forum application built with Next.js 13, Drizzle ORM and Clerk.

Tech Stack

The goal for this project is to learn and use all new features from Next 13, coming from Next 12.

Authentication with Clerk

I set up authentication with Clerk, while also having my database's own user table by consuming their webhooks.

Whenever a user is created, updated or deleted, a webhook is sent to /app/api/webhooks/user/route.ts, and we update the info in the project's Planetscale database.