updated 2026-06-20space-tourism/deployed
A seat-booking platform whose central constraint is that a launch must never sell past capacity — including under a rush of simultaneous buyers.
- Oversell-proof seat reservation in a single atomic update — verified by a 50-way concurrency test
- Stripe Hosted Checkout with a signature-verified webhook as the only source of truth for "paid"
- Timed seat holds, a background sweeper for abandoned checkouts, and refunds that return inventory
- stack
- React · TypeScript · Express · MongoDB · Redis · Stripe · Docker