This repository contains the Farmhouse Frames storefront, product data, and admin tooling.
Primary project documentation:
Current implementation highlights:
Use this URL to go directly to uploads:
Current flow:
photo-uploads.public.uploads.imageUrl query param.Required Supabase objects:
photo-uploads (public)photo-uploadsorder_requests with customer_user_id, store_settings, and activity_logsTo let coding sessions execute Supabase SQL updates automatically:
Run the helper script from the repository root:
./scripts/apply-supabase-sql.sh
The script applies:
If you keep the DB URL set in the environment, future coding sessions can run this script directly without manual SQL copy and paste.