B2B account intelligence for sales reps. Paste a company URL and your ICP — get a structured account brief in seconds, powered by Claude and Firecrawl.
Live → deepaccount.vercel.app
DeepAccount scrapes a company's public pages (homepage, pricing, about, careers, blog), sends the content to Claude alongside your ICP description, and returns a full account plan:
| Output | Description |
|---|---|
| Fit Score | 0–100 score with visual indicator (red / yellow / green) |
| Green Flags | 3 reasons this account fits your ICP |
| Red Flags | 3 risks or mismatches to watch |
| Champion Profile | Job title most likely to champion internally, and what to say |
| Decision Maker Profile | Who holds budget and how to loop them in |
| First Line | One personalized cold outreach opener — copy with one click |
| Next Step | Recommended action to move the deal forward |
- Open the live app
- Click API Key in the top right
- Add your Anthropic API key — that's all you need
- Paste a company URL, describe your ICP, and hit Analyze
Your key is saved in your browser's localStorage. Website scraping is handled server-side — you never need a Firecrawl key.
Shortcut: Cmd+Enter (Mac) or Ctrl+Enter (Windows) to run the analysis.
git clone https://github.com/rishirajpaul3/deepaccount.git
cd deepaccountAdd your Firecrawl key as an environment variable, then deploy:
vercel env add FIRECRAWL_API_KEY
vercel --prodThe scraping proxy (api/scrape.js) reads FIRECRAWL_API_KEY from the environment. Users of your deployment only need their own Anthropic key.
- History — recent analyses saved locally, one click to restore
- Share link — every brief gets a shareable URL (encoded in the hash, no server needed)
- Copy brief — exports the full brief as clean plain text for Slack, email, or Notion
- One key only — scraping is proxied server-side, users only need an Anthropic key
- Vanilla HTML, CSS, JavaScript — single file frontend
- Vercel — hosting + serverless scraping proxy
- Claude Sonnet — account analysis and structured output
- Firecrawl — website scraping (server-side)
Rishiraj Paul — GTM engineer building AI-powered sales tools.