Home/For pros/Routing demo

How routing works

Exclusive routing by service, ZIP, and paid credits

A lead is matched to one eligible pro — one who covers that service and ZIP and has lead credits remaining. We rotate fairly (least-recently-served first) so everyone who paid gets a fair share, then decrement one credit. This is a working model of the logic a backend runs.

Pros & remaining credits

Send a lead

Prototype: state is in-memory and resets on reload. In production this logic runs server-side (Supabase + Stripe for credits); the front end never decides routing.