Skip to content
PRS India

Engineering

White-Label Taxi App Development — Open-Source Ride Booking

A complete taxi booking platform — customer and driver apps, live GPS tracking, fare calculation, payments and an admin panel — shipped as full source code you can rebrand and launch as your own.

PRS Admin 7 min read
White-Label Taxi App Development — Open-Source Ride Booking

The fastest way to launch a taxi business in 2026 is not to build a ride booking mobile app from scratch — it is to start from a complete, open-source taxi app you can rebrand as your own. Taxi mobile app development done the traditional way means twelve-plus months of engineering across two mobile apps, a real-time dispatch backend and an operations panel before you take a single ride. This guide walks through a platform that gives you all of that on day one.

Ridehail is an open-source ride booking app — a production-grade, Uber-like app you buy as full source code, rebrand, and put on the road. It ships with a customer app, a driver mobile app, a web admin panel and a real-time backend, all sharing one dispatch, pricing and settlement engine. Below is a feature-by-feature tour of what you get, with real screens from each of the three apps.

What's included: three apps, one platform

A ride-hailing marketplace has three sides, and this taxi booking software covers all of them, plus the API that ties them together:

  • Customer app (Flutter, iOS & Android) — book a ride or a parcel, track the driver live, and pay by cash, card, UPI or wallet.

  • Driver mobile app (Flutter, iOS & Android) — go online, accept nearby offers, navigate to riders, and track earnings, payouts and incentives.

  • Admin panel (Next.js) — run the whole operation: live dispatch, driver onboarding, pricing, surge, promos, wallet and support.

  • Backend API (NestJS + Prisma + MySQL) — real-time dispatch, fare calculation, geospatial matching, payments and safety, over REST and WebSockets.

The customer app — the rider experience

The customer app follows a booking flow riders already know from every major ride hailing app: set pickup and drop on a live map, choose a vehicle tier, and confirm at a price you can see up front.

Taxi booking app screen showing a map, route and vehicle tiers with upfront faresBook a ride — pick a tier and see the fare before you confirm.Live ride tracking with the driver's car on the map, ETA and a pickup OTP codeLive GPS tracking with driver details and a pickup OTP.

Booking and live GPS tracking. Riders choose from configurable tiers — Economy, Comfort, XL, Moto or Auto — each with its own pricing and capacity, and get an upfront quote for every option. Once a driver accepts, the app streams the vehicle's real position over a WebSocket with a constantly-updating ETA, the driver and car details, one-tap calling and in-ride chat. A four-digit pickup OTP guarantees the rider gets into the right car. Saved places, scheduled rides and promo codes are all one tap away.

Itemised fare breakdown showing base, distance, time, surge, tax and discountTransparent fare calculation, itemised to the last rupee.In-app wallet screen showing balance, top-up and a list of transactionsWallet, cards, UPI and cash — pay however your market pays.

Upfront fares and flexible payments. A deterministic fare calculation engine quotes the price from a real route estimate before a driver even exists, then freezes each component — base, distance, time, surge, waiting, tolls, booking fee, tax, tips and discounts — so a mid-ride surge change can never silently reprice a trip. Payment works the way your city does: cash, card, UPI or an in-app wallet with an auditable ledger and auto top-up, wired to Razorpay and swappable for Stripe or a local gateway.

Safety centre with an SOS button, share-trip toggle and emergency contactsSafety centre — SOS, live trip sharing and trusted contacts.Ride history list with trip codes, routes, fares and status badgesEvery ride and parcel, with receipts and invoices.

Safety and trip history. A prominent SOS raises an alert with the rider's live location to the admin safety queue and notifies their emergency contacts; a shareable live-tracking link lets anyone follow the trip on the web with no app. Every ride and parcel is stored in a searchable history with its human-readable code, route, itemised fare and status — ready to re-book, rate, invoice or dispute.

Parcel delivery booking with pickup, drop, recipient and package sizeParcel delivery on the same engine — a second revenue stream.Rate your trip screen with star rating, quick tags and a tip optionTwo-way ratings, tags and tips keep quality high.

