The statistics page provides an overview of the Who To Bother directory, showing counts of companies, unique contacts, and total contact entries. All statistics are calculated at build time for optimal performance.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kulterryan/who-to-bother-at-on-x/llms.txt
Use this file to discover all available pages before exploring further.
Accessing Statistics
Visit/stats to view the current directory statistics. The page displays three main metrics in a responsive grid layout.
Key Metrics
Companies
Total number of tech companies in the directory
People
Unique individuals tracked across all companies
Contact Entries
Total product/role listings (some people may appear multiple times)
Statistics Calculation
Build-Time Calculation
Statistics are calculated once at module load time, not on every page visit (src/app/stats.tsx:15-52):
Statistics are cached at build time, making the stats page load instantly without needing to recalculate on every visit.
Understanding the Metrics
Companies Count
This metric represents the total number of unique tech companies in the directory. Companies are automatically discovered using Vite’s glob import:People Count (Unique Handles)
The people count tracks unique X (Twitter) handles across the entire directory.If a person appears in multiple companies or products, they’re counted only once in the “People” metric.
Contact Entries Count
This metric shows the total number of product/role listings across all companies and categories. Why is this different from People count?- A single person may handle multiple products (counted multiple times)
- Multiple people may share responsibility for one product (counted as one entry)
Page Layout
Stats Grid
The statistics are displayed in a responsive three-column grid:About the Data Section
Below the metrics, an informational card explains how the data is structured:SEO and Metadata
The stats page includes dynamic metadata that updates with current counts:Dynamic Descriptions
The meta description automatically updates when new companies or contacts are added to the directory.
Use Cases
The statistics page helps answer questions like:- How comprehensive is the directory? - See total company and contact counts
- Is there enough coverage? - Evaluate if your target companies are likely included
- Database growth tracking - Monitor directory expansion over time
- Contribution motivation - Show contributors the impact of their additions
Contributing Impact
The page includes a call-to-action linking to the GitHub repository:Performance Considerations
This approach means the stats page has near-zero performance overhead, even with hundreds of companies and thousands of contacts.
Example Statistics
As of the current build, typical statistics might look like:- 35 Companies - Major tech companies like Cloudflare, Vercel, Supabase
- 150 People - Unique X handles across all companies
- 200 Contact Entries - Total products/roles tracked
Your actual numbers will vary based on the current state of the directory. Visit
/stats to see live counts.