A Next.js app for tracking job applications, built with shadcn/ui, Drizzle ORM, and Supabase (Postgres + auth).
pnpm dlx shadcn@latest add buttonComponents are placed in components/ui.
import { Button } from "@/components/ui/button"DATABASE_URL and Supabase keys live in .env at the repo root.
pnpm db:push # push the Drizzle schema to Supabase
pnpm db:generate # generate a migration
pnpm db:studio # open Drizzle Studio