frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Hackney – Compare Uber, Lyft, Waymo, and Robotaxi Prices

https://hackney.app/
2•griffinli•1h ago
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.

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. Importantly, my app is built using an on-device approach: the app on your phone stores authentication tokens locally and sends network requests directly to each ride-hailing company’s servers. This keeps your accounts private. I wrote a blog post showing network requests sent by my app, which you can verify yourself: https://blog.hackney.app/p/how-hackney-works

This seems like an obvious app. Why doesn’t it already exist? That’s because most ride-hailing companies don’t offer public APIs for prices and wait times. Uber does offer one, but they prohibit using it for price comparison. When someone built a comparison app using the official API, Uber terminated their API access (https://www.benedelman.org/news-053116). There are apps today that don’t use official APIs, but they run your account tokens through their servers and send price requests server-side.

To integrate a ride-hailing provider, my app sends network requests for sign-in, token refresh, ride prices, and ride history (to power a feature that shows you unified ride history across apps and how much you’ve saved on each ride). Some ride-hailing apps implement certificate pinning to prevent you from viewing their network requests, and some communicate with their server using Protobuf, a data format that doesn’t include the original field names. Building an app using this approach is technically complex, but it makes possible all sorts of useful products that couldn’t otherwise exist.

The app is completely free. In the future, I may monetize through a subscription or partnerships with ride-hailing companies. I’d love to hear your feedback. You can download it today.

iOS: https://apps.apple.com/us/app/hackney-compare-rideshares/id6...

Android: https://play.google.com/store/apps/details?id=app.hackney

Comments

oleg_kabanov•31m ago
Great project. Is there a web version?
griffinli•28m ago
No, just mobile.
msylla•18m ago
Neat idea, is it US only?
griffinli•16m ago
It works throughout the US and Canada.

Show HN: DOM-docx – HTML to native, editable Word docs (MIT)

https://github.com/floodtide/dom-docx
82•fishbone•4h ago•22 comments

Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop

https://github.com/clawkwork/clawk
95•celrenheit•2h ago•100 comments

Show HN: Spellfolio – my stock market game with news events and inside info

https://www.spellfolio.com/
2•pandaman28•10m ago•0 comments

Show HN: Jacquard, a programming language for AI-written, human-reviewed code

https://github.com/jbwinters/jacquard-lang
3•jbwinters•20m ago•0 comments

Show HN: HTML, CSS and JavaScript in the Terminal

https://duetbrowser.com/krnl-ss-redirect?k2vh
2•keepamovin•23m ago•1 comments

Show HN: Harpist – convert any website into a refined and documented API

https://harpist.site
2•sarreph•1h ago•0 comments

Show HN: Hackney – Compare Uber, Lyft, Waymo, and Robotaxi Prices

https://hackney.app/
2•griffinli•1h ago•4 comments

Show HN: UniFi OS Server in Docker

https://github.com/unihosted/unifi-os-server-docker
3•AdriaanvRossum•17m ago•1 comments

Show HN: A Sims-style house builder in the browser (Three.js, no back end)

https://github.com/ch-bas/threejs-sims-house-builder
4•ch-bas•3h ago•1 comments

Show HN: Loot Raiders – an ARC Raiders-inspired inventory game in Svelte

https://loot-raiders.vercel.app
9•refrigerator-12•8h ago•2 comments

Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

https://github.com/cosmtrek/mindwalk
157•cosmtrek•1d ago•63 comments

Show HN: Getting GLM 5.2 running on my slow computer

https://github.com/JustVugg/colibri
920•vforno•4d ago•234 comments

Show HN: Codebase Posters – turn any Git repo into generative poster art

https://github.com/unable12/codebase-posters
27•unable0•17h ago•5 comments

Show HN: Zen Mode – a global focus mode for macOS

https://github.com/cabeen/zen-mode
27•cafebeen•19h ago•10 comments

Show HN: 18 Words

https://18words.com/
1150•pompomsheep•4d ago•360 comments

Show HN: Shirei, cross-platform GUI framework in native Go

https://github.com/hasenj/go-shirei/
86•hsn915•23h ago•55 comments

Show HN: Kurvengefahr – browser CAD/CAM for pen plotters

https://kurvengefahr.org/
20•tibordp•1d ago•6 comments

Show HN: Learn by rebuilding Redis, Git, a database from scratch

https://shipthatcode.com
193•acley•2d ago•65 comments

Show HN: Pentaton LP – a music streamer with an LP sleeve sized display

https://pentaton.app/blog/2026-07-12-introducing-pentaton-lp/
5•interfeco•8h ago•0 comments

Show HN: Skillscript – A declarative, sandboxed language for tool orchestration

https://github.com/sshwarts/skillscript
16•sshwarts•1d ago•25 comments

Show HN: Ant – A JavaScript runtime and ecosystem

https://antjs.org
323•theMackabu•1d ago•147 comments

Show HN: Orbit – AR satellite tracker, watch 15k+ objects

https://nagylukas.github.io/orbit.html
86•lukas9•1d ago•19 comments

Show HN: Level – a new demo for 8bit Atari XL/XE

https://ilmenit.github.io/level-by-agenda/
4•ilmenit•9h ago•0 comments

Show HN: Sqlsure – deterministic semantic checks for AI-generated SQL

https://github.com/sqlsure/sqlsure
43•tejusarora•1d ago•7 comments

Show HN: Earth Game – An offline CLI for turning life goals into quests

https://github.com/skorotkiewicz/earth-game
55•modinfo•1d ago•12 comments

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
8•knrz•18h ago•1 comments

Show HN: Agent-run – Run a coding agent in a sandboxed environment

https://github.com/sin-ack/agent-run
8•trashburger•19h ago•3 comments

Show HN: Reverse-engineering web apps into agent tools

94•pancomplex•4d ago•39 comments

Show HN: Hologram, photo management and culling built with Tauri

https://github.com/ThatXliner/Hologram
3•thatxliner•17h ago•0 comments

Show HN: Cpulse – See why your Docker Compose stack is stuck

https://github.com/hyturing/compose-pulse
3•hyturing•17h ago•0 comments