A two-sided storefront with vendor onboarding, payouts and moderation screens.
Harbor is a complete two-sided marketplace front end: buyer storefront, vendor application and dashboard, admin moderation queue, and the payout request flow that usually gets bolted on badly at the end.
It ships as a Nuxt 4 application with a mocked API layer so you can see every screen immediately, then swap in your own backend one endpoint at a time.
We design for thumbs first. Expo templates and storefront layouts with the fiddly bits — offline states, skeletons, deep links — already solved.
Every purchase generates a license code you can verify from your own application through the purchase-code API.
I only sell my own products today but might open it up later. Being able to flip one switch instead of forking is exactly what I wanted.
Screens are excellent. Wiring the mock layer to a real backend took longer than expected because the contract is only documented in the types.