In production

MySupperClub

A booking-and-payments platform for supper-club hosts and guests.

Next.jsAuth & rolesPayments integrationContainerized deploymentCloud infrastructure

01. Problem

Supper-club hosts needed to manage events, seats, bookings, and payments without stitching together spreadsheets and manual payment tracking, while guests needed a booking flow that actually confirmed their spot.

02. Constraint

The full transactional flow — event → seats → booking → payment → verification → reservation → notification — had to hold up in real production use, not just a demo, and changes had to be testable without risking real bookings.

03. What I Did

Built the platform on Next.js with an auth-and-roles backend distinguishing hosts from guests, integrated payments directly into the booking flow, and containerized the deployment on cloud infrastructure so the same environment could be reproduced for both production and a separate UAT environment.

04. Impact & Result

Running in production for about a year and still maintained — handling real bookings and payments end to end, with a UAT environment that lets changes get tested safely before they reach guests.