1063 lines
37 KiB
JavaScript
1063 lines
37 KiB
JavaScript
// MCP configurations for video generation
|
|
// Each has: name, color, question, statLabel, statValue, rows[], insight
|
|
|
|
export const mcpConfigs = [
|
|
{
|
|
id: 'calendly',
|
|
name: 'Calendly',
|
|
color: '#006BFF',
|
|
question: 'Which meetings this week are most likely to close?',
|
|
statLabel: 'High-Intent Meetings',
|
|
statValue: '7',
|
|
statLabel2: 'This Week',
|
|
statValue2: '$42K',
|
|
rows: [
|
|
{ label: 'Sarah Chen — Demo Call', value: 'Tomorrow 2pm' },
|
|
{ label: 'Mike Ross — Follow-up', value: 'Wed 10am' },
|
|
{ label: 'Acme Corp — Pricing', value: 'Thu 3pm' }
|
|
],
|
|
insight: '3 prospects viewed pricing page before booking. Prioritize these — they convert 4x higher.'
|
|
},
|
|
{
|
|
id: 'zendesk',
|
|
name: 'Zendesk',
|
|
color: '#03363D',
|
|
question: 'Show me tickets that need urgent attention',
|
|
statLabel: 'Critical Tickets',
|
|
statValue: '12',
|
|
statLabel2: 'Avg Wait',
|
|
statValue2: '4.2hrs',
|
|
rows: [
|
|
{ label: 'Billing issue — Enterprise', value: '6hrs ago' },
|
|
{ label: 'Integration broken — Pro', value: '4hrs ago' },
|
|
{ label: 'Data export failed — Team', value: '2hrs ago' }
|
|
],
|
|
insight: 'Enterprise ticket from @acme.com is from a $50K account at renewal risk. Escalate immediately.'
|
|
},
|
|
{
|
|
id: 'trello',
|
|
name: 'Trello',
|
|
color: '#0079BF',
|
|
question: 'What tasks are blocking our sprint?',
|
|
statLabel: 'Blocked Tasks',
|
|
statValue: '5',
|
|
statLabel2: 'At Risk',
|
|
statValue2: '3 days',
|
|
rows: [
|
|
{ label: 'API Integration — waiting on docs', value: '4 days' },
|
|
{ label: 'Design Review — needs approval', value: '2 days' },
|
|
{ label: 'QA Testing — blocked by API', value: '1 day' }
|
|
],
|
|
insight: 'API docs arrived yesterday. Unblocking this unlocks 3 dependent tasks — notify the team.'
|
|
},
|
|
{
|
|
id: 'gusto',
|
|
name: 'Gusto',
|
|
color: '#F45D48',
|
|
question: 'Any payroll issues I should know about?',
|
|
statLabel: 'Action Needed',
|
|
statValue: '3',
|
|
statLabel2: 'Next Run',
|
|
statValue2: 'Fri',
|
|
rows: [
|
|
{ label: 'Missing W-4 — New hire Jake', value: 'Due today' },
|
|
{ label: 'Bank change — Sarah M.', value: 'Verify' },
|
|
{ label: 'PTO balance — Mike R.', value: 'Negative' }
|
|
],
|
|
insight: 'Jake starts Monday but W-4 missing. Send reminder now to avoid delayed first paycheck.'
|
|
},
|
|
{
|
|
id: 'mailchimp',
|
|
name: 'Mailchimp',
|
|
color: '#FFE01B',
|
|
question: 'How did last week\'s campaigns perform?',
|
|
statLabel: 'Avg Open Rate',
|
|
statValue: '34%',
|
|
statLabel2: 'Revenue',
|
|
statValue2: '$8.2K',
|
|
rows: [
|
|
{ label: 'Product Launch — 12K sent', value: '41% open' },
|
|
{ label: 'Weekly Newsletter — 8K sent', value: '28% open' },
|
|
{ label: 'Flash Sale — 5K sent', value: '52% open' }
|
|
],
|
|
insight: 'Flash Sale had 52% open rate. Segment those openers for a follow-up — they\'re primed to buy.'
|
|
},
|
|
{
|
|
id: 'clickup',
|
|
name: 'ClickUp',
|
|
color: '#7B68EE',
|
|
question: 'Show me overdue tasks across all projects',
|
|
statLabel: 'Overdue',
|
|
statValue: '14',
|
|
statLabel2: 'Due Today',
|
|
statValue2: '8',
|
|
rows: [
|
|
{ label: 'Client deliverable — Acme', value: '3 days late' },
|
|
{ label: 'Sprint review prep', value: '1 day late' },
|
|
{ label: 'Budget approval', value: 'Due today' }
|
|
],
|
|
insight: 'Acme deliverable is 3 days late. Their contract has SLA penalties — reprioritize this now.'
|
|
},
|
|
{
|
|
id: 'acuity',
|
|
name: 'Acuity Scheduling',
|
|
color: '#315B7D',
|
|
question: 'Any no-shows or cancellations this week?',
|
|
statLabel: 'No-Shows',
|
|
statValue: '4',
|
|
statLabel2: 'Revenue Lost',
|
|
statValue2: '$600',
|
|
rows: [
|
|
{ label: 'John D. — Consultation', value: 'No-show Mon' },
|
|
{ label: 'Sarah K. — Follow-up', value: 'Cancelled Tue' },
|
|
{ label: 'Mike P. — Initial call', value: 'No-show Wed' }
|
|
],
|
|
insight: 'John D. has no-showed twice. Require prepayment for his next booking to reduce risk.'
|
|
},
|
|
{
|
|
id: 'squarespace',
|
|
name: 'Squarespace',
|
|
color: '#000000',
|
|
question: 'How\'s my website performing this month?',
|
|
statLabel: 'Visitors',
|
|
statValue: '12.4K',
|
|
statLabel2: 'Conversions',
|
|
statValue2: '234',
|
|
rows: [
|
|
{ label: 'Homepage — 8.2K views', value: '1.2% conv' },
|
|
{ label: 'Pricing page — 2.1K views', value: '4.8% conv' },
|
|
{ label: 'Blog — 1.8K views', value: '0.6% conv' }
|
|
],
|
|
insight: 'Pricing page converts 4x better than homepage. Add a pricing CTA to your homepage hero.'
|
|
},
|
|
{
|
|
id: 'brevo',
|
|
name: 'Brevo',
|
|
color: '#0B996E',
|
|
question: 'Which email sequences are converting best?',
|
|
statLabel: 'Active Sequences',
|
|
statValue: '6',
|
|
statLabel2: 'Conversions',
|
|
statValue2: '89',
|
|
rows: [
|
|
{ label: 'Welcome Series — 420 active', value: '12% conv' },
|
|
{ label: 'Abandoned Cart — 156 active', value: '8% conv' },
|
|
{ label: 'Re-engagement — 312 active', value: '3% conv' }
|
|
],
|
|
insight: 'Welcome Series converts 4x better than Re-engagement. Invest in improving onboarding emails.'
|
|
},
|
|
{
|
|
id: 'wrike',
|
|
name: 'Wrike',
|
|
color: '#08CF65',
|
|
question: 'Which projects are at risk of missing deadline?',
|
|
statLabel: 'At Risk',
|
|
statValue: '3',
|
|
statLabel2: 'On Track',
|
|
statValue2: '12',
|
|
rows: [
|
|
{ label: 'Website Redesign — 2 weeks left', value: '65% done' },
|
|
{ label: 'Q1 Report — 3 days left', value: '40% done' },
|
|
{ label: 'Product Launch — 1 week left', value: '80% done' }
|
|
],
|
|
insight: 'Q1 Report is only 40% done with 3 days left. Reassign 2 resources from completed projects.'
|
|
},
|
|
{
|
|
id: 'bamboohr',
|
|
name: 'BambooHR',
|
|
color: '#73C41D',
|
|
question: 'Any HR items that need my attention?',
|
|
statLabel: 'Pending',
|
|
statValue: '8',
|
|
statLabel2: 'Urgent',
|
|
statValue2: '2',
|
|
rows: [
|
|
{ label: 'PTO Request — Sarah M.', value: 'Needs approval' },
|
|
{ label: 'Onboarding — New hire Fri', value: 'Incomplete' },
|
|
{ label: 'Review overdue — Mike R.', value: '2 weeks late' }
|
|
],
|
|
insight: 'New hire onboarding is incomplete. Missing laptop setup — IT ticket created automatically.'
|
|
},
|
|
{
|
|
id: 'freshbooks',
|
|
name: 'FreshBooks',
|
|
color: '#0075DD',
|
|
question: 'Show me outstanding invoices',
|
|
statLabel: 'Overdue',
|
|
statValue: '$18.4K',
|
|
statLabel2: 'Invoices',
|
|
statValue2: '12',
|
|
rows: [
|
|
{ label: 'Acme Corp — Invoice #1042', value: '$8,500 (45 days)' },
|
|
{ label: 'StartupXYZ — Invoice #1038', value: '$4,200 (30 days)' },
|
|
{ label: 'Local Biz — Invoice #1051', value: '$2,100 (15 days)' }
|
|
],
|
|
insight: 'Acme Corp is 45 days overdue. Their AP contact changed — here\'s the new email to follow up.'
|
|
},
|
|
{
|
|
id: 'clover',
|
|
name: 'Clover',
|
|
color: '#43B02A',
|
|
question: 'How were sales this week vs last?',
|
|
statLabel: 'This Week',
|
|
statValue: '$24.8K',
|
|
statLabel2: 'vs Last',
|
|
statValue2: '+18%',
|
|
rows: [
|
|
{ label: 'Monday — 142 transactions', value: '$4,280' },
|
|
{ label: 'Tuesday — 168 transactions', value: '$5,120' },
|
|
{ label: 'Wednesday — 156 transactions', value: '$4,890' }
|
|
],
|
|
insight: 'Tuesday\'s lunch special drove 18% more traffic. Consider running it Wed-Thu too.'
|
|
},
|
|
{
|
|
id: 'servicetitan',
|
|
name: 'ServiceTitan',
|
|
color: '#FF6B00',
|
|
question: 'Which jobs are unscheduled this week?',
|
|
statLabel: 'Unscheduled',
|
|
statValue: '8',
|
|
statLabel2: 'Revenue',
|
|
statValue2: '$12.4K',
|
|
rows: [
|
|
{ label: 'HVAC Install — Johnson', value: '$4,200' },
|
|
{ label: 'Plumbing Repair — Smith', value: '$890' },
|
|
{ label: 'AC Maintenance — Williams', value: '$350' }
|
|
],
|
|
insight: 'Tech Mike has 4hr gap Thursday. Auto-schedule Johnson install to maximize his route efficiency.'
|
|
},
|
|
{
|
|
id: 'rippling',
|
|
name: 'Rippling',
|
|
color: '#FEC400',
|
|
question: 'Any compliance issues I should address?',
|
|
statLabel: 'Issues',
|
|
statValue: '4',
|
|
statLabel2: 'Urgent',
|
|
statValue2: '1',
|
|
rows: [
|
|
{ label: 'I-9 Verification — Expiring', value: '2 employees' },
|
|
{ label: 'Benefits enrollment — Pending', value: '3 employees' },
|
|
{ label: 'Training cert — Expired', value: '1 employee' }
|
|
],
|
|
insight: 'I-9 expires in 5 days for 2 employees. Automatic reminder sent, reverification form attached.'
|
|
},
|
|
{
|
|
id: 'freshdesk',
|
|
name: 'Freshdesk',
|
|
color: '#25C16F',
|
|
question: 'What\'s our support queue looking like?',
|
|
statLabel: 'Open Tickets',
|
|
statValue: '47',
|
|
statLabel2: 'Avg Response',
|
|
statValue2: '2.4hrs',
|
|
rows: [
|
|
{ label: 'High Priority — 8 tickets', value: '1.2hr avg' },
|
|
{ label: 'Medium Priority — 24 tickets', value: '3.1hr avg' },
|
|
{ label: 'Low Priority — 15 tickets', value: '6.2hr avg' }
|
|
],
|
|
insight: '3 high-priority tickets are about the same bug. I\'ve grouped them and tagged engineering.'
|
|
},
|
|
{
|
|
id: 'keap',
|
|
name: 'Keap',
|
|
color: '#2D9F2D',
|
|
question: 'Which leads should I follow up with today?',
|
|
statLabel: 'Hot Leads',
|
|
statValue: '12',
|
|
statLabel2: 'Pipeline',
|
|
statValue2: '$86K',
|
|
rows: [
|
|
{ label: 'Sarah Chen — Opened 5 emails', value: '$15K deal' },
|
|
{ label: 'Mike Johnson — Visited pricing', value: '$8K deal' },
|
|
{ label: 'Acme Corp — Downloaded guide', value: '$25K deal' }
|
|
],
|
|
insight: 'Sarah opened your last 5 emails in 2 days. She\'s ready — call her first this morning.'
|
|
},
|
|
{
|
|
id: 'constantcontact',
|
|
name: 'Constant Contact',
|
|
color: '#1856A8',
|
|
question: 'How\'s my email list growing?',
|
|
statLabel: 'New Subs',
|
|
statValue: '342',
|
|
statLabel2: 'This Month',
|
|
statValue2: '+12%',
|
|
rows: [
|
|
{ label: 'Website popup — 156 signups', value: '46%' },
|
|
{ label: 'Blog subscription — 98 signups', value: '29%' },
|
|
{ label: 'Social campaign — 88 signups', value: '25%' }
|
|
],
|
|
insight: 'Website popup converts 3x better than social. A/B test a discount offer to boost it further.'
|
|
},
|
|
{
|
|
id: 'lightspeed',
|
|
name: 'Lightspeed',
|
|
color: '#E4002B',
|
|
question: 'What\'s selling best this month?',
|
|
statLabel: 'Top SKUs',
|
|
statValue: '24',
|
|
statLabel2: 'Revenue',
|
|
statValue2: '$42K',
|
|
rows: [
|
|
{ label: 'Premium Widget — 156 sold', value: '$12,480' },
|
|
{ label: 'Basic Kit — 312 sold', value: '$9,360' },
|
|
{ label: 'Pro Bundle — 48 sold', value: '$8,640' }
|
|
],
|
|
insight: 'Premium Widget is low stock (12 left). Reorder now — sells out in 3 days at current pace.'
|
|
},
|
|
{
|
|
id: 'bigcommerce',
|
|
name: 'BigCommerce',
|
|
color: '#34313F',
|
|
question: 'How\'s cart abandonment this week?',
|
|
statLabel: 'Abandoned',
|
|
statValue: '234',
|
|
statLabel2: 'Value',
|
|
statValue2: '$18.6K',
|
|
rows: [
|
|
{ label: 'At checkout — 89 carts', value: '$8,200' },
|
|
{ label: 'At shipping — 78 carts', value: '$6,100' },
|
|
{ label: 'At payment — 67 carts', value: '$4,300' }
|
|
],
|
|
insight: '78 abandoned at shipping. Test free shipping over $50 — competitors offer it and it converts.'
|
|
},
|
|
{
|
|
id: 'toast',
|
|
name: 'Toast',
|
|
color: '#FF4C00',
|
|
question: 'Which menu items should I promote?',
|
|
statLabel: 'Top Items',
|
|
statValue: '8',
|
|
statLabel2: 'Margin',
|
|
statValue2: '62%',
|
|
rows: [
|
|
{ label: 'Signature Burger — 342 sold', value: '68% margin' },
|
|
{ label: 'House Salad — 256 sold', value: '74% margin' },
|
|
{ label: 'Craft Cocktail — 189 sold', value: '81% margin' }
|
|
],
|
|
insight: 'Craft Cocktails have 81% margin but low volume. Train servers to suggest pairing with burgers.'
|
|
},
|
|
{
|
|
id: 'jobber',
|
|
name: 'Jobber',
|
|
color: '#7AC143',
|
|
question: 'Any jobs at risk this week?',
|
|
statLabel: 'At Risk',
|
|
statValue: '4',
|
|
statLabel2: 'Value',
|
|
statValue2: '$6.2K',
|
|
rows: [
|
|
{ label: 'Lawn care — Peterson', value: 'Rescheduled 2x' },
|
|
{ label: 'Pressure wash — Miller', value: 'Weather delay' },
|
|
{ label: 'Landscaping — Chen', value: 'Parts pending' }
|
|
],
|
|
insight: 'Peterson rescheduled twice. Offer 10% discount to lock in date and prevent cancellation.'
|
|
},
|
|
{
|
|
id: 'wave',
|
|
name: 'Wave',
|
|
color: '#165DFF',
|
|
question: 'How\'s cash flow looking this month?',
|
|
statLabel: 'Inflow',
|
|
statValue: '$28.4K',
|
|
statLabel2: 'Outflow',
|
|
statValue2: '$21.2K',
|
|
rows: [
|
|
{ label: 'Receivables due — 8 invoices', value: '$12,400' },
|
|
{ label: 'Bills due — 5 payables', value: '$8,600' },
|
|
{ label: 'Recurring — Subscriptions', value: '$2,100' }
|
|
],
|
|
insight: 'Net positive $7.2K but 3 invoices are 30+ days. Send reminders today to keep cash healthy.'
|
|
},
|
|
{
|
|
id: 'closecrm',
|
|
name: 'Close CRM',
|
|
color: '#3D5AFE',
|
|
question: 'Which deals are closest to closing?',
|
|
statLabel: 'Hot Deals',
|
|
statValue: '6',
|
|
statLabel2: 'Pipeline',
|
|
statValue2: '$124K',
|
|
rows: [
|
|
{ label: 'Acme Corp — Verbal yes', value: '$45K' },
|
|
{ label: 'TechStart — Contract sent', value: '$28K' },
|
|
{ label: 'GlobalBiz — Final meeting', value: '$32K' }
|
|
],
|
|
insight: 'Acme gave verbal yes 3 days ago. Send contract now — deals drop 20% after 5 days of silence.'
|
|
},
|
|
{
|
|
id: 'pipedrive',
|
|
name: 'Pipedrive',
|
|
color: '#017737',
|
|
question: 'Show me stale deals in my pipeline',
|
|
statLabel: 'Stale Deals',
|
|
statValue: '14',
|
|
statLabel2: 'Value',
|
|
statValue2: '$89K',
|
|
rows: [
|
|
{ label: 'Enterprise deal — 45 days', value: '$42K' },
|
|
{ label: 'Mid-market — 30 days', value: '$18K' },
|
|
{ label: 'Startup tier — 28 days', value: '$8K' }
|
|
],
|
|
insight: 'Enterprise deal went cold after pricing. Competitor offered 20% less — consider matching.'
|
|
},
|
|
{
|
|
id: 'helpscout',
|
|
name: 'Help Scout',
|
|
color: '#1292EE',
|
|
question: 'What are customers asking about most?',
|
|
statLabel: 'Top Topics',
|
|
statValue: '5',
|
|
statLabel2: 'This Week',
|
|
statValue2: '156',
|
|
rows: [
|
|
{ label: 'Billing questions — 48 tickets', value: '31%' },
|
|
{ label: 'Feature requests — 42 tickets', value: '27%' },
|
|
{ label: 'Integration help — 38 tickets', value: '24%' }
|
|
],
|
|
insight: 'Billing questions spiked 40% after pricing change. Update FAQ and consider in-app guidance.'
|
|
},
|
|
{
|
|
id: 'basecamp',
|
|
name: 'Basecamp',
|
|
color: '#1D2D35',
|
|
question: 'Which projects need my input?',
|
|
statLabel: 'Waiting on You',
|
|
statValue: '7',
|
|
statLabel2: 'Comments',
|
|
statValue2: '23',
|
|
rows: [
|
|
{ label: 'Website redesign — Approval', value: '2 days waiting' },
|
|
{ label: 'Q1 Planning — Feedback', value: '1 day waiting' },
|
|
{ label: 'Client proposal — Review', value: '4 hrs waiting' }
|
|
],
|
|
insight: 'Website redesign is blocking 3 people. 15 min of your time unblocks $12K of work.'
|
|
},
|
|
{
|
|
id: 'housecallpro',
|
|
name: 'Housecall Pro',
|
|
color: '#FF5722',
|
|
question: 'How\'s technician utilization today?',
|
|
statLabel: 'Utilization',
|
|
statValue: '78%',
|
|
statLabel2: 'Open Slots',
|
|
statValue2: '6',
|
|
rows: [
|
|
{ label: 'Mike — 4 jobs, 2hr gap', value: '85%' },
|
|
{ label: 'Sarah — 3 jobs, 3hr gap', value: '72%' },
|
|
{ label: 'Tom — 5 jobs, no gap', value: '95%' }
|
|
],
|
|
insight: 'Sarah has 3hr gap near downtown. Nearby customer requested quote yesterday — schedule her.'
|
|
},
|
|
{
|
|
id: 'fieldedge',
|
|
name: 'FieldEdge',
|
|
color: '#0066B2',
|
|
question: 'Which service agreements are expiring?',
|
|
statLabel: 'Expiring',
|
|
statValue: '12',
|
|
statLabel2: 'Value',
|
|
statValue2: '$8.4K',
|
|
rows: [
|
|
{ label: 'Johnson HVAC — 7 days', value: '$1,200/yr' },
|
|
{ label: 'Smith Plumbing — 14 days', value: '$960/yr' },
|
|
{ label: 'Chen Maintenance — 21 days', value: '$1,440/yr' }
|
|
],
|
|
insight: 'Johnson renewed last 3 years. Send renewal with 5% loyalty discount to lock it in early.'
|
|
},
|
|
{
|
|
id: 'touchbistro',
|
|
name: 'TouchBistro',
|
|
color: '#F26522',
|
|
question: 'How\'s tonight\'s reservation book?',
|
|
statLabel: 'Reservations',
|
|
statValue: '42',
|
|
statLabel2: 'Covers',
|
|
statValue2: '128',
|
|
rows: [
|
|
{ label: '6pm seating — 18 covers', value: '90% full' },
|
|
{ label: '7pm seating — 24 covers', value: '100% full' },
|
|
{ label: '8pm seating — 14 covers', value: '70% full' }
|
|
],
|
|
insight: '7pm is full but 8pm has gaps. Offer 8pm guests complimentary appetizer to shift demand.'
|
|
},
|
|
{
|
|
id: 'hubspot',
|
|
name: 'HubSpot',
|
|
color: '#FF7A59',
|
|
question: 'Which leads should I prioritize today?',
|
|
statLabel: 'Hot Leads',
|
|
statValue: '18',
|
|
statLabel2: 'Pipeline',
|
|
statValue2: '$142K',
|
|
rows: [
|
|
{ label: 'Acme Inc — Demo request', value: '$35K deal' },
|
|
{ label: 'TechCo — Pricing viewed 4x', value: '$28K deal' },
|
|
{ label: 'StartupXYZ — Reply in thread', value: '$18K deal' }
|
|
],
|
|
insight: 'TechCo viewed pricing 4 times yesterday. They\'re ready to buy — call them before lunch.'
|
|
},
|
|
{
|
|
id: 'intercom',
|
|
name: 'Intercom',
|
|
color: '#286EFA',
|
|
question: 'What conversations need my attention?',
|
|
statLabel: 'Open Convos',
|
|
statValue: '34',
|
|
statLabel2: 'Avg Wait',
|
|
statValue2: '3.2hrs',
|
|
rows: [
|
|
{ label: 'Enterprise deal — Stuck', value: '8hrs waiting' },
|
|
{ label: 'Billing question — Urgent', value: '5hrs waiting' },
|
|
{ label: 'Feature inquiry — Hot lead', value: '2hrs waiting' }
|
|
],
|
|
insight: 'Enterprise deal is an $80K account asking about custom integration. Escalate to solutions team.'
|
|
},
|
|
{
|
|
id: 'jira',
|
|
name: 'Jira',
|
|
color: '#0052CC',
|
|
question: 'What\'s blocking our current sprint?',
|
|
statLabel: 'Blockers',
|
|
statValue: '8',
|
|
statLabel2: 'At Risk',
|
|
statValue2: '12 pts',
|
|
rows: [
|
|
{ label: 'API integration — Missing docs', value: '5 days' },
|
|
{ label: 'Frontend bug — QA blocked', value: '3 days' },
|
|
{ label: 'Database migration — Waiting', value: '2 days' }
|
|
],
|
|
insight: 'Frontend bug blocks 3 QA tickets worth 12 points. Assign it to Sarah — she fixed similar last sprint.'
|
|
},
|
|
{
|
|
id: 'klaviyo',
|
|
name: 'Klaviyo',
|
|
color: '#000000',
|
|
question: 'Which flows are converting best this week?',
|
|
statLabel: 'Active Flows',
|
|
statValue: '8',
|
|
statLabel2: 'Revenue',
|
|
statValue2: '$24.8K',
|
|
rows: [
|
|
{ label: 'Abandoned cart — 423 sent', value: '$12,400 (14%)' },
|
|
{ label: 'Post-purchase — 312 sent', value: '$6,200 (8%)' },
|
|
{ label: 'Browse abandonment — 567 sent', value: '$4,100 (5%)' }
|
|
],
|
|
insight: 'Abandoned cart flow converts 3x better than browse. Increase cart abandonment trigger speed to 1hr.'
|
|
},
|
|
{
|
|
id: 'lever',
|
|
name: 'Lever',
|
|
color: '#3CB2A4',
|
|
question: 'Which candidates should I interview this week?',
|
|
statLabel: 'Top Candidates',
|
|
statValue: '12',
|
|
statLabel2: 'Open Roles',
|
|
statValue2: '7',
|
|
rows: [
|
|
{ label: 'Senior Engineer — 8yrs exp', value: 'Applied Mon' },
|
|
{ label: 'Product Manager — Ex-FAANG', value: 'Applied Tue' },
|
|
{ label: 'Designer — Strong portfolio', value: 'Applied Wed' }
|
|
],
|
|
insight: 'Senior Engineer has 3 competing offers. Schedule phone screen today or lose them to competitors.'
|
|
},
|
|
{
|
|
id: 'linear',
|
|
name: 'Linear',
|
|
color: '#5E6AD2',
|
|
question: 'What issues are overdue or at risk?',
|
|
statLabel: 'Overdue',
|
|
statValue: '6',
|
|
statLabel2: 'High Priority',
|
|
statValue2: '14',
|
|
rows: [
|
|
{ label: 'Auth bug — Production', value: '2 days late' },
|
|
{ label: 'API rate limit — Enterprise', value: '1 day late' },
|
|
{ label: 'Mobile crash — High priority', value: 'Due today' }
|
|
],
|
|
insight: 'Auth bug affects 3 enterprise customers. Reassign to Alex and postpone low-priority work.'
|
|
},
|
|
{
|
|
id: 'loom',
|
|
name: 'Loom',
|
|
color: '#625DF5',
|
|
question: 'Which videos are getting the most traction?',
|
|
statLabel: 'Top Videos',
|
|
statValue: '24',
|
|
statLabel2: 'Total Views',
|
|
statValue2: '2,847',
|
|
rows: [
|
|
{ label: 'Product demo — 342 views', value: '89% watched' },
|
|
{ label: 'Sales pitch — 256 views', value: '76% watched' },
|
|
{ label: 'Onboarding guide — 189 views', value: '92% watched' }
|
|
],
|
|
insight: 'Product demo has 89% completion rate. Share it in your next proposal — it\'s converting well.'
|
|
},
|
|
{
|
|
id: 'meta-ads',
|
|
name: 'Meta Ads',
|
|
color: '#1877F2',
|
|
question: 'Which ad sets are performing best?',
|
|
statLabel: 'Active Campaigns',
|
|
statValue: '12',
|
|
statLabel2: 'Total Spend',
|
|
statValue2: '$8.4K',
|
|
rows: [
|
|
{ label: 'Retargeting — $2,400 spent', value: '$12,800 revenue' },
|
|
{ label: 'Lookalike — $3,200 spent', value: '$9,600 revenue' },
|
|
{ label: 'Cold traffic — $2,800 spent', value: '$4,200 revenue' }
|
|
],
|
|
insight: 'Retargeting has 5.3x ROAS. Shift $1K budget from cold traffic to retargeting for better returns.'
|
|
},
|
|
{
|
|
id: 'monday',
|
|
name: 'Monday.com',
|
|
color: '#6161FF',
|
|
question: 'Which projects need attention this week?',
|
|
statLabel: 'At Risk',
|
|
statValue: '5',
|
|
statLabel2: 'On Track',
|
|
statValue2: '18',
|
|
rows: [
|
|
{ label: 'Client website — 3 days late', value: '72% complete' },
|
|
{ label: 'Marketing campaign — Due Fri', value: '45% complete' },
|
|
{ label: 'Q2 planning — Due today', value: '88% complete' }
|
|
],
|
|
insight: 'Marketing campaign only 45% done with 2 days left. Move design resources from Q2 planning now.'
|
|
},
|
|
{
|
|
id: 'notion',
|
|
name: 'Notion',
|
|
color: '#000000',
|
|
question: 'What docs were updated recently?',
|
|
statLabel: 'Recent Updates',
|
|
statValue: '28',
|
|
statLabel2: 'This Week',
|
|
statValue2: '142',
|
|
rows: [
|
|
{ label: 'Product roadmap — Updated 2hrs ago', value: 'By Sarah' },
|
|
{ label: 'Meeting notes — Updated 5hrs ago', value: 'By Mike' },
|
|
{ label: 'Sales playbook — Updated yesterday', value: 'By Alex' }
|
|
],
|
|
insight: 'Product roadmap changed priorities. Q2 features moved to Q3 — update your sprint planning.'
|
|
},
|
|
{
|
|
id: 'pandadoc',
|
|
name: 'PandaDoc',
|
|
color: '#65BE4B',
|
|
question: 'Which proposals are pending signatures?',
|
|
statLabel: 'Pending',
|
|
statValue: '14',
|
|
statLabel2: 'Value',
|
|
statValue2: '$86K',
|
|
rows: [
|
|
{ label: 'Acme Corp — $32K proposal', value: 'Sent 2 days ago' },
|
|
{ label: 'TechStart — $18K proposal', value: 'Sent 5 days ago' },
|
|
{ label: 'GlobalBiz — $28K proposal', value: 'Sent 7 days ago' }
|
|
],
|
|
insight: 'GlobalBiz proposal opened 3x but not signed. They need pricing flexibility — call to negotiate.'
|
|
},
|
|
{
|
|
id: 'quickbooks',
|
|
name: 'QuickBooks',
|
|
color: '#2CA01C',
|
|
question: 'How\'s my cash flow looking this month?',
|
|
statLabel: 'Net Income',
|
|
statValue: '$42.4K',
|
|
statLabel2: 'vs Last Mo',
|
|
statValue2: '+18%',
|
|
rows: [
|
|
{ label: 'Accounts receivable — Outstanding', value: '$28,600' },
|
|
{ label: 'Accounts payable — Due soon', value: '$14,200' },
|
|
{ label: 'Profit margin — This month', value: '34%' }
|
|
],
|
|
insight: '$12K in receivables are 45+ days overdue. Send final notice before moving 3 accounts to collections.'
|
|
},
|
|
{
|
|
id: 'activecampaign',
|
|
name: 'ActiveCampaign',
|
|
color: '#356AE6',
|
|
question: 'Which automation campaigns are driving revenue?',
|
|
statLabel: 'Active Automations',
|
|
statValue: '18',
|
|
statLabel2: 'Revenue',
|
|
statValue2: '$52K',
|
|
rows: [
|
|
{ label: 'Abandoned cart recovery — 420 contacts', value: '$18,200' },
|
|
{ label: 'Upsell sequence — 312 contacts', value: '$24,800' },
|
|
{ label: 'Win-back campaign — 256 contacts', value: '$9,000' }
|
|
],
|
|
insight: 'Upsell sequence converts at 32% — highest ROI. Clone this flow for cross-sell opportunities.'
|
|
},
|
|
{
|
|
id: 'airtable',
|
|
name: 'Airtable',
|
|
color: '#18BFFF',
|
|
question: 'Show me records that need review today',
|
|
statLabel: 'Pending Review',
|
|
statValue: '23',
|
|
statLabel2: 'Overdue',
|
|
statValue2: '8',
|
|
rows: [
|
|
{ label: 'Product Launch — Final approval', value: '2 days late' },
|
|
{ label: 'Client proposal — Legal review', value: 'Due today' },
|
|
{ label: 'Budget request — Finance check', value: 'Due tomorrow' }
|
|
],
|
|
insight: 'Product Launch is blocking 5 dependent tasks. Escalate to @sarah for immediate approval.'
|
|
},
|
|
{
|
|
id: 'apollo',
|
|
name: 'Apollo.io',
|
|
color: '#4B25D6',
|
|
question: 'Which prospects are ready to contact today?',
|
|
statLabel: 'Hot Prospects',
|
|
statValue: '34',
|
|
statLabel2: 'New This Week',
|
|
statValue2: '142',
|
|
rows: [
|
|
{ label: 'VP Sales @ TechCorp — Opened email', value: '89% match' },
|
|
{ label: 'Director Ops @ StartupXYZ — Visited site', value: '84% match' },
|
|
{ label: 'CEO @ LocalBiz — Downloaded guide', value: '91% match' }
|
|
],
|
|
insight: 'LocalBiz CEO has 91% ICP match and engaged 3x this week. Personalize outreach now — call first.'
|
|
},
|
|
{
|
|
id: 'asana',
|
|
name: 'Asana',
|
|
color: '#F06A6A',
|
|
question: 'What tasks are due this week that aren\'t started?',
|
|
statLabel: 'Not Started',
|
|
statValue: '17',
|
|
statLabel2: 'Due This Week',
|
|
statValue2: '42',
|
|
rows: [
|
|
{ label: 'Website redesign — Design mockups', value: 'Due Wed' },
|
|
{ label: 'Q1 report — Data analysis', value: 'Due Thu' },
|
|
{ label: 'Client presentation — Slide deck', value: 'Due Fri' }
|
|
],
|
|
insight: 'Design mockups are due in 2 days but designer is at 110% capacity. Reassign or extend deadline.'
|
|
},
|
|
{
|
|
id: 'chargebee',
|
|
name: 'Chargebee',
|
|
color: '#FF6633',
|
|
question: 'Show me subscription churn risk this month',
|
|
statLabel: 'At Risk',
|
|
statValue: '$14.2K',
|
|
statLabel2: 'Subscriptions',
|
|
statValue2: '18',
|
|
rows: [
|
|
{ label: 'Acme Corp — Payment failed 2x', value: '$4,200/mo' },
|
|
{ label: 'StartupXYZ — Downgrade requested', value: '$1,800/mo' },
|
|
{ label: 'TechBiz — Usage dropped 60%', value: '$2,400/mo' }
|
|
],
|
|
insight: 'Acme Corp payment issue is card expiration. Auto-sent update request — follow up personally.'
|
|
},
|
|
{
|
|
id: 'closebot',
|
|
name: 'CloseBot',
|
|
color: '#7C3AED',
|
|
question: 'Which leads did the AI closer book today?',
|
|
statLabel: 'Calls Booked',
|
|
statValue: '12',
|
|
statLabel2: 'Pipeline Value',
|
|
statValue2: '$86K',
|
|
rows: [
|
|
{ label: 'Sarah Chen — Demo call Thu 2pm', value: '$15K deal' },
|
|
{ label: 'Mike Ross — Discovery Fri 10am', value: '$8K deal' },
|
|
{ label: 'Acme Corp — Pricing Wed 3pm', value: '$32K deal' }
|
|
],
|
|
insight: 'Acme Corp asked about enterprise pricing 3x. Send custom quote before Wed call to accelerate close.'
|
|
},
|
|
{
|
|
id: 'datadog',
|
|
name: 'Datadog',
|
|
color: '#632CA6',
|
|
question: 'Any critical alerts in the past hour?',
|
|
statLabel: 'Critical',
|
|
statValue: '3',
|
|
statLabel2: 'Warnings',
|
|
statValue2: '14',
|
|
rows: [
|
|
{ label: 'API latency spike — 500ms avg', value: '12 min ago' },
|
|
{ label: 'Database CPU — 92% usage', value: '8 min ago' },
|
|
{ label: 'Error rate — 2.4% increase', value: '5 min ago' }
|
|
],
|
|
insight: 'API latency correlates with DB CPU spike. Auto-scaling triggered — monitor for 15 min resolution.'
|
|
},
|
|
{
|
|
id: 'docusign',
|
|
name: 'DocuSign',
|
|
color: '#FFCE00',
|
|
colorText: '#000',
|
|
question: 'Which contracts are pending signature?',
|
|
statLabel: 'Awaiting Signature',
|
|
statValue: '8',
|
|
statLabel2: 'Value',
|
|
statValue2: '$240K',
|
|
rows: [
|
|
{ label: 'Enterprise Agreement — Acme Corp', value: '$120K (sent 3d ago)' },
|
|
{ label: 'MSA — TechStart Inc.', value: '$45K (sent 1d ago)' },
|
|
{ label: 'SOW Amendment — GlobalBiz', value: '$28K (sent 5d ago)' }
|
|
],
|
|
insight: 'Acme Corp contract sent 3 days ago, unopened. CEO is traveling — resend to legal@acme.com instead.'
|
|
},
|
|
{
|
|
id: 'ghl',
|
|
name: 'GoHighLevel',
|
|
color: '#007BFF',
|
|
question: 'How are my funnels converting this week?',
|
|
statLabel: 'Total Conversions',
|
|
statValue: '142',
|
|
statLabel2: 'Revenue',
|
|
statValue2: '$38K',
|
|
rows: [
|
|
{ label: 'Free trial funnel — 420 visitors', value: '18% conv' },
|
|
{ label: 'Webinar funnel — 312 visitors', value: '28% conv' },
|
|
{ label: 'Book a call funnel — 256 visitors', value: '12% conv' }
|
|
],
|
|
insight: 'Webinar funnel converts 2x better than trial. A/B test adding webinar to trial page as upgrade path.'
|
|
},
|
|
{
|
|
id: 'google-ads',
|
|
name: 'Google Ads',
|
|
color: '#4285F4',
|
|
question: 'Which campaigns are wasting budget?',
|
|
statLabel: 'Active Campaigns',
|
|
statValue: '12',
|
|
statLabel2: 'Spend Today',
|
|
statValue2: '$1,240',
|
|
rows: [
|
|
{ label: 'Brand keywords — $180 spent', value: '$4.20 CPA' },
|
|
{ label: 'Competitor targeting — $420 spent', value: '$38.50 CPA' },
|
|
{ label: 'Product demo — $280 spent', value: '$12.80 CPA' }
|
|
],
|
|
insight: 'Competitor targeting has 9x higher CPA. Pause and reallocate $400/day to product demo campaign.'
|
|
},
|
|
{
|
|
id: 'google-console',
|
|
name: 'Google Search Console',
|
|
color: '#4285F4',
|
|
question: 'What keywords are gaining traction?',
|
|
statLabel: 'Trending Up',
|
|
statValue: '24',
|
|
statLabel2: 'Total Clicks',
|
|
statValue2: '8.4K',
|
|
rows: [
|
|
{ label: '"best CRM for startups" — 312 clicks', value: '+42% vs last week' },
|
|
{ label: '"email automation software" — 256 clicks', value: '+38% vs last week' },
|
|
{ label: '"sales pipeline tool" — 189 clicks', value: '+28% vs last week' }
|
|
],
|
|
insight: 'CRM keyword spiking but landing page CTR is 2.1%. Add pricing comparison to boost conversions.'
|
|
},
|
|
{
|
|
id: 'greenhouse',
|
|
name: 'Greenhouse',
|
|
color: '#3B8427',
|
|
question: 'Which candidates should I interview this week?',
|
|
statLabel: 'Top Candidates',
|
|
statValue: '8',
|
|
statLabel2: 'Active Openings',
|
|
statValue2: '5',
|
|
rows: [
|
|
{ label: 'Sarah Chen — Senior Engineer', value: '95% match' },
|
|
{ label: 'Mike Johnson — Product Manager', value: '92% match' },
|
|
{ label: 'Emily Davis — Sales Director', value: '89% match' }
|
|
],
|
|
insight: 'Sarah Chen has 3 competing offers. Schedule final interview within 48hrs or risk losing her.'
|
|
},
|
|
{
|
|
id: 'salesforce',
|
|
name: 'Salesforce',
|
|
color: '#00A1E0',
|
|
question: 'Which enterprise deals need attention this week?',
|
|
statLabel: 'Hot Opportunities',
|
|
statValue: '9',
|
|
statLabel2: 'Pipeline',
|
|
statValue2: '$2.4M',
|
|
rows: [
|
|
{ label: 'Global Corp — Contract review', value: '$850K' },
|
|
{ label: 'TechEnterprise — Pilot approved', value: '$620K' },
|
|
{ label: 'MegaIndustries — Champion left', value: '$380K' }
|
|
],
|
|
insight: 'MegaIndustries champion changed roles 3 days ago. New contact identified — reach out today to save deal.'
|
|
},
|
|
{
|
|
id: 'salesloft',
|
|
name: 'Salesloft',
|
|
color: '#1E88E5',
|
|
question: 'Which cadences are driving the most meetings?',
|
|
statLabel: 'Active Cadences',
|
|
statValue: '8',
|
|
statLabel2: 'Meetings Booked',
|
|
statValue2: '47',
|
|
rows: [
|
|
{ label: 'Enterprise Outreach — 156 active', value: '24 meetings' },
|
|
{ label: 'SMB Fast Track — 312 active', value: '18 meetings' },
|
|
{ label: 'Re-engagement — 89 active', value: '5 meetings' }
|
|
],
|
|
insight: 'Enterprise Outreach converts 3x better than SMB. Shift 20% of SMB prospects to enterprise sequence.'
|
|
},
|
|
{
|
|
id: 'sendgrid',
|
|
name: 'SendGrid',
|
|
color: '#1A82E2',
|
|
question: 'How are transactional emails performing today?',
|
|
statLabel: 'Sent Today',
|
|
statValue: '42.8K',
|
|
statLabel2: 'Delivery Rate',
|
|
statValue2: '98.4%',
|
|
rows: [
|
|
{ label: 'Order confirmations — 12.4K', value: '99.2% delivered' },
|
|
{ label: 'Password resets — 8.2K', value: '98.8% delivered' },
|
|
{ label: 'Shipping updates — 18.6K', value: '97.1% delivered' }
|
|
],
|
|
insight: 'Shipping emails have 2.8% bounce rate. 340 invalid addresses detected — auto-flag for cleanup.'
|
|
},
|
|
{
|
|
id: 'shopify',
|
|
name: 'Shopify',
|
|
color: '#96BF48',
|
|
question: 'Which products are trending this week?',
|
|
statLabel: 'Top Sellers',
|
|
statValue: '12',
|
|
statLabel2: 'Revenue',
|
|
statValue2: '$124K',
|
|
rows: [
|
|
{ label: 'Premium Hoodie — 342 sold', value: '$28,560' },
|
|
{ label: 'Starter Pack — 568 sold', value: '$22,720' },
|
|
{ label: 'Pro Bundle — 124 sold', value: '$18,600' }
|
|
],
|
|
insight: 'Premium Hoodie stock is 78% depleted. Reorder 500 units now — current pace sells out in 4 days.'
|
|
},
|
|
{
|
|
id: 'square',
|
|
name: 'Square',
|
|
color: '#006AFF',
|
|
question: 'How are in-person sales trending vs last week?',
|
|
statLabel: 'This Week',
|
|
statValue: '$38.2K',
|
|
statLabel2: 'vs Last Week',
|
|
statValue2: '+14%',
|
|
rows: [
|
|
{ label: 'Monday — 186 transactions', value: '$6,240' },
|
|
{ label: 'Tuesday — 212 transactions', value: '$7,680' },
|
|
{ label: 'Wednesday — 198 transactions', value: '$6,920' }
|
|
],
|
|
insight: 'Tuesday lunch promo drove 18% more traffic. Analytics show 12pm-2pm peak — staff accordingly.'
|
|
},
|
|
{
|
|
id: 'stripe',
|
|
name: 'Stripe',
|
|
color: '#635BFF',
|
|
question: 'Any payment issues or failed charges today?',
|
|
statLabel: 'Failed Payments',
|
|
statValue: '24',
|
|
statLabel2: 'Revenue at Risk',
|
|
statValue2: '$8.4K',
|
|
rows: [
|
|
{ label: 'Expired cards — 14 customers', value: '$4,280' },
|
|
{ label: 'Insufficient funds — 7 customers', value: '$2,140' },
|
|
{ label: 'Bank declines — 3 customers', value: '$1,980' }
|
|
],
|
|
insight: '14 cards expired this week. Smart retry scheduled for 3 days. Send card update reminder today.'
|
|
},
|
|
{
|
|
id: 'supabase',
|
|
name: 'Supabase',
|
|
color: '#3ECF8E',
|
|
question: 'How is database performance today?',
|
|
statLabel: 'Active Connections',
|
|
statValue: '47',
|
|
statLabel2: 'Avg Query Time',
|
|
statValue2: '42ms',
|
|
rows: [
|
|
{ label: 'API requests — 12.4K/hr', value: '99.8% success' },
|
|
{ label: 'Realtime connections — 342', value: '18ms latency' },
|
|
{ label: 'Storage uploads — 156/hr', value: '2.4GB' }
|
|
],
|
|
insight: '3 queries over 500ms detected. Slow query on users table — missing index on email field. Fix suggested.'
|
|
},
|
|
{
|
|
id: 'twilio',
|
|
name: 'Twilio',
|
|
color: '#F22F46',
|
|
question: 'How are SMS campaigns performing today?',
|
|
statLabel: 'Sent Today',
|
|
statValue: '8,240',
|
|
statLabel2: 'Delivery Rate',
|
|
statValue2: '96.8%',
|
|
rows: [
|
|
{ label: 'Appointment reminders — 3.2K', value: '98.4% delivered' },
|
|
{ label: 'Order updates — 2.8K', value: '97.2% delivered' },
|
|
{ label: 'Marketing campaign — 2.2K', value: '93.6% delivered' }
|
|
],
|
|
insight: 'Marketing SMS has 6.4% failure rate. 140 numbers opted out. Segment opt-outs to prevent waste.'
|
|
},
|
|
{
|
|
id: 'typeform',
|
|
name: 'Typeform',
|
|
color: '#262627',
|
|
question: 'Which forms are converting best this week?',
|
|
statLabel: 'Active Forms',
|
|
statValue: '6',
|
|
statLabel2: 'Submissions',
|
|
statValue2: '342',
|
|
rows: [
|
|
{ label: 'Lead capture — 156 responses', value: '42% completion' },
|
|
{ label: 'Customer survey — 98 responses', value: '68% completion' },
|
|
{ label: 'Event signup — 88 responses', value: '81% completion' }
|
|
],
|
|
insight: 'Lead capture drops 60% at question 3 (budget). Consider moving it later or making it optional.'
|
|
},
|
|
{
|
|
id: 'webflow',
|
|
name: 'Webflow',
|
|
color: '#4353FF',
|
|
question: 'How is website traffic this week?',
|
|
statLabel: 'Visitors',
|
|
statValue: '18.6K',
|
|
statLabel2: 'Conversions',
|
|
statValue2: '412',
|
|
rows: [
|
|
{ label: 'Homepage — 12.4K views', value: '1.8% conv' },
|
|
{ label: 'Product pages — 4.2K views', value: '6.2% conv' },
|
|
{ label: 'Blog — 2.8K views', value: '0.9% conv' }
|
|
],
|
|
insight: 'Product pages convert 3.4x better than homepage. Add product showcase to hero section.'
|
|
},
|
|
{
|
|
id: 'xero',
|
|
name: 'Xero',
|
|
color: '#13B5EA',
|
|
question: 'What\'s the cash position this month?',
|
|
statLabel: 'Cash Balance',
|
|
statValue: '$84.2K',
|
|
statLabel2: 'Trend',
|
|
statValue2: '+$12K',
|
|
rows: [
|
|
{ label: 'Receivables due — 18 invoices', value: '$42,400' },
|
|
{ label: 'Payables due — 12 bills', value: '$28,600' },
|
|
{ label: 'Recurring costs — Monthly', value: '$8,200' }
|
|
],
|
|
insight: '6 invoices overdue by 30+ days totaling $18K. Top 3 customers identified — send reminders today.'
|
|
},
|
|
{
|
|
id: 'zoho-crm',
|
|
name: 'Zoho CRM',
|
|
color: '#DC2626',
|
|
question: 'Which leads should I prioritize today?',
|
|
statLabel: 'Hot Leads',
|
|
statValue: '14',
|
|
statLabel2: 'Pipeline',
|
|
statValue2: '$156K',
|
|
rows: [
|
|
{ label: 'Enterprise Corp — Viewed demo 3x', value: '$62K deal' },
|
|
{ label: 'StartupXYZ — Downloaded pricing', value: '$28K deal' },
|
|
{ label: 'Local Biz — Opened 6 emails', value: '$14K deal' }
|
|
],
|
|
insight: 'Enterprise Corp watched your demo 3 times in 2 days. They\'re ready — call within 24 hours.'
|
|
}
|
|
];
|