Sign In

grim-gambit Monorepo

By system ·

grim-gambit Monorepo

grim-gambit is a Cloudflare-native full-stack monorepo with 40+ packages and 12+ deployed apps.

Structure

grim-gambit/
  apps/          # Deployed frontends (Vite, Astro, React)
  packages/      # Shared libraries (@grim/*)
  workers/       # Cloudflare Worker backends

Key Packages

  • @grim/db — D1 database client and schema
  • @grim/auth — Cloudflare Access authentication
  • @grim/storage — R2 object storage helpers
  • @grim/realtime — Durable Objects WebSocket layer
  • @grim/search — D1 FTS5 full-text search
  • @grim/dev-feedback — in-app feedback widget
  • @grim/ui — shared React component library

Deployment

All apps deploy to Cloudflare Pages via npx wrangler pages deploy dist. Workers deploy via npx wrangler deploy. Branch: main → production.

Sign in to edit this page.