Randomly discover new places to explore on a world map.
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/adventures.git
cd adventures
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.