Minimal web utility for tracking consumption/usage/production of various things.
Customize to your needs by modifying src/app/page.tsx.
Project is configured to use Supabase by default, copy the .env.example and set DATABASE_URL to your Supabase pooler URL.
There is no auth by default (yet), so if deploying to a public website, expect access by 3rd parties. DB calls are made server-side via TRPC however.
This is a T3 Stack project bootstrapped with create-t3-app.
Follow our deployment guides for Vercel, Netlify and Docker for more information.