Om Patel's banner
Om Patel's profile picture

Om Patel

@om_patel526,879 subscribers

🇨🇦 growing https://t.co/Tr6rRuOdX9 ($10k/m) + https://t.co/K8xdwRDHqX building cool stuff

Shorts

SOMEONE VIBE CODED A MOBILE APP WHERE ZOMBIES CHASE YOU IN REAL LIFE it uses your actual gps position, so the only way to survive is to physically run > you get a 60 second head start, then the horde spawns on your neighborhood map > tap the red skulls to shoot them, but you only start with 3 bullets > go to ammo crates on your running path to reload, hourglasses to slow them down > your charge meter fills as you run, and you can spend it to shove the whole horde back when you're cornered the ai fitness app people keep trying to build is this. make the workout a game people would play anyway the strategy for b2c apps is to literally gamify everything insane how he built this in a weekend with claude code

SOMEONE VIBE CODED A MOBILE APP WHERE ZOMBIES CHASE YOU IN REAL LIFE it uses your actual gps position, so the only way to survive is to physically run > you get a 60 second head start, then the horde spawns on your neighborhood map > tap the red skulls to shoot them, but you only start with 3 bullets > go to ammo crates on your running path to reload, hourglasses to slow them down > your charge meter fills as you run, and you can spend it to shove the whole horde back when you're cornered the ai fitness app people keep trying to build is this. make the workout a game people would play anyway the strategy for b2c apps is to literally gamify everything insane how he built this in a weekend with claude code

1,405,724 Aufrufe

SOMEONE BUILT A WAY TO SEND FILES BETWEEN TWO PHONES WITH NO WIFI, NO BLUETOOTH AND NO NETWORK AT ALL it works with just a screen flashing qr codes at a camera one device plays an endless stream of animated qr codes, the other one points its camera at the screen and rebuilds the file out of the light no pairing, no app, no shared network, nothing but the camera > its pulling about 129 kb/s, a full 2mb image transfers in seconds > theres no back channel, the receiver can never ask for a missed frame, so it uses fountain codes, every frame is a scrambled mix of the file rather than one piece of it > that means the receiver just collects any frames it can catch in any order, and once it has enough it can reconstruct the whole file > dropping frames costs you a little time but never breaks the transfer > you can point the camera at a stream thats already running and it just locks on mid flight he was building a cached mp3 player because he was sick of ads and bad streaming quality. he wanted a way to send tracks phone to phone without both phones being on the same network, and realized flashing qr codes could carry the data he built the whole working prototype in one night with claude code its open source and already at 375 stars

SOMEONE BUILT A WAY TO SEND FILES BETWEEN TWO PHONES WITH NO WIFI, NO BLUETOOTH AND NO NETWORK AT ALL it works with just a screen flashing qr codes at a camera one device plays an endless stream of animated qr codes, the other one points its camera at the screen and rebuilds the file out of the light no pairing, no app, no shared network, nothing but the camera > its pulling about 129 kb/s, a full 2mb image transfers in seconds > theres no back channel, the receiver can never ask for a missed frame, so it uses fountain codes, every frame is a scrambled mix of the file rather than one piece of it > that means the receiver just collects any frames it can catch in any order, and once it has enough it can reconstruct the whole file > dropping frames costs you a little time but never breaks the transfer > you can point the camera at a stream thats already running and it just locks on mid flight he was building a cached mp3 player because he was sick of ads and bad streaming quality. he wanted a way to send tracks phone to phone without both phones being on the same network, and realized flashing qr codes could carry the data he built the whole working prototype in one night with claude code its open source and already at 375 stars

950,254 Aufrufe

