
Fake Zoom
Simulate a video meeting with AI-generated coworkers using voice commands and draggable participant tiles.
stets · HN
Fake Zoom, hang out with AI coworkers and feel the synergy
The full gallery
Tech stack
60 projects

Simulate a video meeting with AI-generated coworkers using voice commands and draggable participant tiles.
stets · HN
Fake Zoom, hang out with AI coworkers and feel the synergy

Drag boxes to visualize how a Flexbox layout engine infers constraints.
drzivil · HN
Drag boxes around and watch a layout engine infer the Flexbox (no AI)

Create interactive games, polls, and quizzes with AI for presentations and events.
u/molefrog · Reddit
create multiplayer apps that you can play with friends or share with coworkers. Like Slido/Kahoot but you can create your own one with AI. It can build polls, quizzes or games. had this idea for a while, the space isn't new and there is apps like Kahoot that presenters or educators use for polling/quizzes. however the templates are limited, so I decided to ship my own vibe-coding IDE for generating these. you just describe it for example "noise meter: people scream at their phon


Tap animal tiles in a nine-tile grid puzzle game designed for mobile.
@jacobhodgson · X
My kid asked me to make a game for her, not to download but to create, so I fired up Claude Code and after an evening, produced three games all of which you can now play on your phone. Tap Tap Blocks ( ) is built from a nine-tile grid of animals, all of which respond when you tap them, and a MAGIC button, because every game needs one. And that’s all there is to it – because that’s all there should be to it, for a little girl. Emoji Wonderland ( ) has six realms – garden, ocean, space, jungle, food, animals – and you get to pop the emojis and drag them around to gather them – it was my favourite game to make, which is not always the case. and Lucky Vegas ( ) has five reels, a paytable, an auto-play function, and a $50,000 jackpot of entirely fictional cash, for which I am grateful, as I was the only one playing. But it was using Twemoji that made them feel like real games, and not just crude experiments with clip-ar

Play a free online tile-pattern game with friends or solo against the computer.
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is

Interact with a 3-layer parallax space scene demo.
@iampoul · X
made with v0 and just a fun demo to try my own parallax package xD got bored.

Explore a living pixel-art character atlas inside an isometric cargo arena.
@deducationsol · X
Built Pixlab Charaa. It's up on the @KrackedDevs showcase: production : #buildinpublic #vibecoding #pixart #showcase #hobby

Play a browser game featuring anti-gravity mechanics.
@_kidrah_24 · X
I vibe coded this game recently try it . Used anti-gravity for this .

Multiplayer game combining chess strategy with dice rolling mechanics in fast-paced skirmishes.
@z3roshot · X
Made up a game where chess meets dice: roll, shop, secretly place, fight. ⚄ Same deterministic engine runs the bots and the humans. Server-authoritative so nobody can peek at your hidden pieces. Built with Claude Code. Read more

AI Games Prompt Atlas: a map of the games people ask to build
vladgl94 · HN
AI Games Prompt Atlas: a map of the games people ask to build

Roll 3D animated dice (D4-D20) for tabletop games instantly.
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。