Cold Lead Decoder takes a company domain and returns a structured lead card:
The first version was easy to demo.
The harder part was making it behave when inputs are messy:
So I added:
It is not a scaled product. No users/revenue story here.
The point was to practice turning one LLM feature from “cool demo” into something more testable and inspectable.
Live: https://coldl.vercel.app
Eval page: https://coldl.vercel.app/eval
Code: https://github.com/nikabokuchava/cold-lead-decoder
Curious how other people are testing LLM features before they trust them in real workflows.