Commucycle: Urban Cycling Map

With the help of AI, I build and release an iOS app for commuting by bicycle worldwide.

programming

In the past few months, I work on a side project called Commucycle. It is an iOS app that helps you find the best route to commute by bicycle, and it works worldwide. It is available for free on the App Store.

The landing page of Commucycle
Download Commucycle on App Store

Here’s the story behind why I built this app.

Scratching my own itch

Since I moved to Estonia two years ago, I ride the bicycle to go everywhere. It’s my go-to choice of transportation. I ride it in all seasons, even in the winter. It’s fast, cheap, and healthy. Whenever I travel to other cities in Estonia and neighbouring countries, I like to bring my bicycle with me as long as possible.

I usually use Google Maps to find the best route to go somewhere I have never been. However, Google Maps doesn’t has a bicycle mode in Estonia. So, I usually use the walking path instead. It works, but it’s not ideal. The walking mode doesn’t know that I can ride on the bicycle path, so it often gives me a route that is not optimal for cycling.

I decided to solve this problem. After researching where to get data for the bicycle path, I chose the service of Stadia Maps. They have an API that can calculate the best route for bicycle. Their routing API is based on Valhalla, an open-source routing engine for OpenStreetMap data.

Why building for iOS?

I feel bored with web development. I have been doing it in the last 13 years. I want to try something new. I have been using Apple devices since 2010. I use MacBook Pro, iPad, iPhone, and Watch. I did iOS development in the past when Apple still used Objective-C as its prime programming language. So, I want to try iOS development again.

Nowadays, Apple uses Swift as its programming language for iOS development. I have never used Swift before. So, I have to learn it from scratch. Luckily, in 2023, the artificial intelligence is so advanced. I am able to learn Swift and SwiftUI in relatively short time with the help of Github Copilot.

Here’s the thread on Twitter (X) about my experience using Github Copilot to build this app.

What’s next?

I will continue to improve this app and build the companion app for Apple Watch. I must say sorry to Android users. I don’t have plan to develop the Android version of this app. I don’t have any Android device, and also I don’t have any experience in Android development. So, I will focus on iOS development and keep scratching my own itch.