Parcel delivery and ratings. The same platform moves packages: a parcel booking carries recipient details, a package size and a note, and runs through the exact same dispatch, tracking and settlement flow as a ride — a second revenue stream with no second app to operate. After every trip, riders and drivers rate each other with quick tags, comments and optional tips, feeding driver quality scores straight back into dispatch.

The driver app — an earning machine

The taxi driver app is built around one job: help drivers earn. One toggle takes them from off-duty to online, and from there everything is about the next ride and the money it makes.

Driver home screen, online, showing today's earnings, trips and ratingDriver home — online status, live earnings and stats.Incoming ride offer with fare, pickup distance and a countdown timerA ride offer with earnings, distance and a countdown.

Go online and accept rides. Drivers flip online to start a shift and immediately see demand, live earnings, trip count, acceptance rate and rating. The smart dispatch engine finds the nearest eligible drivers with a fast geospatial query and offers each ride round by round, widening the radius until someone accepts — and it is race-safe, so two cars never get sent to one pickup. Each offer shows the fare, pickup distance, ETA and full trip before a countdown.

Driver earnings screen with a weekly chart, incentive progress and next payoutEarnings, payouts and incentive campaigns with live progress.

Earnings, payouts and incentives. Every completed ride splits automatically into platform commission and driver earnings. Drivers see daily and weekly totals, a per-ride breakdown and scheduled payouts, while admin-created incentive campaigns — "complete N rides this weekend for a bonus" — track progress live and credit the bonus the moment the target is hit.

The admin panel — taxi dispatch & management software

The Next.js admin panel is the operations cockpit: a real-time view of the whole city and the controls to run it. It doubles as your taxi dispatch software and your taxi management software, with every privileged action written to an immutable audit log.

Admin dashboard with KPI cards, a revenue chart and a live rides tableA real-time dashboard: KPIs, revenue trends and live rides.

Real-time dashboard. Rides today, revenue, active trips, average wait and drivers online update live, alongside charts for rides and revenue over time and a table of every in-flight trip — so operations always know the state of the marketplace at a glance.

Live dispatch map showing online drivers, active rides and a surge zoneLive dispatch — every driver, ride and surge zone on one map.

Live dispatch and surge. A live map plots every online driver, active ride and surge zone over WebSockets. Operators can watch demand build, draw surge zones with a multiplier and time window, reassign or cancel a ride, and replay a trip's GPS breadcrumb trail to resolve a dispute.

Driver onboarding screen with document verification and approve or reject actionsDriver onboarding — verify documents, then approve or reject.

Driver onboarding and trust. Drivers sign up, add vehicles and upload documents — licence, registration, insurance, ID and police clearance — and admins review each one before approving, rejecting with a note, or suspending. Documents carry expiry dates, vehicles are verified before they can take rides, and every change is audit-logged.

Built on a modern, open stack

Everything above is backed by real services, not mock data. The codebase is clean, fully typed and documented:

  • Mobile: Flutter & Dart — one codebase, two apps (customer + driver), iOS & Android.

  • Backend: NestJS & TypeScript, Prisma ORM, MySQL 8, WebSocket gateways for real-time.

  • Admin: Next.js & React with live updates.

  • Integrations: Razorpay payments & payouts, OSRM routing, FCM push, JWT + phone-OTP auth.

The engines that make it a real product — geospatial dispatch, a deterministic fare calculator, an append-only wallet ledger, and a payments layer with signature and webhook verification — are all included and configurable from the admin panel without a redeploy.

White-label and ready to launch

Ridehail is designed to become your brand. Swap the colours, logo, app name, currency and language, and deploy — it is built for multi-city, multi-currency operation, so you can start in one city and expand. Because you get the complete source code, there are no monthly SaaS fees, no per-ride commission to anyone, and no vendor lock-in.

The complete source license — customer app, driver app, admin panel and backend — is a one-time $599, with documentation and support to get you to production. If you would like it customised, integrated with a local payment gateway, or launched for you, that is exactly the kind of work we do.

Talk to our engineers about your taxi app, or see how we build mobile products.

Written by

PRS Admin

Building software at PRS India.