Full-stack, one command
Grit generates the Go backend and the React frontend from a single resource definition, so the two halves cannot drift apart.
$ 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