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.js13 app dir (edge runtime)tRPCClerkAuthDrizzleORM +PlanetScaleserverless js driverShadcn/ui(Radix UI + Tailwind)
Install dependencies using pnpm:
pnpm installCopy .env.example to .env and update the variables:
cp .env.example .envPush schema to PlanetScale:
pnpm db:pushHave fun
pnpm dev