SOMEONE BUILT AN IPHONE APP THAT ONLY REVEALS WHATS UNDER YOUR HAND the whole screen stays hidden you rest the side of your hand on it, the way you shield a keypad at an atm, and only the part your hand covers becomes readable lift your hand and it goes back to hidden > uses a multi touch area to detect your hand, no camera or permissions needed > he tried the proximity sensor first but it just turned the screen off > skipped the camera on purpose since asking for camera access in a privacy app felt wrong > fully native ios, with app clip and imessage support its insane how many simple but useful ideas you can vibe code in a weekend

SOMEONE BUILT AN IPHONE APP THAT ONLY REVEALS WHATS UNDER YOUR HAND the whole screen stays hidden you rest the side of your hand on it, the way you shield a keypad at an atm, and only the part your hand covers becomes readable lift your hand and it goes back to hidden > uses a multi touch area to detect your hand, no camera or permissions needed > he tried the proximity sensor first but it just turned the screen off > skipped the camera on purpose since asking for camera access in a privacy app felt wrong > fully native ios, with app clip and imessage support its insane how many simple but useful ideas you can vibe code in a weekend

870,007 Aufrufe

THIS GUY VIBE CODED A BROWSER TOOL WITH CLAUDE CODE THAT DRAWS PROPERTY LINES ONTO DRONE FOOTAGE AND KEEPS THEM LOCKED TO THE GROUND AS THE DRONE MOVES real estate agents kept asking for those property boundary overlays on drone videos so buyers can see exactly where a lot ends. the only real option was after effects, which is a massive pro tool for one small repeatable job so he built a browser tool that does just that one thing > drop in a drone clip and draw the parcel outline once on the first frame > gpu motion tracking keeps that boundary stuck to the ground as the drone flies and the perspective shifts > if the line drifts anywhere, you drop a keyframe to correct it and it re-tracks the segments around it > style the line however you want, then export the finished video > free to use, you dont even need an account until you export he built one tool that solves one annoying job perfectly, for people who were never going to learn after effects anyway

THIS GUY VIBE CODED A BROWSER TOOL WITH CLAUDE CODE THAT DRAWS PROPERTY LINES ONTO DRONE FOOTAGE AND KEEPS THEM LOCKED TO THE GROUND AS THE DRONE MOVES real estate agents kept asking for those property boundary overlays on drone videos so buyers can see exactly where a lot ends. the only real option was after effects, which is a massive pro tool for one small repeatable job so he built a browser tool that does just that one thing > drop in a drone clip and draw the parcel outline once on the first frame > gpu motion tracking keeps that boundary stuck to the ground as the drone flies and the perspective shifts > if the line drifts anywhere, you drop a keyframe to correct it and it re-tracks the segments around it > style the line however you want, then export the finished video > free to use, you dont even need an account until you export he built one tool that solves one annoying job perfectly, for people who were never going to learn after effects anyway

403,842 Aufrufe

SOMEONE BUILT A CLAUDE CODE PLUGIN THAT REFUSES TO WORK UNTIL YOU DO PUSH-UPS OR SQUATS its called workout gate and it is exactly as cursed as it sounds when the hook fires, it blocks your prompt, opens your webcam, and makes you exercise to keep coding > it counts your reps live through the webcam with mediapipe, no honor system rounding down > only releases your prompt once you actually finish the reps > quit halfway and the leftover reps get saved as debt for your next session > chill, demo and hardcore presets, plus prompt based, time based or random triggers > tracks stats, streaks and personal records right in the claude code statusline we automated the coding, now we're automating the part where we actually take care of ourselves

SOMEONE BUILT A CLAUDE CODE PLUGIN THAT REFUSES TO WORK UNTIL YOU DO PUSH-UPS OR SQUATS its called workout gate and it is exactly as cursed as it sounds when the hook fires, it blocks your prompt, opens your webcam, and makes you exercise to keep coding > it counts your reps live through the webcam with mediapipe, no honor system rounding down > only releases your prompt once you actually finish the reps > quit halfway and the leftover reps get saved as debt for your next session > chill, demo and hardcore presets, plus prompt based, time based or random triggers > tracks stats, streaks and personal records right in the claude code statusline we automated the coding, now we're automating the part where we actually take care of ourselves

