A comprehensive sales performance dashboard with AI-powered coaching, real-time analytics, and beautiful visualizations.
- Daily Activity Metrics - Track dials, conversations, and discovery meetings
- Sales & Revenue Tracking - Log sales with amount (CAD), client, and service type
- Project Management - Monitor project completion dates and milestones
- Conversion Funnel - Visualize your sales pipeline effectiveness
- Weekly Performance Charts - Beautiful line graphs showing trends over time
- Conversion Rate Analysis - Dial β Conversation β Meeting β Sale percentages
- Revenue Dashboard - Total revenue, average sale value, and sales count
- Historical Data - Track performance over weeks and months
- RAG-Powered Insights - AI analyzes your data patterns
- Personalized Suggestions - Get specific recommendations based on your performance
- Benchmark Comparisons - See how you compare to industry standards
- Consistency Tracking - Stay motivated with streak and consistency metrics
- AI Advantage Solutions Branding - Navy, teal, gold, and aqua color scheme
- Mobile Responsive - Works perfectly on all devices
- Real-time Updates - Data syncs instantly with Supabase backend
- Beautiful UI - Gradient cards, smooth animations, glowing effects
- Create free account at supabase.com
- Create new project
- Run
supabase-schema.sqlin SQL Editor - Copy your Project URL and Anon Key
- Open
success-chart.htmlin text editor - Replace Supabase credentials:
const SUPABASE_URL = 'https://your-project.supabase.co';
const SUPABASE_ANON_KEY = 'your-anon-key-here';- Save and open in browser
- Log daily activities
- Record sales as they close
- Review AI coaching insights
- Watch your performance improve!
π Full setup instructions: See SETUP-GUIDE.md
Want to share your dashboard online or access from anywhere?
π Secure deployment with protected API keys: See DEPLOYMENT-GUIDE.md
Includes:
- Supabase Edge Functions setup (keeps API keys secure)
- Row Level Security configuration
- Free hosting options (Vercel, Netlify, GitHub Pages)
- Authentication options
Daily-Tracker/
βββ success-chart.html # Main dashboard (NEW!)
βββ supabase-schema.sql # Database schema (NEW!)
βββ SETUP-GUIDE.md # Complete setup instructions (NEW!)
βββ index.html # Original habit tracker (legacy)
βββ README.md # This file
Log your outreach activities:
- # of Dials - Total calls made
- # of Conversations - Successful connections
- # of Discovery Meetings - Meetings booked
Record closed deals:
- Sale Amount (CAD)
- Client Name
- Service Type (dropdown of your services)
Visual pipeline showing:
- π Dials β π¬ Conversations (conversion %)
- π¬ Conversations β π€ Meetings (conversion %)
- π€ Meetings β π° Sales (close rate %)
- Total revenue in CAD
- Total number of sales
- Average sale value
Line graph displaying 8 weeks of:
- Dials (teal line)
- Conversations (gold line)
- Meetings (pink line)
Intelligent insights including:
- Call volume recommendations - "Increase to 20-30 dials/day"
- Conversion rate analysis - Compare to 20-30% industry benchmark
- Meeting effectiveness tips - Improve qualification and value communication
- Consistency alerts - Track active days and build habits
- Revenue milestones - Celebrate achievements
- You enter data β Dashboard form
- Saves to Supabase β PostgreSQL database
- AI analyzes patterns β RAG coaching system
- Displays insights β Beautiful visualizations
The RAG (Retrieval Augmented Generation) system:
- Queries your historical data (30 days)
- Calculates key metrics (conversion rates, consistency, etc.)
- Compares to industry benchmarks
- Generates personalized insights
- Prioritizes suggestions (high/medium/low)
- Saves to
coaching_insightstable
- Backend: Supabase (PostgreSQL database)
- Frontend: Pure HTML/CSS/JavaScript (no frameworks!)
- Charts: Chart.js v4.4.0
- Data Sync: Supabase JavaScript client
- AI Logic: Custom RAG-like analysis algorithm
- Hosting: Works anywhere (Netlify, Vercel, GitHub Pages, local file)
β Beautiful UI instead of boring cells β AI coaching instead of manual analysis β Real-time sync instead of version conflicts β Mobile friendly instead of zooming on phone
β Simple & focused instead of overwhelming features β Free hosting instead of expensive subscriptions β Your data instead of vendor lock-in β Customizable instead of rigid templates
β Database backend instead of localStorage β Multi-device sync instead of single computer β Charts & analytics instead of just numbers β AI insights instead of raw data
- Data stored in your private Supabase project
- ANON key only allows read/write to your tables
- Optional Row Level Security (RLS) for team use
- No third-party analytics or tracking
- Export your data anytime as CSV
The dashboard is fully responsive:
- β Touch-friendly input fields
- β Readable charts on small screens
- β Save as home screen bookmark
- β Works offline (with service workers - optional)
The AI coach helps answer:
- Why did my conversion rate drop?
- Which day of the week am I most productive?
- How many dials do I need to hit my revenue goal?
- Am I improving week over week?
AI identifies:
- π Trends (upward/downward momentum)
- π― Bottlenecks (where prospects drop off)
- β‘ Strengths (what you're doing well)
- π Opportunities (where to improve)
Connect your dashboard to:
- Slack notifications - Get alerted on new sales
- Email reports - Weekly summary to your inbox
- CRM sync - Push data to Salesforce/HubSpot
- Calendar events - Auto-create meeting reminders
Supabase database triggers can:
- Send data to external APIs
- Trigger custom workflows
- Sync with other tools
- Generate automated reports
- Log daily before EOD - Make it a habit, takes 2 minutes
- Review AI insights weekly - Act on the suggestions
- Set weekly goals - Use the
weekly_goalstable - Celebrate milestones - Screenshot your wins!
- Export monthly - Keep backup CSV files
- Team leaderboards
- Email/Slack notifications
- Custom goal setting UI
- Advanced filtering and date ranges
- PDF report generation
- Voice input for quick logging
- Calendar heat map visualization
Have an idea? Open an issue on GitHub!
- SETUP-GUIDE.md - Complete setup walkthrough
- supabase-schema.sql - Database structure
- Supabase Docs - supabase.com/docs
- Chart.js Docs - chartjs.org/docs
Dashboard shows Supabase error?
- Check credentials in
success-chart.html - Verify Supabase project is active
- See SETUP-GUIDE.md Step 4
No data showing?
- Log some activities first
- Check Supabase Table Editor
- Verify SQL schema ran successfully
Charts not loading?
- Requires internet (Chart.js from CDN)
- Check browser console (F12)
- Try different browser
MIT License - Free to use and modify!
Built for AI Advantage Solutions Contact: john@aiadvantagesolutions.ca
"This dashboard helped me double my conversion rate in 3 weeks by following the AI coaching suggestions." - Sales Professional
"Finally, a sales tracker that's actually beautiful and insightful, not just a boring spreadsheet." - Business Owner
Need help?
- Check SETUP-GUIDE.md troubleshooting section
- Review browser console for errors (F12)
- Email: john@aiadvantagesolutions.ca
Made with β€οΈ for sales excellence
Version 2.0 - December 2025
The original version is still included:
- LocalStorage-based (no database)
- Simple point system (messages, follow-ups, calls, meetings)
- 5-minute action sprint timer
- Weekly goal tracking (15 points)
- Streak counter
When to use the original:
- Single-user, single-device
- No need for AI insights
- Simpler interface preference
- Offline-only usage
When to use Success Chart:
- Professional sales tracking
- Multi-device sync needed
- Want AI coaching
- Team visibility desired
- Revenue tracking important
π Ready to level up your sales performance? Open SETUP-GUIDE.md and let's get started!