E-commerce & Direct-to-Consumer
You've outgrown a WordPress/WooCommerce store and want a fast headless storefront, but you don't want to build and secure your own checkout, and guest purchases (including ones made before an account exists) still have to unlock the right account, with refunds reversing access.
Rebuild the front end as a headless React/TypeScript storefront with checkout kept on a hosted commerce platform, served by a single Go service on Cloud Run. Purchases arrive as HMAC-verified webhooks that pass through an idempotency ledger and then three-way identity resolution, a signed token bridge, then an email match, then a pending-access queue claimed on next login, so even a guest checkout binds to an account, and refunds revoke entitlement by reason code.
- Go
- TypeScript
- MySQL
- Cloud Run
- Secret Manager
- Google Cloud