671,673 Aufrufe

POV how mfs start moving after switching from ChatGPT to Claude

POV how mfs start moving after switching from ChatGPT to Claude

1,171,411 Aufrufe

SOMEONE BUILT A TERMINAL TORRENT CLIENT THAT SEARCHES EVERY TRUSTED SOURCE AT ONCE AND DOWNLOADS STRAIGHT TO DISK finding a torrent in 2026 is miserable fake download buttons, popups that spawn three more tabs, and half the results are dead with zero seeders. so he built the opposite of all that: > type one query and it hits a curated set of trackers all at once > results stream back tagged with source, size and seeders as fast as each site answers > arrow to the one you want, press d, and it lands on your drive > if one source is down it just skips it and keeps searching the rest > downloads run in the background and pick up where they left off if you quit mid transfer the whole thing is one command. npx and youre running, all you need is node, no browser, no setup, nothing leaves your machine except the request itself. its called torlink, open source and mit. this is the kind of clean terminal tool that does one annoying thing perfectly

SOMEONE BUILT A TERMINAL TORRENT CLIENT THAT SEARCHES EVERY TRUSTED SOURCE AT ONCE AND DOWNLOADS STRAIGHT TO DISK finding a torrent in 2026 is miserable fake download buttons, popups that spawn three more tabs, and half the results are dead with zero seeders. so he built the opposite of all that: > type one query and it hits a curated set of trackers all at once > results stream back tagged with source, size and seeders as fast as each site answers > arrow to the one you want, press d, and it lands on your drive > if one source is down it just skips it and keeps searching the rest > downloads run in the background and pick up where they left off if you quit mid transfer the whole thing is one command. npx and youre running, all you need is node, no browser, no setup, nothing leaves your machine except the request itself. its called torlink, open source and mit. this is the kind of clean terminal tool that does one annoying thing perfectly

361,539 Aufrufe

SOMEONE TURNED THE IPHONE DYNAMIC ISLAND INTO A WORKING POLAROID CAMERA the whole thing lives in your dynamic island. > drag the island down to open the camera > tap to snap, then it morphs and ejects the photo out of the slot > the pic slowly develops like a real polaroid, and you shake your phone to reveal it faster > every sound and interaction is mapped to haptics, so you feel each step > fully native swift, and he spent a month keeping the whole app under 5mb its called pico cam and its pure skeuomorphism done right absolutely insane what you can do with codex now

SOMEONE TURNED THE IPHONE DYNAMIC ISLAND INTO A WORKING POLAROID CAMERA the whole thing lives in your dynamic island. > drag the island down to open the camera > tap to snap, then it morphs and ejects the photo out of the slot > the pic slowly develops like a real polaroid, and you shake your phone to reveal it faster > every sound and interaction is mapped to haptics, so you feel each step > fully native swift, and he spent a month keeping the whole app under 5mb its called pico cam and its pure skeuomorphism done right absolutely insane what you can do with codex now

395,255 Aufrufe

this guy started vibe coding 139 days ago ON LIVE. today, he just crossed $41,000 in revenue. crazy to think what you can do with JUST a Claude Code subscription

this guy started vibe coding 139 days ago ON LIVE. today, he just crossed $41,000 in revenue. crazy to think what you can do with JUST a Claude Code subscription

767,240 Aufrufe

THIS GUY GOT SICK OF UK TRAIN STATIONS HIDING THE PLATFORM NUMBER UNTIL THE LAST SECOND, SO HE VIBE CODED AN APP THAT PREDICTS IT BEFORE THEY REVEAL IT if youve ever stood in a crowded station like london euston, you know the pain the platform stays hidden until 15 minutes before boarding, then it flashes up and hundreds of people sprint for the same gate so he built something that fixes this: > a clean departures and arrivals app pulling live data straight from the network rail apis > live train tracking so you can watch where your train actually is on the route and whether its running on time > the main feature is a predictive engine that guesses your platform before the station reveals it, and its right about 75% of the time heres how it predicts: every time a train finishes its journey, it logs which platform it actually pulled into and compares that to the platform network rail originally advertised it saves every one of those comparisons, and over time it builds up enough history to predict the platform with a real confidence score he built the whole thing with claude, mostly opus with some fable

