Language: English | Deutsch
Interactive Pharma Launch Analytics Dashboard with 6 tabs: Executive Summary, Market Uptake & Prescribers, Regional Performance, Financial Deep Dive, Competition, and Scenario Engine.
Live Demo: launch-dashboard-beta.vercel.app
All data is fictitious and for demonstration purposes only.
- Executive Summary — KPIs, TRx forecast corridor, milestones, net revenue vs. plan
- Market Uptake & Prescribers — NRx/RRx dynamics, unique prescribers, persistence (MPR), market shares
- Regional Performance — KV region table, Pareto analysis, field force vs. market share scatter
- Financial Deep Dive — Price waterfall, revenue bridge, gross-to-net, scenario comparison
- Competition — Market share trends, head-to-head, competitor event timeline
- Scenario Engine — Interactive what-if simulation with sensitivity analysis
Two product tracks: Cardiozan (cardiology) and Neurolix (CNS/TRD).
npm install
npm run devOpen http://localhost:5173 in your browser.
- Push repo to GitHub
- vercel.com → Import Project → select GitHub repo
- Framework: Vite (auto-detected)
- Deploy
- Push repo to GitHub
- Settings → Pages → Source: GitHub Actions
- Deploys automatically on every push to
main
Note: The base path in vite.config.js must match your repo name:
base: isGitHubPages ? '/launch-dashboard/' : '/'npm run build # for Vercel/Netlify/any static host
npm run build:ghpages # for GitHub Pages (with base path)Upload the contents of dist/ to any static hosting service.
- React 18 + Vite 5
- Recharts (charts)
- No CSS framework — inline styles
MIT — see LICENSE for details.