Founders Network Intelligence. Turn your professional network into a queryable, opportunity-aware knowledge graph.
Serial entrepreneurs who think in terms of "who do I know that can..." and need a system that remembers context as deeply as they do. You orchestrate projects by integrating talent across niches—your network is your operating system.
Angel investors who leverage weak ties through mutual connections. Your deal flow comes from intros, and knowing how you know someone—who introduced you, what you co-invested in, where you crossed paths—is as important as knowing that you know them.
Your network is your edge. Social Recall makes it queryable.
- Relationship Context: Track how you know someone—intro'd by whom, met at what conference, co-invested in what company, worked together where. The context that powers warm intros.
- Chrome Extension: Save LinkedIn profiles with one click
- AI-Powered Skills: Automatically infer skills from profiles to find the right person for any need
- Opportunity Detection: Get notified when contacts start companies or change roles
- Google Contacts Sync: Bi-directional sync to see contacts on your phone
- Unified Search: Find anyone by name, company, or skill
social-recall/
├── apps/
│ ├── extension/ # Chrome extension
│ └── web/ # Web application (coming soon)
├── packages/
│ └── shared/ # Shared types and utilities
├── docs/
│ ├── prd/ # Product requirements
│ └── adr/ # Architecture decision records
└── supabase/ # Database migrations and functions
- Node.js 18+
- npm 9+
npm install# Build all packages
npm run build
# Build extension only
npm run build --workspace=@social-recall/extension- Run
npm run build --workspace=@social-recall/extension - Open Chrome and go to
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked" and select
apps/extension
UNLICENSED - Private project