beebeebike is a cycling-oriented Berlin routing app. I like thinking about map ux and this is an experiment where I wondered: what if you could just draw on the map where you love and hate to cycle?
The app uses those personal ratings when calculating routes, so your trips can bend toward your favorite segments and away from the ones you would rather never see again. It is a Svelte frontend, Rust/Axum backend, PostgreSQL/PostGIS database, MapLibre map, and GraphHopper routing stack.
You will need Docker and Docker Compose. The local stack expects Berlin OSM and tile data under data/; the helper scripts in scripts/ are there to fetch those.
brew install just # one-time
just setup
just devThen open the app at http://localhost:5173.
frontend/- Svelte/Vite map UI.backend/- Rust/Axum API, migrations, and integration tests.infra/- Deployment and infrastructure support files, including GraphHopper config and nginx helpers.scripts/- Local data download helpers.data/- Local map data and generated routing/tile artifacts used by Docker Compose.
Docker Compose files live at the project root and are meant to be run from there.
Flutter client in mobile/. Requires the ferrostar_flutter plugin at packages/ferrostar_flutter/.
just setup-mobile
just dev-ios-simAndroid support is planned for a future release.
Contributions are welcome. Please open an issue first so we can talk through the idea, the shape of the change, and any bike-brain edge cases before you start building.