Run one of the 3 workflows
The tabs are the product. Start by choosing the job you want done, then use sample data or your own input.
Prospect research
Audit a company site for weak positioning, missing proof, and useful outreach angles.
Run trace
Architecture
The proof is the operating shape: inputs, tools, model calls, fallback paths, traceability, and API contracts.
API contracts
The UI uses the same endpoints documented in the README, so the demo and repo stay aligned.
POST /api/prospect-research{ "url": "https://company.com" }
POST /api/crm-enrichment{ "company": "Acme", "url": "https://acme.com" }
POST /api/follow-up-draft{ "thread": "Previous email context..." }