Aussie Domains · Search & storefront
Aussie Domains is an Australian domain registrar. On the site you search for a name, see which extensions are available, then register and pay.
The brief
The goal was a simple, Australian-focused store: type a name, see availability across .com.au, .com, .net and the other extensions, and buy it without a string of upsells along the way.
Each result is a live check against a registrar API, so the search runs those checks at the same time and shows results as they come back, with the Australian extensions first. The site also has customer accounts, order history and checkout.
How it works
One search sends availability checks for every extension in parallel. Results fill in as they arrive, and a slow response only holds up its own row.
Chosen domains go to Stripe Checkout. The order is saved to the account once Stripe's webhook confirms the payment.
Customers can log in to see their orders. Order confirmations and reminder emails are sent automatically.
Stack