Hot Potato is an open-source inbound lead-routing product for GTM teams that want readable rules, explainable decisions, and infrastructure they can own.
Live site: hot-potato-32c.pages.dev
The route is deliberately simple:
lead arrives → rules run → right rep → available time → CRM is updated
The project is guided by four principles:
- Routing logic should be readable without a flowchart certification.
- Every decision should be explainable and tied to a rule version.
- The core should be self-hostable and useful without a managed plan.
- Integrations should ship from real workflow demand, not logo-wall theater.
See ROADMAP.md for the delivery order.
No dependencies or build step are required.
python3 -m http.server 8000Open http://localhost:8000.
The production site is hosted on Cloudflare Pages. It is a static deployment with no install or build command.
wrangler pages deploy . --project-name hot-potato --branch mainindex.html— product story and interface mockupsstyles.css— responsive visual systemapp.js— mobile navigation and interactive router demopublic/— mascot and social-preview imageROADMAP.md— staged product planCONTRIBUTING.md— contribution workflowSECURITY.md— responsible disclosure guidance
Ideas, workflow examples, and focused pull requests are welcome. Please read CONTRIBUTING.md before opening work.
MIT © 2026 Harrison O'Connor-Hoover