Remix.run Logo
motoroco 9 hours ago

I wanted a faster, easier mapping app to plan motorcycle rides for myself and with groups, so I finally bit the bullet and started building my own at the beginning of this year.

I got to the MVP state which was useful for my personal use case in about a month. I took it further than that as a learning exercise and as a means to share it with others. Some features that came later are live cursors (like Figma), elevation chart and grade overlay, and QR-code enabled collaboration links to make in-person sharing simple.

Check it out! https://plotalong.app

Figuring out the exact UI/UX I wanted was the hardest part. I did the branding myself, handdrawn on paper, traced in Procreate, and vectored in Sketch. Fast iterations and a good test suite made it possible to try lots of different approaches and refine the one I liked the most. There are roughly 4000 unit tests and over 300 e2e tests that run on multiple environments with fully automated CI/CD.

I’m using Mapbox for the frontend and the whole app is basically just a monolithic Cloudflare Worker. Claude pretty much implemented the entire thing. I got a lot of mileage out of self hosting a Gitea project and recording all my planning sessions as Milestones and Issues. Claude has his own account without admin privileges. The process of managing a team of agents to build this practically autonomously was a bit jaw dropping and eye opening to be honest.

I would love to hear from other pleasure & sport drivers about the features they use or want the most in a routing app. I have an Android app in Play Store review, if you’d like to be an early access tester shoot me an email at my handle @plotalong.app

danparsonson 8 hours ago | parent | next [-]

Very nice! Does the sharing feature allow live location sharing? That seems like it would help a lot, especially when group members are in separate vehicles.

motoroco 8 hours ago | parent [-]

No, and while that does sound like a pretty obvious feature I should clarify the app is about planning, not turn-by-turn directions. You can open Plot Along routes in Google Maps, Apple Maps, multiple GPS formats and more

The idea is everyone opens the same route for coordinating and there’s just one source of truth for the group. And then when you’re all about to hit the road, everyone can use the nav app they’re already familiar with (or that’s built into their vehicle)

I will tackle the navigation aspect at some point if I do keep up on feature dev, though!

adkaplan 2 hours ago | parent [-]

I understand the need for this and like what youre doing. Ive tried to look before for a good app for this ans always been disappointed. I like the way you've deferred the map direction call so moving a pin around doesnt feel sluggish like other apps Ive used.

Suggestion if youre open to it: emoji or text badges for each stop (e.g., or )

I also think itd be helpful to have route leg times shown directly on the map as popout tooltips. Knowing stop 2 to 3 is five hours is critical, and how we plan.

Suggestion for your pay model: I think it would be lovely to be able to use this with no option to save. Or, maybe a single fee for an administrator that allows up to x users for one month with only one routr? I only do these kinds of trips yearly, so a monthly fee for three collaborators just wouldn't work. Would we all sign up then disable our accounts? Its hard to imagine that model working for me (RV road tripper with 3-4 people) I think Id be willing to pay the $5/pp that allowed me and x friends to all jump in. Having each person set up their own paid account feels like a harder sell.

nicbou 8 hours ago | parent | prev [-]

Brilliant! I definitely felt the lack of appropriate solutions.