26 comments

  • jheising 1 day ago
    Hi all! I'm the creator of Stowaway.live and I really appreciate you posting it here.

    All this attention has maxed out my Google 3D Tiles quota, so the ground textures in ride-along mode are being throttled. Everything else works — sky, aircraft and satellite tracking, sound — it's just the terrain that may come in flat or missing. I'm working on a caching layer and a proper fallback rather than just buying my way out of it, and I'd take suggestions if anyone's solved this before.

    Thanks for checking it out!

    • gavinsyancey 1 day ago
      There is good free data available. Consider using EASA Sentinel satellite tiles for the imagery, and JAXA's ALOS Global Digital Surface Model for elevation. And the USGS has higher-resolution lidar elevations in much of the US.
      • codetiger 1 day ago
        I built a terrain height map completely from free data. https://codetiger.in/earth/
        • dotancohen 20 hours ago
          This is really nice. It's _almost_ useful for identifying features from where one stands, if it had another three levels of zoom and another three levels of voxel resolution.
          • codetiger 10 hours ago
            I tried adding more resolutions, but had to balance it against cost of hosting. Each resolution is at least 2x the size of the combined all prev zoom level data. Currently I’ve 9 zoom levels total size 15gb, adding 1 more level takes it to 32gb but looks beautiful. With the current open data, I can generate upto 14 levels
            • dotancohen 2 hours ago
              Yeah, that's a pretty classic tradeoff. Thanks for hosting what you do!
              • codetiger 1 hour ago
                Just in case you are interested, you can recreate this locally using the open source repo. The script downloads the open data and generate the voxels based on configuration. The max resolution is configured which you can increase. Just a few prompts and you can recreate high resolution upto 10m resolution in real world distance. :)
      • jheising 1 day ago
        I will look into this, thanks! In the meantime I'm going to implement a fallback to 2D tiles which has much higher quota limits. Try to stop the bleeding first.
      • adamcharnock 1 day ago
        It's somewhat old, but NASA has its SRTM height-map dataset. I wrote a project for reading this in Python many moons ago, in case it is of help to anyone:

        https://github.com/adamcharnock/python-srtm

        I originally used it for doing line-of-sight calculations for a wireless ISP I started.

      • globular-toast 1 day ago
        Europe LiDAR data: https://sonny.4lima.de/
    • awad 1 day ago
      This is very neat! Great job :)

      I can empathize with your quota....was gifted a FlightWall recently (https://theflightwall.com) and it constantly throws a 'too many flights' indicator given that I live in a major metro with quite a bit of air traffic. I'm sure it was thrilling and terrifying to see your usage spike. Wishing you all the best of luck!

      • turbocon 1 day ago
        This is really interesting, I'm making something similar as a gift for my wife ( I didn't know this product existed). It's much smaller but shows a map of planes and their live location in the air space near our home.

        I have to say though, it's very weird you're hitting API rate limits. airplanes.live is a free no-authentication needed API that lets you poll it 1 time per second, and with each poll it returns flight information for ALL flights in up to (I think) a 250nm radius.

        I doubt this commercial product could use that API but my point is that this data isn't that valuable. Additionally for the size of the thing the could just put and adsb receiver in it....

        • heh 21 hours ago
          FYI - airplanes.live is run by community hobbyists, who are paying out of pocket to keep the service running - so it's not free (it costs a lot of money to run), and commercial use does break their TOS. If you do use it in any capacity, at the very least please feed back into the network. It is very affordable to do (the SDRs can be had for cheap in various places) and easy to set up. Coverage is very important - the more feeders the better data everyone will have. (Not affiliated with them, just a hobbyist myself.)

          https://airplanes.live/get-started/

        • icameron 1 day ago
          Not OP but the API limits are for the earth imagery tiles which cost paid credits from Google. Not the flight info.
          • Arn_Thor 1 day ago
            I think they were talking about the Flight Wall, which doesn't use Google Earth imagery, only flight data
      • kfse 15 hours ago
        Curious why isn't it using an ADSB receiver?
    • stevage 1 day ago
      Before you do that, check whether you'd be violating the ToS by caching tiles. I'm guessing, yes.
      • account42 1 day ago
        Did Google check if their scraping for AI training violated anyone's ToS?
        • dpoloncsak 23 hours ago
          Google was/is probably more ready to pay any associated fines or get banned from whatever services than OP is
    • d3Xt3r 1 day ago
      Does this also generate atmospheric weather effects based on real-time weather data? Like if it's raining, would you see rain?
      • jheising 16 hours ago
        Somewhat. It currently simulates wind speed and direction for the movement of clouds. It also supports the ability to simulate cloud cover percentage (in the advanced options)— the reason it's not on by default is because we want users to get the best view of the sky no matter what the weather is like outside, so we default to 20%.

        Other factors like rain could happen in the future.

      • shagie 19 hours ago
        As a person currently experiencing some weather - no.
    • johschmitz 1 day ago
      Maybe provide an option for the user to bring their own API key for prettier results.
    • schainks 19 hours ago
      This is very cool, the ambient sounds are a nice touch.

      Can you add the ability to search by satellite ID, or add a "Find the ISS" button?

    • brainzap 20 hours ago
      the map displays some random things, sometimes wrong names of location, sometimes river, sometimes battles (??)
      • jheising 15 hours ago
        It's meant to be relatively random. The idea is to show you some well known cities and landmarks so that you can get an idea where you are, but then some random curiosities just for the sake of exploring and seeing new things.

        If you can tell me where you saw the wrong names for locations I would love to look into it. Thanks!

    • tgv 1 day ago
      Don't waste too much on it. I fear popularity is brief.
    • Animats 1 day ago
      Ah, that's why the ground is just a grey-green surface.
  • vintagedave 4 days ago
    I love this: the sound effects oddly are what really make it. It was quite something clicking a flight, turning round to see behind it, and recognising my location.

    What surprised me is how satellites far away (in the night zone, it's daylight for hours yet) could still 'see' me, or rather, I could see them not even that close to the horizon. I would love to see how far away one of the objects is when clicking or hovering over it.

  • thinkingemote 1 day ago
    Not working for me on firefox on linux.

    Console shows

    THREE.WebGLRenderer: Context Lost. index-DMul8aia.js:3819:24355 Object { error: undefined } Stowaway failed to start

    It also made firefox actually hard crash to desktop!

    • jheising 16 hours ago
      Thanks for the report, we'll look into it!
    • eutropia 21 hours ago
      another firefox on linux user (cachyos), and it loaded up and worked flawlessly for me. anecdata!
      • opello 20 hours ago
        For me it failed to load (with the same console.log messages as above) in a multi-account container tab, and crashed Firefox in a Private Browsing window.
        • clsec 18 hours ago
          Worked fine for me in a temporary container in FF on Ubuntu. I have uBO, Privacy Badger & Disconnect extensions enabled.
  • stevage 1 day ago
    Pretty amazing. One of those great sites that is just "wow, I would never have thought of trying to build that". And I'm glad you did.
  • Projectiboga 20 hours ago
    Personally I prefer aisle seats. I am 6'2" and the slightly curved space on the window isn't as comfortable for me, same with some trains and busses. Yes the aisle has its own negatives but that's the devil I prefer.
    • ted_dunning 19 hours ago
      The visualization for the aisle seat is much less interesting than for the window seat.

      Maybe that's why they built what they built.

  • RankingMember 22 hours ago
    This is fun!

    Some constructive feedback:

    1. Maybe don't have the view limited by the position on the aircraft- autoswitching between sides would be smoother.

    2. Maybe just have double-click on an aircraft initiate ride-along. It's a little clunky and took me a minute to figure out how to ride along as-is.

    3. Some kind of overhead view so we could more easily pick out a plane we want to view from would be nice. As it is, I ended up firing up https://globe.airplanes.live/ to find the plane I wanted to view from, then tabbed back to your app to paste the flight number in.

    4. Add "reticulating splines" during loading as one of the messages (old Maxis SimCity reference just for fun :P )

  • acrophiliac 10 hours ago
    Oops, I flew through a mountain. How did that happen? https://i.postimg.cc/Mp3sBrtG/stowaway-20260811-175512.png
  • smusamashah 1 day ago
    Please add a way to put in my exact long+lat location. Currently it is a slider which is not exact and search bar does not show my exact location. I am hoping to see the airplanes out of my window and then see them in this app.
  • acrophiliac 14 hours ago
    This is great. I've been riding along with the air attack plane on the Timber Fire near Big Sur, CA. It would be cool to see the fire perimeter overlay (like in app.watchduty.org).
  • Retr0id 1 day ago
    Super cool. I like how you can hop from plane to plane. However, once I hop to a satellite, it seems like I'm stuck there. It'd be nice if there were more options from that point.
  • brettermeier 22 hours ago
    Oh man, it took a while till i saw the button "Ride along"... but now i understand, nice project!
  • raver1975 4 days ago
    I love it. I use it to try to trick people into believing it's a live view, and that I work for the government.
  • tremarley 1 day ago
    Truly incredible. How long did it take to build this?
  • cpeterso 1 day ago
    I wish I could see Google Maps labels like this during a real flight!
  • alex-moon 1 day ago
    This is great but it would be useful to have some indication of cardinal directions - it is not clear to me which way I am facing.
  • natch 4 days ago
    Nice work! I got lost in a clouds only view after setting my location but I’m sure I’ll figure it out, the first couple flights were over an unfamiliar area but worked fine.
  • Arn_Thor 1 day ago
    This is super cool. Made me happy to see what's up in the sky. Bookmarked for when I need a pick-me-up!
  • dools 1 day ago
    Mind genuinely blown
  • Aboutplants 1 day ago
    Wow, this is really great!
  • jaggs 4 days ago
    This is so very cool.
  • snapetom 12 hours ago
    This was so much fun, thank you.

    Question for you, and I guess also if you know why Airplanes.live doesn't do this - why not show the destination? I get that airplanes.live is primarily tracking and the source system, (ADS-B/MLAT?) won't show the destination airports, but would it be difficult, at least for you, to integrate a destination lookup?

  • jwr 23 hours ago
    Now could you please sell this to all airlines to replace those terrible, terrible in-flight maps that they show?
  • lofaszvanitt 1 day ago
    Great idea.
  • jheising 1 day ago
    Since I'm here, the why:

    When I was a kid — back when travelling still felt new and exciting — I would see a plane crossing the early evening sky and try to put myself in it. Not to go anywhere in particular. I just wanted to know what the world looked like from up there, right then, to whoever was sitting by that window.

    The feeling was strongest at sunset. I'd be watching a good one from the ground and think about how much better it had to be from up there, above the haze, with the light coming in level. The same sunset from a perspective I couldn't reach.

    Travel has lost most of that. Airports, queues, delays: everything wrapped around flying has got steadily worse. But the flying itself hasn't changed. An hour into a clear evening flight, forehead against the glass, looking down at a world you almost never see from that angle, and it is still one of the quietly moving experiences I know.

    Stowaway is that part, without the rest of it.

    • BLKNSLVR 1 day ago
      > forehead against the glass, looking down at a world you almost never see from that angle

      I'm surprised by how few people seem to do this. I feel like I'm the only adult acting like a child when I do it. Look around and see most everyone else treating it like a night time bus ride through a tunnel.

      P.S. Great project name. Stowaway. Perfect.

      • Markoff 1 day ago
        same here and actually even my kids are less excited about looking at world from up there than me, I guess that's what happens when you travel by plane every year since primary school vs me who had first flight in my 20s
    • dust-jacket 1 day ago
      This is lovely and I feel much the same.

      We live pretty close to a flight path and still point at planes as they go past and wonder where they might be going on holiday.

      Sadly no longer live close enough that I can see my house when approaching the local airport. That was always cool.

    • KuhlMensch 1 day ago
      I'm in Central Spain at 5:30am... I was pleasantly surprised to hear crickets. If not for the for the sound of fan and aircon - that is what I would be able to hear coming from my window.

      I checked from Brighton, UK, and there is perhaps the same crickets (and birdsong for this time).

      I found it quite compelling.

      Be cool if you scaled the volume to latitude and chirp-rate to temperature (https://en.wikipedia.org/wiki/Dolbear%27s_law)

      • jheising 15 hours ago
        I LOVE the idea of applying Dolbear's Law, that would be such a cool touch.