THIS GUY GOT SICK OF UK TRAIN STATIONS HIDING THE PLATFORM NUMBER UNTIL THE LAST SECOND, SO HE VIBE CODED AN APP THAT PREDICTS IT BEFORE THEY REVEAL IT if youve ever stood in a crowded station like london euston, you know the pain the platform stays hidden until 15 minutes before boarding, then it flashes up and hundreds of people sprint for the same gate so he built something that fixes this: > a clean departures and arrivals app pulling live data straight from the network rail apis > live train tracking so you can watch where your train actually is on the route and whether its running on time > the main feature is a predictive engine that guesses your platform before the station reveals it, and its right about 75% of the time heres how it predicts: every time a train finishes its journey, it logs which platform it actually pulled into and compares that to the platform network rail originally advertised it saves every one of those comparisons, and over time it builds up enough history to predict the platform with a real confidence score he built the whole thing with claude, mostly opus with some fable

176,154 Aufrufe

THIS GUY VIBE CODED A FREE TOOL THAT TURNS UGLY BARCODES INTO BEAUTIFUL SVG ONES THAT STILL SCAN you paste in a barcode, and it turns it into a styled, artistic SVG that still scans perfectly the tool makes it look good AND keeps it scannable free, no account needed, AND they export as SVGs if you've ever looked at a barcode on your product packaging and thought "this is ugly" you might want to look into this

THIS GUY VIBE CODED A FREE TOOL THAT TURNS UGLY BARCODES INTO BEAUTIFUL SVG ONES THAT STILL SCAN you paste in a barcode, and it turns it into a styled, artistic SVG that still scans perfectly the tool makes it look good AND keeps it scannable free, no account needed, AND they export as SVGs if you've ever looked at a barcode on your product packaging and thought "this is ugly" you might want to look into this

331,466 Aufrufe

SOMEONE VIBE CODED AN APP THAT TURNS ANY PHOTO INTO A REAL PHYSICAL STAMP YOU CAN ORDER you snap a photo, it cuts it into a clean stamp design, and you can order the actual physical stamp to press onto anything. > take or upload any photo or image > it turns it into a proper stamp design automatically > all your designs are saved and sorted by date, so you can go back to any of them > order the real physical stamp right from the app and it ships to you > press it onto letters, packaging, cards, whatever you want so instead of paying a custom shop and waiting, you make your own stamp from a photo in a couple taps, then order it without ever leaving the app. the whole thing is dead simple and does one thing well, which is exactly why people love it

SOMEONE VIBE CODED AN APP THAT TURNS ANY PHOTO INTO A REAL PHYSICAL STAMP YOU CAN ORDER you snap a photo, it cuts it into a clean stamp design, and you can order the actual physical stamp to press onto anything. > take or upload any photo or image > it turns it into a proper stamp design automatically > all your designs are saved and sorted by date, so you can go back to any of them > order the real physical stamp right from the app and it ships to you > press it onto letters, packaging, cards, whatever you want so instead of paying a custom shop and waiting, you make your own stamp from a photo in a couple taps, then order it without ever leaving the app. the whole thing is dead simple and does one thing well, which is exactly why people love it

100,110 Aufrufe

this guy got tired of hiding his screen at cafes so he vibe coded an extension that scrambles his entire Gmail inbox using Claude Code AT the cafe in a few prompts every email looks like complete gibberish to anyone looking over your shoulder. you have to actively reveal them to read. the crazy part is that after two weeks his brain actually adapted he can now read the scrambled text without revealing anything. his brain learned to decode gibberish faster than he expected privacy screen protectors? gone. tilting his laptop? gone. minimizing windows when someone walks past? gone. he just stopped thinking about people around him entirely with this

