The best web stack for a rainy day
Thing | Description | GitHub |
---|---|---|
Turborepo | Monorepo | github |
pnpm | Package manager | github |
Next.js | Framework | github |
TypeScript | Language | github |
Tailwind CSS | CSS Framework | github |
shadcn/ui | UI | github |
Hono | API router (with RPC client) | github |
pluv.io | Realtime APIs | github |
Cloudflare Pages | Hosting | |
Cloudflare Workers KV | Key-value store | |
Cloudflare D1 | SQLite database |
If GraphQL:
Thing | Description | GitHub |
---|---|---|
GraphQL Yoga | Monorepo | github |
Pothos | GraphQL schema builder | github |
Prisma | ORM (with built-in dataloader) | github |
If not GraphQL:
Thing | Description | GitHub |
---|---|---|
Drizzle ORM | ORM | github |