Compare driving, cycling, e-biking, and walking — cost, time, CO₂, and health.
We don’t collect or track your data. Maps and routes are fetched from third-party map services. There is no analytics and no tracking.
- Self-hosted libraries (no third-party CDNs); live map/route data is fetched on demand.
It's a static site — no build step.
git clone https://github.com/riverma/mobility.git
cd mobility
python3 -m http.server 8000 # then open http://localhost:8000Serve over HTTP (not file://).
Issues and pull requests welcome — see the templates under .github/. Please keep the app dependency-free (no third-party CDNs).
Uses Semantic Versioning. See CHANGELOG.md.
GNU Affero General Public License v3.0 © Rishi Verma. Bundled third-party assets retain their own licenses.