Auction Intel — Project Portfolio Summary
Auction Intel (auctionintel.app) — An AI-powered lead intelligence platform that discovers nonprofit auction events and delivers verified, sales-ready leads to event-services vendors.
The Problem It Solves
Companies that provide services to nonprofit auction events (auctioneers, event planners, catering, A/V rental) have no reliable way to find upcoming events before their competitors. Manually searching thousands of nonprofit websites is impossibly time-consuming. Auction Intel automates this: upload a list of nonprofit domains, and the platform uses AI web research to discover which organizations are planning auction events, extract event details, find decision-maker contacts, verify email deliverability, and deliver structured billable leads — all in real time.
Platform Overview
| Layer | Technology |
|---|
| Backend | Python 3 / Flask (~6,800 lines in app.py alone) |
| AI Engine | Claude Haiku 4.5 with web search via Poe Bot API |
| Database | PostgreSQL on Railway (14 tables) |
| Payments | Stripe (Payment Intents, webhook-driven wallet) |
| Email | Resend API (20 HTML templates) |
| Email Verification | Emailable API (real-time deliverability scoring) |
| IRS Data | PostgreSQL table of IRS 990 nonprofit filings |
| Real-Time Streaming | Server-Sent Events with reconnect+ polling fallback |
| Deployment | Railway (auto-deploy on push to main) |
| Frontend | Server-rendered HTML, Tailwind CSS, vanilla JS |
| API Client | Standalone Python CLI for headless batch operation |