AI BDR Agent
BDR finds the markets that will buy from you — before you even ask.
BDR is a premium, AI-powered Business Development Representative (BDR) web platform built for SMEs and startups that want enterprise-grade growth intelligence without enterprise overhead. It functions as a 24/7 virtual BDR that discovers clients, tracks competitors, surfaces investors, and recommends concrete next actions.
This repository contains the frontend web dashboard for BDR.
BDR is not a CRM, not a static analytics tool, and not another data dump.
It is designed as a decision engine:
- Convert weak market signals into actionable opportunities
- Replace guesswork with ranked recommendations
- Allow a 1–3 person startup to behave like a 20-person BDR team
If your expectation is “just show charts,” this product is not for you.
- Single product/business description input
- AI-derived ICPs (B2B/B2C)
- Market segmentation by industry, geography, and readiness
- Opportunity prioritization (who to sell to now)
-
Continuous monitoring of:
- Funding events
- Product launches
- Hiring signals
- Partnerships and acquisitions
-
Competitive benchmarking snapshots
-
Early warning alerts
-
Automated scanning of external datasets (e.g., LinkedIn-style signals)
-
Lead scoring by:
- Relevance
- Growth momentum
- Buying readiness
-
Daily / weekly high-fit lead drops
-
Mapping startups to relevant:
- VCs
- Angels
- Accelerators
-
Timing intelligence (who is actively deploying capital)
-
Ranked investor outreach targets
- Identifies strategic partners and integration candidates
- Suggests collaboration rationale
- Flags mutual value alignment
-
Persistent AI BDR assistant
-
Context-aware across all pages
-
Supports:
- Market questions
- Lead rationale
- Outreach drafting
- Strategic clarification
-
Authentication
-
Product Entry Page
- User describes their product/business once
-
Main Dashboard
- Dynamic Island navigation (top-center)
- Persistent BDR chatbot (bottom-right)
| Page | Module |
|---|---|
| 1 | Client Opportunity Analyzer |
| 2 | Competitor Intelligence |
| 3 | Smart Leads |
| 4 | Investors |
| 5 | Partner Matching |
- Background: #0d0d0d (deep black)
- Accent: #FFD700 (metallic gold, restrained use)
- Style: Premium, minimal, signal-first
- Headings: Cinzel / Cormorant Garamond (Greek-inspired serif)
- Body: Inter (clean sans-serif)
- Rounded corners:
2xl - Subtle gold glows on hover
- No visual clutter
- Animations must reinforce hierarchy, not distract
-
React
-
TailwindCSS
-
shadcn/ui (base components)
-
Lucide-react icons
- helmet
- target
- chart
- briefcase
- globe
-
Framer Motion (card entry, page transitions)
-
Component-driven architecture
-
Centralized state for:
- User business context
- Active signals
- Recommendations
/src
├── components
│ ├── DynamicIslandNav
│ ├── SignalCard
│ ├── LeadCard
│ ├── CompetitorCard
│ ├── InvestorCard
│ ├── PartnerCard
│ └── BDRChatWidget
├── pages
│ ├── Login
│ ├── ProductEntry
│ ├── ClientOpportunities
│ ├── Competitors
│ ├── Leads
│ ├── Investors
│ └── Partners
├── styles
└── utils
- Everything must answer: “What should I do next?”
- No raw data without interpretation
- No features without a decision outcome
- If a card does not change behavior, it does not belong
npm install
npm run devEnsure Tailwind, shadcn/ui, and Framer Motion are properly configured before running.
- Real-time signal ingestion
- Automated outreach execution
- Multi-user team views
- CRM integrations
- Learning loop from user actions
BDR is built for founders who:
- Move fast
- Hate noise
- Want leverage, not dashboards
If that is not you, do not build this.
BDR – AI BDR Agent