T
Tucker Ledger
AC
Household
Settings & integrations
Configure the private data layer before replacing demo mode.
Household access
Aaron & Claire
AC
Household nameTucker Household
Primary currencyUSD
Default debt strategySnowball
Month starts1st of each month
Security baseline
Before real accounts
Row Level SecurityEvery household table is isolated by membership.
Server-only bank tokensPlaid access tokens never reach the browser.
Private receipt storageSigned URLs and per-household policies.
No real data in GitDemo seed remains synthetic.
Stack
Integrations
S
SupabaseDatabase, authentication, storage, and Edge Functions
Ready to configureP
PlaidBank and credit-card account connections
Environment keys neededR
Receipt OCRVision provider called only from protected server code
Demo extraction activeV
VercelNext.js deployment and preview environments
Deployment readyEnvironment variables
Required for production
NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY= SUPABASE_SECRET_KEY= PLAID_CLIENT_ID= PLAID_SECRET= PLAID_ENV=sandbox RECEIPT_VISION_API_KEY=
Use Vercel Environment Variables and Supabase secrets. Never place server secrets in variables beginning with NEXT_PUBLIC_.