Koway is an open-source, community-driven bus route app for Coimbatore, built with Flutter.
- Find direct and indirect buses between two stops.
- Search routes by number, origin, or destination.
- View each route's ordered stop list.
The current app is focused on fast route discovery from local route data. Upcoming work includes map-based exploration, schedules, estimated arrival times, and live vehicle tracking when reliable transit data is available.
Install the Flutter SDK, then run the app from the Flutter project folder:
cd koway
flutter pub get
flutter runTo create a production build, choose a target platform:
flutter build apk
flutter build webFor Flutter-specific development notes, project structure, route-data scripts, and contribution guidance, see the Flutter project README.
| Trip Planner | Routes | Route Details |
|---|---|---|
![]() |
![]() |
![]() |
We are currently accepting changes for adding routes and editing existing routes. Feel free to add or work on new features and bugs.
The repository, excluding data, and all the code in it is licensed under the MIT License.