this guy got tired of hiding his screen at cafes so he vibe coded an extension that scrambles his entire Gmail inbox using Claude Code AT the cafe in a few prompts every email looks like complete gibberish to anyone looking over your shoulder. you have to actively reveal them to read. the crazy part is that after two weeks his brain actually adapted he can now read the scrambled text without revealing anything. his brain learned to decode gibberish faster than he expected privacy screen protectors? gone. tilting his laptop? gone. minimizing windows when someone walks past? gone. he just stopped thinking about people around him entirely with this

276,475 Aufrufe

SOMEONE BUILT A VIRTUAL CAMERA THAT LOOPS A CLIP OF YOU LOOKING PRESENT SO YOU CAN LEAVE MID MEETING it records a few seconds of you looking engaged, then loops it through a fake webcam you pick once in zoom, google meet, slack or teams. one hotkey swaps your live feed for the loop, another brings you back. your audio stays on the whole time so you can step away for a minute without becoming the frozen black tile everyone notices > shows up as a real camera in every app, no screen share hacks > the loop doesnt read as a loop, it injects tiny stutters and catch up hitches so it looks like a slightly flaky connection > swap in and out instantly with a hotkey > universal, notarized, about 5mb, works on macos the fake bad connection detail is absolutely the evil genius part a frozen frame gets caught immediately but a feed that stutters like bad wifi is something nobody questions

SOMEONE BUILT A VIRTUAL CAMERA THAT LOOPS A CLIP OF YOU LOOKING PRESENT SO YOU CAN LEAVE MID MEETING it records a few seconds of you looking engaged, then loops it through a fake webcam you pick once in zoom, google meet, slack or teams. one hotkey swaps your live feed for the loop, another brings you back. your audio stays on the whole time so you can step away for a minute without becoming the frozen black tile everyone notices > shows up as a real camera in every app, no screen share hacks > the loop doesnt read as a loop, it injects tiny stutters and catch up hitches so it looks like a slightly flaky connection > swap in and out instantly with a hotkey > universal, notarized, about 5mb, works on macos the fake bad connection detail is absolutely the evil genius part a frozen frame gets caught immediately but a feed that stutters like bad wifi is something nobody questions

123,301 Aufrufe

this guy vibe coded an instant remote control app for shared spaces scan a QR code and the remote appears on your phone. already configured. no app download needed this is the kind of stuff people should be vibe coding

this guy vibe coded an instant remote control app for shared spaces scan a QR code and the remote appears on your phone. already configured. no app download needed this is the kind of stuff people should be vibe coding

253,622 Aufrufe

this guy built an application that generates 3D models from images AND its open source, runs locally and supports any model

this guy built an application that generates 3D models from images AND its open source, runs locally and supports any model

176,035 Aufrufe

this guy vibe coded a wallpaper that shifts perspective when you move your head uses your webcam to track your position. move any direction and the background moves with you

this guy vibe coded a wallpaper that shifts perspective when you move your head uses your webcam to track your position. move any direction and the background moves with you

169,358 Aufrufe

this guy 3D printed and vibe coded a tiny Claude robot for his desk it's called "Clawd Mochi." runs on an ESP32 chip with a tiny display that shows animated expressions. > hosts its own WiFi hotspot. zero cloud and zero internet required. fully offline > live-switch between animated faces, a terminal emulator, and a drawing canvas from your browser > total cost: under $8 > takes less than an hour to build 3D print files AND the full build are both open source too this is the greatest thing anyone has built with vibe coding

