Giga Stack ✨

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.

deployed demo

Features

  • Next.js 13 app dir (edge runtime)
  • tRPC
  • Clerk Auth
  • Drizzle ORM + PlanetScale serverless js driver
  • Shadcn/ui (Radix UI + Tailwind)

Try it yourself

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

Resources