Faceted catalog & search
Browsing with search and filters across categories, products and variants.
A complete online marketplace — “the everything market.” Faceted catalog search, a cart that reserves inventory, Stripe checkout, accounts with transactional email, and an admin console for running the store. Built from a design spec through to a deployed product.
The storefront — faceted catalog, search, cart. Try the live version for the full flow.
Cart's empty — add something below.
A trimmed slice of the storefront — add a couple of items, then open the real store to check out.
Nova is a real marketplace, not a mockup of one. It was built the way a product actually gets built: data model first, then auth, catalog, checkout, accounts, an admin back office, and a hardening pass.
Shoppers browse and search a faceted catalog, add variants to a cart that reserves inventory, and check out through Stripe. Behind it, an admin console manages products, inventory, orders, refunds and shipments, with a least-privilege team model so an owner can bring on staff without ever touching the database.
Every price is handled in integer cents to avoid floating-point drift, background workers take care of cart reminders and reservation cleanup, and transactional email runs through Resend. It's designed to be handed over and run.
Browsing with search and filters across categories, products and variants.
Stock is held while a shopper checks out, then released by a worker if they don't.
Hosted payment, webhooks into order state, integer-cent totals throughout.
Sign-in, order history, address book, and transactional mail through Resend.
Products, inventory, orders, refunds, shipments — and staff roles with least privilege.
Background jobs, rate limits, security headers and tests before it went live.