←back to thread

53 points _phnd_ | 1 comments | | HN request time: 0.201s | source

Ambulate was created because planning hiking trips using spreadsheets and various map solutions got chaotic. I wanted an app to manage and map multi day trip itineraries in the outdoors/backcountry.

Features - Manage itineraries - Add activities and map markers - Add routes (upload GPX or plot by hand on map) - Desktop and mobile

It is free to try (login using Google or create a user). Alternatively the slides on the home page give an idea of the UI.

I'll appreciate any thoughts and feedback you care to share:)

Show context
1986 ◴[] No.41914334[source]
Just a quick note on your landing page on mobile, if you add the following CSS to the slides img element it'll look a lot better across viewports:

    max-width: 100%;
    object-fit: contain;
replies(1): >>41915490 #
1. ◴[] No.41915490[source]