Product idea
Space is a retail-operations tool for teams that need to know where products live inside physical store layouts. The product models stores, products, display spaces, zones, shelves, shelf layers, and placement records.
The goal is a practical workflow: create the store, add products, draw or configure the display space, place products into specific areas, then search the dashboard to find where a product is currently displayed.
Current progress
The MVP is built around a mobile-first Next.js app with a visual editor. Local cache mode keeps the demo fast and honest: it lets the placement loop be tested without pretending that production authentication, subscription, or database state already exists.
Engineering focus
- A visual editor for zones, shelf structures, and product placement.
- Server-side plan limits that continue to matter even in local demo mode.
- A production path for Supabase Auth, Postgres/RLS, Storage, Stripe Checkout, and webhooks.
- Export features that stay locked until real subscription checks are validated.