Demo UI (no backend submission yet)
Select a service, choose a preferred date, enter your email, then request a quote. The estimate shown is a range based on the service type.
/api/quote-requests) and store it in a CRM or job system.
What would be sent to the server when the customer clicks Request a quote.
{
"service": "house_wash",
"preferred_date": null,
"email": null,
"zip": null,
"estimate_range": {
"low": 250,
"high": 450
},
"source": "spotless-portal-demo"
}
Future: attach photos, address, notes, square footage, HOA constraints, and add a consent checkbox for SMS.