Overview
Hakata Couture sells custom-fitted ethnic wear. Customers send in their measurements and get clothes made to those exact numbers.
The tricky part
Off-the-shelf e-commerce assumes fixed sizes. Here, every order carries its own measurement set, that data has to be validated before it goes anywhere, and the order flow is a lot more involved than "add to cart, pay, ship."
What I built
A backend-first full-stack app that captures and checks the measurement data, then keeps the frontend and backend in step as an order moves along.
- Measurements, handled safely. Variable measurement input is validated end to end, so bad numbers never reach the tailor.
- Order stages that hold. Reliable transitions from placed, to in tailoring, to delivered.
- Two sides to the app. Separate flows for customers and for the admins managing orders.
Result
A custom-fit ordering flow a premium brand can actually run day to day. It is live at hakatacouture.com.