Active projects
SaaSRetail OpsFull-stack

Space Display SaaS

A mobile-first SaaS/PWA for managing retail products, spaces, zones, shelves, layers, and placement search.

MVP workflow closure

Public progress

62%

Updated
2026-07-02

Next.jsSupabaseReact-KonvaZustandStripeTailwind CSS

Current focus

  • Completing the store, product, space, zone, shelf, and placement-management loop.
  • Keeping local cache mode useful for fast demos without fake production data.
  • Separating free-plan limits from production Supabase and Stripe paths.

Next steps

  • Exercise the Supabase/RLS and Stripe subscription paths with real test projects.
  • Polish editor responsiveness and product-location search.
  • Unlock export flows after the production subscription checks are validated.

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.