IwootCall — Open-Source Zero-Commission Dispatch Platform for Taxis, Drivers & Rural Shuttles
Every time a driver completes a ride on a gig platform, a cut disappears — 20%, sometimes 30%. Drivers are locked in. Passengers pay more. Rural communities are left with no coverage at all because the economics don't work for big platforms.
IwootCall starts from a different premise: what if the dispatch system itself were open-source? Any cooperative, local government, or community organization could run their own dispatch platform — without asking permission from a platform, and without paying commissions.
"Zero commission, zero platform lock-in. Own your dispatch system."
What IwootCall Solves
Five Service Modules, One Core
No matter how many service types you add, you don't rebuild the dispatch engine each time. The core is shared; only module-specific rules are added. A taxi call, a freight request, a rural shuttle — all processed as the same `Job` unit.
Tech Stack
| Layer | Technology | Purpose |
|---|---|---|
| Apps (×3) | Next.js + TypeScript | Customer / Driver / Admin apps |
| API Server | Node.js + TypeScript | Dispatch core, REST API |
| Real-time | Socket.IO | Live dispatch events & location sharing |
| Job Queue | BullMQ + Redis | Async dispatch processing |
| Database | PostgreSQL + PostGIS | Location-based driver search |
| Monorepo | Turborepo + pnpm | Unified app & package management |
| Infra | Docker Compose | Local development stack |
Start in 5 Minutes
git clone https://github.com/sinmb79/Free-call.git && cd Free-call
# Setup
cp .env.example .env && pnpm install
# Start DB + Redis
pnpm dev:stack
# Launch all 3 apps
pnpm dev:start
# Customer: localhost:3101 | Driver: localhost:3102 | Admin: localhost:3103
# Dev OTP: 000000
Who Is This For?
| Target | Use Case |
|---|---|
| Taxi cooperatives | Run a platform-free taxi dispatch app |
| Driver associations | Connect drivers to customers directly, no middleman |
| Rural local governments | Deploy FREESHUTTLE for underserved communities |
| Small logistics startups | Build freight dispatch with FREECARGO |
| Developers | Production-grade real-time dispatch system reference |
📞 22B Labs · IwootCall
The goal is to remove the barrier to owning a dispatch system.
Build mobility services owned by communities, not platforms.
⭐ A star on GitHub means the world to us.
👉 github.com/sinmb79/Free-call
✍️ 22B Labs · The 4th Path, GitHub: sinmb79