Bliq – A meta-search engine for ride-hailing
The problem we address: Platform monopolies in the ride-hailing space have led to users paying more for trips, while receiving a lower quality service. On the flip side, drivers often find themselves at the mercy of a single dominant platform, impacting their earnings and freedom of choice. So… we saw an opportunity to empower users. Technical solution: - built an internal API that interfaces with multiple platform APIs to fetch real-time ride data (for both passenger and driver personas) - built two apps: - for drivers: aggregated incoming offers in a single interface, custom…
In plain words
Bliq is a meta-search engine that aggregates ride-hailing options from multiple platforms into a single interface. Passengers see combined pricing, ETAs, and ride options across services, while drivers receive aggregated incoming offers with automation tools, surge maps, and earnings analytics. The platform addresses ride-hailing market consolidation by letting users and drivers compare and choose across multiple services simultaneously rather than being limited to individual apps.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
The problem we address: Platform monopolies in the ride-hailing space have led to users paying more for trips, while receiving a lower quality service. On the flip side, drivers often find themselves at the mercy of a single dominant platform, impacting their earnings and freedom of choice. So… we saw an opportunity to empower users. Technical solution: - built an internal API that interfaces with multiple platform APIs to fetch real-time ride data (for both passenger and driver personas) - built two apps: - for drivers: aggregated incoming offers in a single interface, custom parameters-based automation, surge maps, aggregated statistics (earnings, distance, time) - for passengers: aggregated ride options, pricing, and ETAs in a single interface, deep-linking directly into the ride request within the platform apps Challenges & resistance: - platforms attempted to block our API traffic - we observed unusually rigorous hardware protection in some platform apps, causing a lot of drivers to have to change their older phones even if they didn’t use Bliq - we realized some of their mobile apps tried to detect if our app is installed on their device, potentially flagging drivers. they removed this mechanism afterwards - some drivers reported being cautioned/advised against using Bliq by employees of some of the platforms Curious to know how the community would navigate these challenges while maintaining integrity and user value. We just launched the passenger app this week, so feedback on both apps is very welcome.
Does the same job
all alternatives →


- HCHackney – Compare Uber, Lyft, Waymo, and Robotaxi PricesJul 2026 · hackney.app · ▲60
I created an app that compares real-time prices and wait times across Uber, Lyft, Waymo, Tesla Robotaxi, Curb, and Empower. It shows you all ride options in one list, then once you’re ready to book, it deeplinks you to the provider’s app with the route pre-filled. Edit: Here's a demo video: https://www.youtube.com/watch?v=VV8PEAjxwQI I reverse-engineered ride-hailing mobile apps to understand how they fetch prices from their servers. You sign in to my app with your ride-hailing accounts, and then my app requests live prices from the same APIs that ride-hailing apps use.…
- FAFreeport – a P2P ride-hailing marketplace I built on NostrJul 2026 · ptrinh.github.io · ▲67
- OAOptimule, a free vehicle routing platform built with Open Route Service2021 · optimule.com · ▲71
More dev tools this month
the category →



The first open-source price index for GPU compute Discussion | Link
Dev tools · 10d ago · producthunt.com

Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com
Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com