Cotton Cloud
A working clothing storefront — real accounts, a real cart, and real Stripe checkout with coupon codes.
- Role
- Full stack
- Year
- 2025
- Status
- live
- Stack
- Next.js 15, Sanity, Clerk, Stripe

What it is
A store demo that can't actually take a payment or track an order isn't really a store. Cotton Cloud was built to have every piece a commerce site needs to function, not just look like one.
What I built
Sign-in and accounts run on Clerk, the catalog and content on Sanity, and checkout on Stripe — including a working coupon code (CLOUD30 knocks 30% off at checkout, not just in copy). Items come out of the cart automatically once payment clears, orders land on a shipping page, and each order can be tracked by its label. Browsing is filtered by category and dress style, with pagination across the catalog.
What I learned
The full retail loop, end to end: browse, filter, cart, pay, coupon, ship, track — the parts of an e-commerce build that are easy to skip and the parts that actually prove it works.