adminigloo

Auth, tenancy, permissions, tRPC and the environment contract are wired. Start building features.

Add credentials to .env.local whenever you want the feature they unlock. Nothing here blocks you from building.

Your shop

Published products appear here — this is the page a customer sees.

Open the shop

Where to start

  • Permission keyssrc/permissions/catalog.ts
  • Your tablessrc/db/schema.ts
  • Your APIsrc/server/routers/_app.ts
  • Calling it from a client componentsrc/trpc/client.tsx
  • Calling it from a server componentsrc/trpc/server.ts
  • Colours, radius, dark modeapp/globals.css