Inspired by T3 stack and Shadcn Taxonomy project, I created this example of experimental edge stack full of sweet and fancy features for you to play with. Shout out to a bunch of open source solutions on the GitHub which I combined here.
Next.js
13 app dir (edge runtime)tRPC
Clerk
AuthDrizzle
ORM +PlanetScale
serverless js driverShadcn/ui
(Radix UI + Tailwind)
Install dependencies using pnpm:
pnpm install
Copy .env.example to .env and update the variables:
cp .env.example .env
Push schema to PlanetScale:
pnpm db:push
Have fun
pnpm dev