Harborline Commerce Demo

A multi-page ecommerce concept with storefront, checkout, and ops in one flow.

This route is now a self-contained commerce demo instead of a single generic surface. The pages below are staged like a real product walkthrough.

Quick jump

Browse launch collection

Open page

Quick jump

Inspect cart state

Open page

Quick jump

Review checkout UX

Open page

Quick jump

Open ops console

Open page
StorefrontCollectionProductCartCheckoutOperations
Storefront landingCollection browsingProduct detail and bundlesCart and delivery rulesCheckout and recoveryFulfilment operations

Checkout experience

The payment step uses real form and validation plumbing, not static mock inputs.

This page now uses React Hook Form and Zod from the recommended stack so the checkout can model field validation, route selection, and order-summary updates like an actual product surface.

Validation matches the scenario

Required customer details, delivery method, payment path, and terms confirmation are all enforced instead of implied.

Pricing reacts to checkout choices

Switching between pickup, shipping speed, payment route, and gift wrap updates the summary so the demo feels alive.

Still presentation-ready

The form stays design-forward so it can be shown in a client demo without collapsing into a plain developer scaffold.

Delivery
Speed
Payment

Checkout state

React Hook Form and Zod keep the demo flow opinionated and realistic.

4 items in active cart

Store pickup flow active

Payment route: card

Subtotal$452
Delivery$0
Gift wrap$0
Total$452
Use the form to validate required data and preview how delivery and payment rules alter the order summary.