Skip to content

rishirajpaul3/deepaccount

Repository files navigation

DeepAccount

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


What it does

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

Getting started

  1. Open the live app
  2. Click API Key in the top right
  3. Add your Anthropic API key — that's all you need
  4. 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.


Self-hosting

git clone https://github.com/rishirajpaul3/deepaccount.git
cd deepaccount

Add your Firecrawl key as an environment variable, then deploy:

vercel env add FIRECRAWL_API_KEY
vercel --prod

The scraping proxy (api/scrape.js) reads FIRECRAWL_API_KEY from the environment. Users of your deployment only need their own Anthropic key.


Features

  • 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

Stack

  • Vanilla HTML, CSS, JavaScript — single file frontend
  • Vercel — hosting + serverless scraping proxy
  • Claude Sonnet — account analysis and structured output
  • Firecrawl — website scraping (server-side)

Built by

Rishiraj Paul — GTM engineer building AI-powered sales tools.

About

B2B account intelligence — paste a URL and your ICP, get fit score, buyer profiles, and a cold outreach opener in seconds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors