ploskovytskyy / next-app-router-trpc-drizzle-planetscale-edge

Experimental edge stack full of sweet and fancy features for you to play with

Home Page:https://giga-stack.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Experimental edge stack full of sweet and fancy features for you to play with

https://giga-stack.vercel.app


Languages

Language:TypeScript 90.7%Language:JavaScript 9.2%Language:CSS 0.1%