Skip to content

itshivam96/ShadowTrace-AI

Repository files navigation

⬑ ShadowTrace β€” Email Intelligence Platform

Public OSINT tool. Email daalo, digital footprint niklo.

What it does

  • βœ… GitHub profile discovery (real API)
  • βœ… Gravatar avatar + profile lookup (real)
  • βœ… HaveIBeenPwned breach check (real, needs API key for full)
  • βœ… Company logo via Clearbit (free, no key)
  • βœ… Domain intelligence (MX provider, email type, reputation)
  • βœ… AI-powered summary via Claude
  • βœ… Risk + Trust + Identity confidence scores
  • βœ… Digital activity timeline

Deploy on Vercel (5 minutes)

Step 1 β€” GitHub pe daalo

# Pehli baar
git init
git add .
git commit -m "shadowtrace launch"

# GitHub pe naya repo banao (github.com/new)
git remote add origin https://github.com/TUMHARA_USERNAME/shadowtrace.git
git push -u origin main

Step 2 β€” Vercel pe deploy karo

  1. vercel.com pe jao β†’ Login with GitHub
  2. "Add New Project" click karo
  3. Apna shadowtrace repo select karo
  4. Environment Variables mein add karo:
Variable Value Kahan milega
ANTHROPIC_API_KEY sk-ant-... console.anthropic.com
GITHUB_TOKEN ghp_... github.com/settings/tokens (optional)
HIBP_API_KEY ... haveibeenpwned.com/API/Key (optional)
  1. Deploy click karo β€” 2 minute mein live!

Step 3 β€” Local test (optional)

npm install
cp .env.example .env.local
# .env.local mein ANTHROPIC_API_KEY daalo
npm run dev
# Open: http://localhost:3000

Free APIs used

Source Data Key needed?
GitHub API Repos, followers, bio No (or free token for higher limits)
Gravatar Avatar, public profile No
Clearbit Logo Company logo No
HaveIBeenPwned Breach history Yes ($4/mo) or basic free
Claude AI Intelligent summary Yes (Anthropic)

Environment Variables

Copy .env.example to .env.local for local dev.


Tech Stack

  • Next.js 14 β€” Framework
  • TypeScript β€” Type safety
  • Tailwind CSS β€” Styling
  • Vercel β€” Deployment

Legal

Public data only. No authentication bypass. GDPR compliant. Add opt-out link if making this public at scale.

About

πŸ” Uncover anyone's digital identity β€” social profiles, breach history, GitHub activity & AI-generated intelligence reports from a single email address

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors