/* V37 ease-of-use layer */
.asd-help-tip{background:#fff8d9;border-radius:18px;padding:12px 14px;margin:12px 0;font-weight:800;color:#4d4100}
.asd-progress{display:flex;gap:6px;margin:0 0 18px;flex-wrap:wrap}.asd-progress span{height:7px;flex:1;min-width:45px;border-radius:99px;background:#e7e4dc}.asd-progress span.on{background:#18ad59}
.asd-required{color:#b42318;font-size:12px;margin-left:4px}.asd-error{background:#fff0f4;color:#9b1c43;border:2px solid #ffc4d2;border-radius:16px;padding:12px;font-weight:800;margin:12px 0}.asd-success{background:#e8fff0;color:#087a3d;border-radius:16px;padding:12px;font-weight:800;margin:12px 0}
.asd-mobile-bar{display:none}@media(max-width:760px){.asd-mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:80;background:#111;color:#fff;padding:8px max(8px,env(safe-area-inset-left)) max(8px,env(safe-area-inset-bottom));justify-content:space-around;box-shadow:0 -8px 25px #0002}.asd-mobile-bar a{color:#fff;text-decoration:none;text-align:center;font-size:11px;font-weight:900;padding:5px 8px;border-radius:12px}.asd-mobile-bar a.active{background:#18ad59}.asd-mobile-spacer{height:62px}}
Skip to main content
From prototype to launch. V18 turns the build plan into a practical launch checklist. The visual prototype is ready; the remaining work is connecting secure production services.
Prototype foundation complete. Production implementation is the next stage.
✅ Product structure
✓ 4 account journeys Customer, service provider, business, worker
✓ Searchable catalogue Type-ahead occupations, services and work types
✓ NSW location concept Suburbs, towns and postcodes
✓ Marketplace flow Job → match → offer → booking → completion
🔐 Production services to connect
1 Real authentication & database
2 Australian SMS OTP provider
3 Authoritative NSW location data
4 Stripe Connect test environment
5 Identity verification provider
6 Secure file/photo storage
🧪 Before accepting real money
Run test transactions for successful payments, failed payments, refunds, cancellations, counteroffers and provider payouts.
Never put Stripe secret keys, SMS credentials or identity-provider secrets in browser code.
🛡️ Before public launch
Complete security testing, privacy review, Australian tax/accounting review and review of contractor/business-worker arrangements.
Set up backups, monitoring, error logging, abuse controls and an admin recovery process.
Recommended build order
Production database + backend API
Authentication and account roles
Catalogue + NSW locations
Profiles + matching
Jobs + offers + bookings
Messaging + notifications
Stripe Connect in test mode
Verification + safety systems
Admin operations
Security, legal/accounting review and launch
Test marketplace
Test registration
AllServicesDone • You are in control — review details before confirming.