Dashboard
π API credits & usage
π Leads by country
β Awaiting GM approval
0β Approved β ready for Shopify B2B
0Pipeline
Seneste aktivitet
Search Leads
1. Find pharmacies via Google Places β 2. Scan with Apollo for contacts & emails β 3. Import
π Google Places β Find stores
π Apollo β Direct contact search
β οΈ Apollo is currently routed through ZO24's warehouse. Decision D4 in humanTODO.md determines if we keep this or drop it.
Register Import
Pull pharmacies directly from the official national business registers. Full coverage β including the small local pharmacies Google Places misses.
Leads
| Company | City | Phone | Revenue | Empl. | Group | Brands | Social | Temp. | Status | Action |
|---|
Email & Campaigns
Select leads and send emails via templates or AI generation. Templates auto-fill with lead data.
Template-based sending
| Company | City | Status |
|---|
Send Queue
Pending emails
Sent log
Settings
Sender
Send intervals
Company description (for AI)
π API keys
API keys (Google Places, Hunter.io, Pappers, Apify, UK Companies House) now live in Vercel environment variables on the server. They never reach the browser. To rotate a key: Vercel Dashboard β Project β Settings β Environment Variables.
Email sending
Blacklist
Documentation
π System overview
BibsWorld Lead Gen finds pharmacies across multiple European countries, retrieves contact data via Hunter + Pappers + website scraping, generates personalized sales emails in the right language, and sends them at a controlled pace via Microsoft Graph.
Supported countries:
π«π· France (~22,000 pharmacies) Β· π¬π§ UK (~14,000) Β· π³π΄ Norway (~1,000) Β· plus Google Places for other countries.
The full handover / migration guide lives in humanTODO.md at the repo root.
ποΈ Architecture (post-migration)
Hosting: Vercel (static + serverless API routes under /api/)
Database: Supabase Postgres (EU region) β tables bibs_leads, bibs_emails, bibs_users, bibs_templates, bibs_knowledge_bases, bibs_brands
Lead search: /api/places Β· /api/register Β· /api/pappers Β· /api/social Β· /api/hunter
Email sending: Microsoft Graph via /api/send-email (auth-gated with X-Bibs-Token)
Frontend: Vanilla ES modules in /js/, CSS in /css/app.css. No build step.
Templates
Manage email templates. Use placeholders that are auto-filled with lead data.
{company}
{first_name}
{contact_person}
{contact_title}
{city}
{sender_name}
{sender_email}
Users
Manage users and their access to the system.
| Name | Role | Countries | Status | Action |
|---|
Knowledge Base
Manage country configurations, search terms and outreach strategy.