Every MUNI, BART and Caltrain in SF on a Live Map
Live map of every Muni, BART & Caltrain in SF, with a from→to planner - UtpalJayNadiger/wheres-my-muni
In plain words
This tool displays real-time locations of every Muni bus and train, BART train, and Caltrain vehicle on a single live map of San Francisco. Users enter their starting point and destination to see which transit lines connect them and identify specific vehicles heading their way. It serves commuters and transit users planning routes across San Francisco's three major transit systems. The app requires a free 511.org token for Muni and Caltrain data access.
written from the facts on this page · September 2026
From the sources
Every Muni bus and train, BART train and Caltrain in San Francisco on one live map. Type where you are and where you're going; it highlights the lines that connect them and rings the exact vehicles heading your way. git clone https://github.com/UtpalJayNadiger/wheres-my-muni && cd wheres-my-muni npm install cp .env.example .env # paste your free 511 token (link below) npm start # → http://localhost:3000 Get a free 511.org token here (instant, emailed): https://511.org/open-data/token . Without it you still get BART; Muni and Caltrain need the token. Or with Docker: docker build -t wheres-my-muni . && docker run -p 3000:3000 -e FIVE11_API_KEY=... wheres-my-muni npm install cp .env.example…from github.com
Does the same job
all alternatives →

- SESFTransit - easy San Francisco transit times2012 · ▲7
Hello HN, I built www.sftransit.us to make it easier to get live transit arrival/departure times on your cellphone. Right now, it does Muni and BART. You don't have to download anything, and it takes one click to find times for nearby stops. I don't live in San Francisco right now (but am moving out there in a few months). I'm really keen to know if this is a useful service, and to know if there's anything that would make it more useful to you. I'm aware there are a few existing tools for this (like Routesy, and the official site [of course]), but I don't think any are as hassle free...…


More work this month
the category →


The app store for voice native apps that lives in your notch
Work · 28d ago · voiceos.com

The New Calendly▲211Handle all of the work before, during, and after meetings
Work · 17d ago · calendly.com
Launched alongside, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com