This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Product upvotes vs the next 3
Waiting for data. Loading
Product comments vs the next 3
Waiting for data. Loading
Product upvote speed vs the next 3
Waiting for data. Loading
Product upvotes and comments
Waiting for data. Loading
Product vs the next 3
Loading
Satlas
Every object in orbit. Ask it anything.
Satlas is a real-time 3D orbit tracker for 31,000+ objects, satellites, and debris, queryable in plain English via an AI agent. Ask "when does the ISS pass over Melbourne?" and it runs actual orbital mechanics, tells you the time, max elevation, and whether the sky will be dark enough to see it. Click any country to see every satellite overhead right now. Features: pass visibility scoring, category filters, country mode, and a public REST API at satlas.app/docs. No auth. Fully open source.
Hey PH! I'm Premaansh, a CS student in Melbourne. I built Satlas as a portfolio project, and it turned into something I'm genuinely proud of.
The thing that drove the whole build: most space tracking tools are either enterprise systems or fragmented hobby sites. There's no single place a curious person can open, see everything in orbit, and just ask a question in plain English.
What I wanted to prove technically: an AI agent that actually orchestrates real scientific computation, not one that just wraps an LLM around some text. When you ask about a pass, the agent calls a skyfield backend that propagates the satellite's orbit with SGP4, computes the sun's position using the Meeus algorithm, checks if the satellite is in Earth's shadow, and scores the pass quality, the AI never guesses any of that.
A few things that were fun to figure out:
— Satellite dots rendered as billboard quads with a circle shader (2 triangles per object vs 72 for a sphere — same look, fraction of the GPU cost across 31k instances)
— Country fill polygons on a sphere need edge subdivision to ≤4° or the flat triangles dip below the Earth's surface and disappear
— The /api/catalog endpoint silently got blocked by uBlock Origin (the word "catalog" matched ad-tracker filter rules) — aliased it to /api/tles
Would love your feedback. If you're into space, orbital mechanics, or AI
agent architecture, happy to go deep on any of it in the comments.
https://satlas.app | https://github.com/PremaanshVyas...
About Satlas on Product Hunt
“Every object in orbit. Ask it anything.”
Satlas was submitted on Product Hunt and earned 3 upvotes and 1 comments, placing #133 on the daily leaderboard. Satlas is a real-time 3D orbit tracker for 31,000+ objects, satellites, and debris, queryable in plain English via an AI agent. Ask "when does the ISS pass over Melbourne?" and it runs actual orbital mechanics, tells you the time, max elevation, and whether the sky will be dark enough to see it. Click any country to see every satellite overhead right now. Features: pass visibility scoring, category filters, country mode, and a public REST API at satlas.app/docs. No auth. Fully open source.
On the analytics side, Satlas competes within Open Source, Space, Artificial Intelligence and GitHub — topics that collectively have 589.4k followers on Product Hunt. The dashboard above tracks how Satlas performed against the three products that launched closest to it on the same day.
Who hunted Satlas?
Satlas was hunted by Premaansh Vyas. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of Satlas including community comment highlights and product details, visit the product overview.