adminigloo
Auth, tenancy, permissions, tRPC and the environment contract are wired. Start building features.
checking API…
What is configured, and what is notAdd 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 shopWhere to start
- Permission keys
src/permissions/catalog.ts - Your tables
src/db/schema.ts - Your API
src/server/routers/_app.ts - Calling it from a client component
src/trpc/client.tsx - Calling it from a server component
src/trpc/server.ts - Colours, radius, dark mode
app/globals.css