this guy 3D printed and vibe coded a tiny Claude robot for his desk it's called "Clawd Mochi." runs on an ESP32 chip with a tiny display that shows animated expressions. > hosts its own WiFi hotspot. zero cloud and zero internet required. fully offline > live-switch between animated faces, a terminal emulator, and a drawing canvas from your browser > total cost: under $8 > takes less than an hour to build 3D print files AND the full build are both open source too this is the greatest thing anyone has built with vibe coding

154,591 Aufrufe

THIS GUY BUILT A TOOL THAT TURNS YOUR STARTUP SCREENSHOTS INTO POLISHED WALKTHROUGH VIDEOS you drop in a screenshot of your app and it generates a full motion video walkthrough or feature announcement no after effects, no premiere, no motion designer needed, and no spending 3 hours on a 15 second clip just upload your screenshot and it animates everything into a clean product demo you can use on your landing page or social media launch every startup founder has the same problem. you build something great but your demo video looks horrible. a screen recording with a cursor clicking around randomly this solves that. the output looks CLEAN and professional if you're launching anything right now you should probably use this asap

THIS GUY BUILT A TOOL THAT TURNS YOUR STARTUP SCREENSHOTS INTO POLISHED WALKTHROUGH VIDEOS you drop in a screenshot of your app and it generates a full motion video walkthrough or feature announcement no after effects, no premiere, no motion designer needed, and no spending 3 hours on a 15 second clip just upload your screenshot and it animates everything into a clean product demo you can use on your landing page or social media launch every startup founder has the same problem. you build something great but your demo video looks horrible. a screen recording with a cursor clicking around randomly this solves that. the output looks CLEAN and professional if you're launching anything right now you should probably use this asap

100,910 Aufrufe

THIS GUY IS RUNNING CLAUDE CODE ON A NINTENDO 3DS imagine vibe coding a startup from a handheld console that came out in 2011 he built a native SSH terminal for it from scratch in C. GPU-rendered, custom VT100 parser with full truecolor. even added a Nerd Font bitmap atlas so it looks exactly like his desktop terminal the 3DS connects to his Mac over SSH and runs Claude Code straight from it you can now play pokemon while you vibe code all on the same system

THIS GUY IS RUNNING CLAUDE CODE ON A NINTENDO 3DS imagine vibe coding a startup from a handheld console that came out in 2011 he built a native SSH terminal for it from scratch in C. GPU-rendered, custom VT100 parser with full truecolor. even added a Nerd Font bitmap atlas so it looks exactly like his desktop terminal the 3DS connects to his Mac over SSH and runs Claude Code straight from it you can now play pokemon while you vibe code all on the same system

77,692 Aufrufe

Videos

om_patel5's profile picture

A MICROSOFT RESEARCHER BUILT A WORKING LLM INSIDE AGE OF EMPIRES 2 USING GOATS, JUST TO PROVE AI ISNT SENTIENT he was tired of people talking to an llm, seeing it reply in a human tone, and deciding its alive so heres what he did. computers are built out of tiny yes/no switches called logic gates. he used the age of empires 2 map editor to make goats act as those switches, a goat moving means yes, staying put means no stack enough of those goat switches together and you get a working computer. he wired up enough to actually run a tiny language model. inside the game. out of goats his argument: > if you can build the exact same thing out of goats, or lego, or people passing notes, then the intelligence was never the magic part > the human feel of an llm isnt the actual system, its just the layer sitting on top > you can measure how persuasive or consistent it sounds, but none of that proves anything real is happening underneath > take away the chat window and the friendly voice, and you're just watching goats shuffle around a map what he found: the goat version still produced the same kind of consistent, convincing output that makes people think a real llm is alive but obviously nobody thinks a field of goats is alive. so if goats can fake those exact traits, those traits were never proof of a mind in the first place his actual paper is titled "if llms have human-like attributes, then so does age of empires 2" we spent two years arguing about whether ai is alive, and this guy answered it with goats

Om Patel

1,433,878 Aufrufe • vor 2 Monaten