← Home

Wardrobe

Items belong to your active organization (switch it in the header). Upload isolated garment photos — images go to S3, item records live in Postgres, and outfit retrieval uses dense embeddings in Upstash Vector. Digitize runs Gemini vision, then updates the row and vector index.

Add items

Add a product from source URL, or use image upload if you do not have a product page.

Catalog search

Case-insensitive search over catalog text in Postgres (names, URLs, descriptions, tags). Undigitized items match on basic fields; digitized items include richer metadata in the index.

Catalog

Loading…