Project using bleeding-edge stack. Drizzle ORM + Neon postgres + Clerk auth + Shadcn/ui + everything new in Next.js 13 (server components, server actions, streaming ui, parallel routes, intercepting routes). Fully edge runtime deployed. I wrote a breakdown and talked about some tricky / difficult things while building this project. This will be a good reference project for people looking to learn Next.js app router. Project uses 100% server actions and include features such as ability to search show catalog, SaaS subscription service with Stripe, optimistic update, and infinite scrolling.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Would love to see a guide using all of the same tools plus all the latest from Supabase β¨
Well supabase is just postgres so it wouldn't change much. You can also swap out Clerk for supabase's auth but then you wouldn't be able to run your app on the edge.