| # | Country | WellMaxUSA | Competitor | Carrier | Difference | Status |
|---|
⚠️ Data Transparency & Reliability Notice
What you're seeing: The competitor prices displayed in this dashboard are reference prices manually researched and entered from publicly available sources (carrier websites, roaming plan pages, and eSIM marketplace listings). They represent the best local carrier price found for an equivalent data package in each country.
Technology used: This dashboard runs entirely in the browser as a standalone HTML file. Data is stored in JavaScript memory during the session. The WellMaxUSA prices are calculated live using a formula: cost (e-SimGO rate × USD/BRL) ÷ (1 − Stripe fee 5.4%) × margin 1.32 → rounded to .x9. This means your price column updates instantly when you change the exchange rate.
Competitor data freshness: Carrier roaming prices change periodically. This dataset was last verified manually in May 2026. The "Sync" button simulates a refresh cycle — in the production version integrated with Cloudflare D1, this would trigger a real scraping Worker that reads live prices from carrier APIs or pages and stores them in the database, updating this view automatically.
Production integration path: To make this 100% real-time: (1) a Cloudflare Worker Cron Job runs weekly, scraping each carrier's public pricing page; (2) results are stored in Cloudflare D1 (SQLite edge database); (3) this page fetches from /api/competitor-prices (a Cloudflare Pages Function that reads D1) on load and on sync. This infrastructure is already defined in your schema.sql and wrangler.toml from the project setup.
For business presentations: The win/lose/tie classification is accurate based on the entered reference prices. The advantage calculation (difference column) is exact math. Use this tool to demonstrate price leadership with confidence — just keep the competitor data updated manually until the automated scraping Worker is deployed.