← v17 index

/p/:slug — using an app

STORE · typed input form · example output · Run CTA · shareable result
v17
DESKTOP · 1280px · /p/lead-scorer · AFTER A RUN (logged-in owner)
Ran in 1.2s
Output ready below.
fades in 3s
floom.dev/p/lead-scorer
LS

lead-scorer

Score inbound leads for fit + intent. Paste a CSV, get back a ranked list with reasoning for each row.

live by @fede MIT 149 runs today*
INPUT · action: score_batch restored from your last run
One row per lead. Columns: company, domain, title, headcount.
~1.2s · free tier
← form is generated from the OpenAPI / floom.yaml schema
EXAMPLES
Score last week's inbound
Rank a prospect list
Filter out low-fit trials
OUTPUT 1.2s RUN r_a7f3
LS
lead-scorer · just now Scored 5 leads · 3 high-fit
{ "summary": "5 scored, 3 above threshold (70)", "ranked": [ { "company": "Ramp", "fit_score": 92, "reasoning": "RevOps ICP, 850 FTE, strong domain signal" }, { "company": "Linear", "fit_score": 88, "reasoning": "Founder-led, product-led growth fit" }, { "company": "Figma", "fit_score": 81, "reasoning": "VP Sales title, enterprise motion match" }, { "company": "Notion", "fit_score": 64, "reasoning": "Wrong ICP tier, PMM contact, skip" }, { "company": "Acme", "fit_score": 41, "reasoning": "Off-ICP (SMB services), low headcount" } ] }
floom.dev/r/run_a7f3
Raw JSON response
What the API returned before the renderer picked it up.
Use this from your own code
API
curl -X POST https://floom.dev/api/lead-scorer/score_batch \ -H "Authorization: Bearer flm_live_..." \ -d '{"leads":"company,domain,...","rubric":"b2b-saas"}'

Add lead-scorer to your tools.

Run it from anywhere. MCP, API, CLI, Claude Desktop — one install.

* illustrative metric · real numbers live after launch
MOBILE · 375px
floom.dev/p/lead-scorer
floom
Studio →
LS

lead-scorer

Paste a CSV, get a ranked list.

live @fede
INPUT
OUTPUT 1.2s
Scored 5 · 3 high-fit Ramp 92 RevOps ICP, 850 FTE Linear 88 Founder-led, PLG fit Figma 81 VP Sales, enterprise Notion 64 Wrong tier, skip Acme 41 Off-ICP SMB
v17 notes