Om Patel's banner
Om Patel's profile picture

Om Patel

@om_patel526,067 subscribers

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

Shorts

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

869,075 görüntüleme

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

669,338 görüntüleme

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

357,084 görüntüleme

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

98,898 görüntüleme

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

175,724 görüntüleme

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

394,346 görüntüleme

POV how mfs start moving after switching from ChatGPT to Claude

POV how mfs start moving after switching from ChatGPT to Claude

1,167,828 görüntüleme

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,006 görüntüleme

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 görüntüleme

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

330,899 görüntüleme

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,187 görüntüleme

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

252,873 görüntüleme

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 görüntüleme

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 görüntüleme

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,273 görüntüleme

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

153,804 görüntüleme

SOMEONE TURNED THEIR TEAM'S TASK TRACKER INTO A 3D ISLAND instead of a boring list of tasks, your teams work is a little island that grows as you get stuff done > you assign tasks right in slack, just type who its for, the points, and the due date > finish a task and you get to place a building on the island > get your work rejected and the building collapses into rubble > the rubble stays there forever, so everyone can see it > each new sprint starts a fresh island so over time the island fills up with buildings for all the work your team actually finished, and the rubble is a reminder of what got rejected. its open source, so any team can set it up. way more fun than staring at a to do list all day

SOMEONE TURNED THEIR TEAM'S TASK TRACKER INTO A 3D ISLAND instead of a boring list of tasks, your teams work is a little island that grows as you get stuff done > you assign tasks right in slack, just type who its for, the points, and the due date > finish a task and you get to place a building on the island > get your work rejected and the building collapses into rubble > the rubble stays there forever, so everyone can see it > each new sprint starts a fresh island so over time the island fills up with buildings for all the work your team actually finished, and the rubble is a reminder of what got rejected. its open source, so any team can set it up. way more fun than staring at a to do list all day

12,526 görüntüleme

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 görüntüleme

this guy vibe coded his first $1M ARR startup a paid calculator app

this guy vibe coded his first $1M ARR startup a paid calculator app

50,224 görüntüleme

here's HOW you're going to get your $10k MRR startup idea: 1/ the reddit json hack > go to any subreddit in a niche of your choice > take any reddit thread and add /.json to the url > you get the full conversation instantly > every reply, every deep thread, every nested comment > all the context and metadata in a clean format > no scraping tools needed. it's just there. 2/ now do something with it (analyze it) > pass it through claude > get the real pain points and problems users are facing > spot intent without guessing > find patterns no one reads > extract the exact words people use to describe their problems 3/ why this works > small subreddits are untapped opportunities > people openly explain what they need > they literally tell you what they'd pay for > no surveys, no interviews, just raw frustration 4/ what to look for > "i wish someone would build..." > "i'd pay for..." > "why doesn't X exist?" > "frustrated with..." > same complaint appearing 10+ times = validated idea the advantage isn't speed. it's listening better than everyone else. while founders are brainstorming in the shower, you're reading exactly what people are begging for. the internet is telling you what to build. you just have to listen.

here's HOW you're going to get your $10k MRR startup idea: 1/ the reddit json hack > go to any subreddit in a niche of your choice > take any reddit thread and add /.json to the url > you get the full conversation instantly > every reply, every deep thread, every nested comment > all the context and metadata in a clean format > no scraping tools needed. it's just there. 2/ now do something with it (analyze it) > pass it through claude > get the real pain points and problems users are facing > spot intent without guessing > find patterns no one reads > extract the exact words people use to describe their problems 3/ why this works > small subreddits are untapped opportunities > people openly explain what they need > they literally tell you what they'd pay for > no surveys, no interviews, just raw frustration 4/ what to look for > "i wish someone would build..." > "i'd pay for..." > "why doesn't X exist?" > "frustrated with..." > same complaint appearing 10+ times = validated idea the advantage isn't speed. it's listening better than everyone else. while founders are brainstorming in the shower, you're reading exactly what people are begging for. the internet is telling you what to build. you just have to listen.

68,723 görüntüleme

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 görüntüleme • 23 gün önce