T
Tracebud Exporter Console
Early preview – wired to your existing backend.
Backed by the same NestJS API as the offline app.
DDS packages
Set NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY in your environment to enable exporter login.
What this console will do
This app is designed as the desktop companion to the offline farmer app:
- Exporters: track incoming DDS packages and trigger TRACES submissions.
- Importers / roasters: verify origin plots, FPIC & labor flags, and overlaps.
- All views are powered by the same NestJS/PostGIS backend already running locally.
Next step: wire Supabase Auth here so exporters can log in with the same accounts you use in the mobile app, then replace the placeholder call above with authenticated requests.