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).
Offline Game Hub — Play without wifi
Nine classic games that keep working in airplane mode
Hi Product Hunt 👋
The trigger: a 40-minute subway ride with one bar of signal」/「a flight with my kid and a tablet full of games that all wanted to phone home.
I opened the games I already had on my phone and every single one of them showed a spinner, a login wall, or an ad that couldn't load — so the game wouldn't start either.
That's the problem: "works offline" is claimed far more often than it's true. Most apps cache the shell and forget one small file — a font, an icon, one script — and that one
file is what breaks the screen at exactly the wrong moment.
So I built the boring version. Offline Game Hub is nine classics — 2048, Sudoku, Minesweeper, Snake, Tic Tac Toe, Paddle Battle, Four in a Row, 15 Puzzle, and a real 3D Magic
Cube — as static files with every byte needed to play stored before you lose signal. No accounts, no cookie banner, no leaderboards, no server that could be down. Install it,
turn the wifi off, it plays. 73 files, about 2 MB installed, ~590 KB on your first visit. Free, English + 中文.
How the approach changed while building it:
1. Precaching the shell isn't enough — I precache everything, and that forced a hard budget. The rule became: first visit must stay under 600 KB over the wire. Every new game
has to fit in what's left.
2. I deleted one of my own guard rails. It capped total disk size — which meant normal growth set it off, and I'd just raise the number each time. A budget you're supposed to
negotiate with is fine; an alarm that normal growth triggers is a defect.
3. The one that actually changed how I work: I had ~1,000 automated checks passing and still shipped things that were visibly wrong, because those checks read bytes, not
pixels. So I wrote a tiny zero-dependency script that drives my own Chrome and screenshots each screen. It immediately caught colors silently rendering white in WebGL, and a
Snake board whose "squares" were 90×37 rectangles on a desktop monitor. Now I look at every screen before I ship.
The honest trade-off: your progress lives in your browser, on that device. It doesn't follow you to another phone — and nobody, including me, can see it. Syncing would need
accounts and a database and a reason for you to trust me with both. Ads, when they come, will only load when you're online and only next to the articles — never on the game
screen.
I'd love to know: which game do you want next, and what's the app that most recently lied to you about working offline? 🛫
No comment highlights available yet. Please check back later!
About Offline Game Hub — Play without wifi on Product Hunt
“Nine classic games that keep working in airplane mode”
Offline Game Hub — Play without wifi was submitted on Product Hunt and earned 2 upvotes and 1 comments, placing #141 on the daily leaderboard. Free offline games you can play without wifi. Install once, play anywhere — on a plane, on the subway, or with no signal.
Offline Game Hub — Play without wifi was featured in Games (98.8k followers) on Product Hunt. Together, these topics include over 26.9k products, making this a competitive space to launch in.
Who hunted Offline Game Hub — Play without wifi?
Offline Game Hub — Play without wifi was hunted by Huaan. 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.
Want to see how Offline Game Hub — Play without wifi stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.