
HYPERBUBBLE — embrace the tech, navigate the risks, manage the hype. How far can
A one-button game where you navigate technology risks and manage innovation hype.
2020science · HN
I asked Claude to turn 20 years of my research into a game
The full gallery
Tech stack
20 projects

A one-button game where you navigate technology risks and manage innovation hype.
2020science · HN
I asked Claude to turn 20 years of my research into a game

AI-powered platform unifying coding assistance, trading tools, and team collaboration features.
@ThrillStack · X

Drop or spit objects and measure the fall height using real physics simulation.
u/daboehla · Reddit
I built a web app that measures how high you can spit (or drop anything) using real physics Hey 👋 I made a silly web app called Spuckometer: you drop or spit something, tap to time the fall, and it calculates the height — using a real physics sim with air resistance, so a spit blob gives a different result than a stone. It's a PWA, vanilla JS, no framework, no sign-up. Built it mostly for fun (and to play with the drag physics). There's a mascot named Klaus whose eyes follow your cursor 👀

A free first-person portal racer for phone and desktop: race your ghost, beat the AI rival, chase the world leaderboard.
@mattezell · X
By far my favorite vibe coded game Claude and I have made to date. Initially a playable one shot using Opus 5 High using the Gauntlet Loop, then further revised via iterative sessions with Fable 5 High - all from my phone on my couch 😁

Play a crypto-themed asteroid shooter arcade game with power-ups and leaderboards.
@biteroidsarcade · X
☄️ Blast through waves of crypto-themed asteroids in the most addictive retro arcade reboot on the web. ⭐ Collect power-ups, chase high scores, master the grind, climb the leaderboard 🕹️ Play anywhere — desktop or mobile, same account & progress 👉

Deploy your vibe-coded apps instantly with built-in database, file storage, and realtime interactions.
@Fusekit_cloud · X
Especially when that vibe coded app is internal and hyperspecific to your needs! Try to deploy your vibe coded apps and automatically get a full database, file storage, realtime interactions and many morr thing! Free to start without a credit card right now :)

A comedy physics shooting gallery where you throw things at ragdoll characters in a browser.
Yahivin · HN
Nutshot Simulator – 31 days, 59K prompts, 142M tokens, ~$23K of Claude

Stack towers by dropping floors, with each building based on real architecture.
u/eashish93 · Reddit
I made a tower stacking game where every height you pass is a real building highrise.lol - tap to drop a floor, stack it as high as you can. Every height you pass is a real building. Free, no signup. Built with Claude Opus 5. Three things I got wrong. I thought the game was the hard part. It wasn't. Anyone can POST a fake score, so I rebuilt the physics to let the server replay your whole run from a seed and a list of taps and check it itself. That touched everything.