The Contact Form Outreach System
Two free, open-source tools that implement the framework from Code to Client— the Autofiller that handles the tedious part, and the Tracker that measures every stage of your pipeline. Local-first. No subscription. No signup. No upsell.
How They Work Together
Both tools share a single SQLite database (contacts.db). Contacts submitted by the autofiller appear instantly in the tracker—no sync needed.
Contact Form Autofiller
A Python + Playwright script that navigates to contact form URLs, pre-fills your name, email, company, and outreach message, then pauses and waits for you to review and click Submit yourself. You stay in control of every submission.
Contact Form Outreach Tracker
A local Nuxt 4 frontend + FastAPI backend app for tracking every contact through the eight pipeline statuses defined in Chapter 6 of the book. Dashboard metrics tell you exactly where you are and when to pivot.
Matches Chapter 6 of Code to Client exactly.