Full-stack, one command

From idea to a running app in five minutes

Grit generates the Go backend and the React frontend from a single resource definition, so the two halves cannot drift apart.

  • Typed end to end, database to UI
  • Admin panel generated with every resource
  • Deploys as one container
bash
$ grit new storefront --triple
✓ Go API, admin panel and web app scaffolded
$ grit generate resource Product \
--fields "name:string,price:float,stock:int"
✓ model · service · handler · routes
✓ Zod schema · TS types · React Query hooks
✓ admin page