• Beta website • Roadmap • Domain Mapping • Website design • Github repository •
Roadbook is a website connecting features between your favorite route planner and climb finder websites.
- On climb finders such as climbfinder.com or cols-cyclisme.com, a cyclist can see climb profiles (Alpe d'Huez, Col de la Loze,...) that breakdowns climb average slope kilometer per kilometer.
- On route planners such as Komoot or Strava, a cyclist can creates a route where he can see a map display with the full elevation profile, but with no climbs breakdown.
- On professionnal cycling events, all riders have access to a printed detailled roadbook (Tour de France 1957-1962-1969 roadbooks, L'étape du tour roadbook, Giro d'Italia roadbook, Vuelta roadbook,...).
Roadbook helps you draw and print a full roadbook from a collection of stages of favorite route planner.
- A roadmap of next developments is available on Github.
- The current beta version of the website is available online, with no guarantee of data retention.
- Current domain mapping is available on Figma.
- Current website design is available on Figma.
To develop, you need to have just, docker and docker-compose installed. Differents stacks can be started to help you through development.
To run the web application for local development,
just server
To help develop the application, you can use the notebooks accessible in the notebooks/
folder. Any notebook can be displayed using the local livebook,
just notebooks
To ensure that code quality and unit tests requirements are met,
just tests
To run the full application stack (Application, Livebook, Grafana) for demonstration purposes,
just app
All stacks (local development, notebooks, tests, local demonstration) can be stopped using,
just stop