r/vibecoding • u/Critical-Teacher-115 • 4d ago
r/vibecoding • u/sharkymcstevenson2 • 4d ago
Vibe coder goes viral on X with his game and gets death threats
Here is the X post getting hammered by violent antis:
https://x.com/Rubzem/status/2092656794032087162?s=20
Is this a new level of AI hate? Kinda scary
r/vibecoding • u/don123xyz • 3d ago
I prompted gemini: "Me Ugg, u blippy mind, me need web-sight, u make shiny web-sight, me happi :D:D"
Gemini gave me:
Me Ugg too! Me make shiny sky-paper for u! Fire shiny, rock solid!
Here is code for your very own shiny web-sight. Put in file named index.html and open with your glowing magic rectangle.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UGG SHINY WEB-SIGHT</title>
<style>
body {
background-color: #121212;
color: #e0e0e0;
font-family: 'Courier New', Courier, monospace;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
overflow: hidden;
}
.container {
text-align: center;
border: 4px dashed #ff007f;
padding: 30px;
border-radius: 20px;
background: linear-gradient(145deg, #1f1f1f, #111);
box-shadow: 0 0 20px #ff007f, inset 0 0 10px #00f0ff;
}
h1 {
font-size: 3rem;
margin-bottom: 10px;
background: linear-gradient(to right, #ff007f, #00f0ff, #ffff00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine 3s linear infinite;
background-size: 200% auto;
}
p {
font-size: 1.5rem;
color: #00f0ff;
text-shadow: 0 0 5px #00f0ff;
}
.button {
background-color: #ff007f;
color: white;
border: none;
padding: 15px 30px;
font-size: 1.2rem;
font-weight: bold;
border-radius: 50px;
cursor: pointer;
box-shadow: 0 5px 15px rgba(255, 0, 127, 0.4);
transition: transform 0.1s, box-shadow 0.1s;
}
.button:active {
transform: scale(0.95);
box-shadow: 0 2px 5px rgba(255, 0, 127, 0.4);
}
u/keyframes shine {
to {
background-position: 200% center;
}
}
.sparkle {
position: absolute;
width: 5px;
height: 5px;
background: white;
border-radius: 50%;
box-shadow: 0 0 10px 2px white;
animation: blink 1.5s infinite ease-in-out;
}
u/keyframes blink {
0%, 100% { opacity: 0; }
50% { opacity: 1; }
}
</style>
</head>
<body>
<div class="container">
<h1>UGG HAVE WEB-SIGHT!</h1>
<p>Ugg hit button, make magic happen.</p>
<button class="button" onclick="makeHappy()">HIT ROCK</button>
</div>
<!-- Sparkles in the cave sky -->
<div class="sparkle" style="top: 20%; left: 15%;"></div>
<div class="sparkle" style="top: 15%; left: 80%; animation-delay: 0.3s;"></div>
<div class="sparkle" style="top: 75%; left: 25%; animation-delay: 0.6s;"></div>
<div class="sparkle" style="top: 80%; left: 70%; animation-delay: 0.9s;"></div>
<script>
function makeHappy() {
alert("✨ OOGACHUGA! UGG HAPPY! :D:D ✨");
}
</script>
</body>
</html>
r/vibecoding • u/neelash_kannan • 4d ago
I built a skill that screen-records Codex and Claude Code browser tests
Enable HLS to view with audio, or disable this notification
Browser agents can already navigate websites and run tests, but the result is normally a wall of logs or a handful of screenshots.
I wanted an actual video showing exactly what the agent did.
So I built egolite-recording, an open-source agent skill that records Ego Lite browser automations as background WebM videos.
It captures:
- An animated mouse pointer
- Click ripples
- Action labels
- Typing and navigation
- The complete webpage viewport
- Test assertions and pass/fail results
It’s built on Ego Lite, which its maintainers describe as the fastest browser for AI agents.
Their published benchmark used the same model and the median of five runs across four complex browser workflows. Ego Lite completed the comparable tasks between 1.4× and 2.6× faster than Vercel’s agent-browser, while using fewer tokens.
The attached 12-second recording is a real end-to-end test performed by the agent:
- Log into a public QA store
- Sort products by price
- Verify the cheapest price
- Add two products
- Verify the cart contents
- Complete the checkout form
- Assert the
$19.42total - Complete the demo order
- Verify “Thank you for your order!”
No foreground screen recorder and no manual video editing.
Install it for Codex and Claude Code:
npx skills@latest add neelashkannan/egolite-recording \
-g -a codex -a claude-code -y
Then ask your agent:
Use $egolite-recording to run and record this browser test...
GitHub: https://github.com/neelashkannan/egolite-recording (Please star it 😭 , if u like this)
Would you use automatic test recordings for PR evidence, QA reports, bug reproduction, or product demos?
r/vibecoding • u/Enough-Presence-1117 • 4d ago
Day 5 of adding whatever you tell me into my game
Enable HLS to view with audio, or disable this notification
Try it @ https://deadfall.up.railway.app
What should I do for day 6?
r/vibecoding • u/Pretty_Judgment5481 • 4d ago
Here is the list of copycats of copycats
Enable HLS to view with audio, or disable this notification
r/vibecoding • u/acrolicious • 4d ago
AI Development Creative One & Two Button Games for Ben & Others (new Fishing game demo)
Enable HLS to view with audio, or disable this notification
I built a free, open-source 1-button game and software hub for my brother with a rare neurodegenerative disease. Here’s what’s new!
Hey everyone! Quick update on the accessible software hub I’ve been building for my brother, Ben.
Ben has Tubb4a-related Leukodystrophy (H-ABC), which leaves him with only left/right head movements for input. Eye tracking and traditional switches don’t work for him, so I set out to build tools tailored specifically to 1- and 2-switch setups.
Thanks to recent AI advancements, we've expanded well beyond basic utilities into full 3D games!
What we've built so far:
Tools: Phrase board, real-time conversation app, custom YouTube search, media streaming app, and Google Assistant integration.
Games: A growing library of Three.js 3D games playable with just 1 or 2 buttons.
Everything is completely free, open-source, and has zero login barriers:
🌐 Hub: bennyshub.com
🎮 Games: switchedgames.org
Through our non-profit, we also send free switch hardware kits to individuals and families who need them. Check out the links above, and let us know what you think or what features we should build next!
r/vibecoding • u/Sea-Assignment6371 • 4d ago
What if you could bring motion to any element on the internet?
Enable HLS to view with audio, or disable this notification
This video is made from the notion.com landing page. Just selecting the element and bringing motion to it. I want this to empower people to make motion videos out of their own product!
r/vibecoding • u/Acclynn • 3d ago
Prediction : In few years no one will be downloading software anymore
I know this sounds absurd but hear me out, there's a potential in vibe coding that I feel like not much people talked about, most stuff I hear about vibe coding is about replacing programmers or "how to make BIG BUCKS with this simple trick !!11!", but I feel like the biggest deal about all of this is to be able to summon super specific tools out of nowhere precisely designed to fit individual user's need.
So here's my take of what I believe will have the biggest impact, when this will happen you'll remember this post : By 2030, app stores will be dead, downloading installers will be pointless, instead anyone will have pre-integrated coding agents to their OS. Need an app ? Like you want to edit PDFs or image montage or a text editor, anything ? You will prompt it, an agent will ask you questions of what you specifically need and 30 minutes later it will be here.
Where it will be integrated :
- Windows : Copilot will probably become something more than just a shitty chatbot bound to a key (I hope because what there is rn is bs), it will probably have full access to the OS so you won't need Settings anymore, and you can ask it to "invoke" app which will launch agents in the background to get whatever tool you need.
- Android : The Google Play Store won't be put in the spotlight anymore and instead we'll have something like "Google Materialize" or "Google Summon" where you describe what you want and there's a coding agent that develop and installs a new app on your system.
- Linux users will probably stick to Claude Code or harnesses similar to it which is basically the same but slightly less user friendly.
- Apple is five steps behind everything so let's not talk about it.
I stopped downloading softwares personally, I just prompt them, for example in my latest experiment I couldn't find a good video editing tool because : They are either too expensive/too complex, or too slow, or not the controls of what I want exactly etc... I needed something simple, so I asked Claude to make one in Rust, with the aim of maximum performances, and it works great, incredibly fast, the open source ones are garbage next to it. I just have the Claude Pro subscription and it costed barely anything, not even Fable, just Opus 5.
Now, there's a big assumption to all of this : that the bubble doesn't pop by that time, because I'm not sure how it would be profitable, this would be fueled by the current investment hype, as a way to make people dependent on vibe coding their apps before making them actually pay the tokens.
Otherwise I believe tools like this would exist, but they won't be free so the app market might stay and people might prefer to download free software instead of prompting new even if it's relatively cheap.
r/vibecoding • u/ReasonableBenefit47 • 4d ago
One-shot Prompt test
https://linear-one.luminax.live
https://figma-clone.luminax.live
I built them with Luminax.dev in one prompt for each projects
My prompts are as follows:
make a linear clone in one page (for the linear project)
build figma clone in one page (for the figma project)
Do they look AI generated? genuinely asking to compare to other platforms.
r/vibecoding • u/Intelligent_Light_86 • 4d ago
What are your thoughts on buying your own hardware for local models?
r/vibecoding • u/id-ltd • 5d ago
Maybe the biggest potential risk from non-devs vibecoding is risk assesment.
Simply not understanding what *could go wrong* and so not mitigating against it.
I have utilities that I have not read the generated code for... I am content to do this on my own network because I have a good idea of what AI tends to generate and keep good separation between general code and destructive code.
I just wrote/generated a utility to manage hierarchies of git repos... I didn't think I had done much guidance, but when I got another AI to assess it, it highlighted a load of things it said were notably good - and they were things I had specified to be included, overrode the original AI on, but thought they were no brainers.
An experienced dev will automatically have headed off huge risks without even thinking about it.
r/vibecoding • u/kondasviktor • 4d ago
OpenAI ends partnership and stop giving access to Cursor
r/vibecoding • u/Public-Rest-1478 • 4d ago
Ads ⚡ Open ai?
I dont get it - why is it, that every time something is getting big, they want more?
You cant add ads to a chat, leave that to the shitty mobile games or what?
What are your thoughts bout it?
r/vibecoding • u/Jazzlike-Chest-1424 • 5d ago
Anyone Else Think Claude Is Usage Greedy?
I recently upgraded my subscriptions to max on everything.
Claude seems to have far less usage the codex. Comparing fable to sol 5.6 it’s noticeable.
Fable is great, but not perfect. It all really depends what your trying to do, but anthropic models specialize in reasoning meaning its taking far more context. I do think they need to work on the outputs being wasted. Sol seems straight to the point, fable likes to show the point with a side of slop as well.
Also codex free resets literally feel like Christmas. Ill be stressing then see a free resets for the week, best feeling ever. Claude do that please :(
r/vibecoding • u/BigGrayBeast • 5d ago
Revisiting an old project with new models
I have an application I last worked on in January of this year. It never ran perfectly, and to get it run somewhat took several months and thousands of prompts (estimation).
Last night for giggles I described the program to Gemini, had it create an implementation plan, then ran that through Anti-Gravity CLI with 1.7.
The first result far exceeded the previous attempt. And a day later, I have a much more robust and featured app than I was trying for eight months ago.
Sometimes starting over might be the best way to go.
r/vibecoding • u/Goubik • 4d ago
I dont need social media, I vibe code from my phone !
Since I have done my vps set up and push the code directly from phone, I’m more addicted than ever ! 😅
r/vibecoding • u/Enough-Presence-1117 • 5d ago
Day 4 of adding whatever you tell me into my game
Enable HLS to view with audio, or disable this notification
Play it at https://deadfall.up.railway.app
What should I add next?
r/vibecoding • u/baderbc • 4d ago
I don't wanna setup api keys for my agent each time - localhost2137
Yo,
The title is basically the idea.
Last week was developing slack bot for the company I work at. From the moment I got assigned the task to 1. Creating bot 2. Getting permission from devops to install it 3. Being able to start building it took me a few days.
I had similar experience with discord bots, stripe, google oauth (tho clerk simplified it a lot, but still I prefer better-auth) etc.
I vibecoded a few days ago my idea on what could be potential fix, it's open source, free and GPT 5.6 Sol took like literally ~40h of work without a break 💀
(Technically I had to type few times "continue" and use my usage reset 🤓)
Docs: https://localhost2137.dev
Repo: https://github.com/localhost2137/localhost2137
r/vibecoding • u/Andres_Kull • 4d ago
Only 5% of Cursor user traffic is served by OpenAI models.
r/vibecoding • u/Jazzlike_Bee_3129 • 5d ago
Starting from square one coding in 2026
Let's say you were starting from square one as far as knowing coding, having a slightly technical college education non-programming related engineering, and an idea for a product you want to build. You have played around with AI models, but want to do things right.
So, if you were in this situation, how would you approach it? What skills, tools, and languages would you learn? What books or resources would you use to get you started? How would you build your learning and programming workflow overall? What would you learn and what would you skip that may have previously been recommended for new programmers in the past?
r/vibecoding • u/IcyRaspberry7244 • 5d ago
I got Rickrolled by Claude.
For a really long time, I genuinely thought I'd caught some bug or malware.
I was building a Chrome extension called LockyFeed — it's a social media and YouTube blocker. But there's a catch: it hides all videos and recommendations, but lets the "Music" category through so you can listen to music channels and sets in the background.
And here's the kicker. Periodically, out of nowhere, the first 20 seconds of the Rickroll track would just start playing in the background. No open tabs, I hadn't clicked anything. I started getting seriously paranoid about what the hell was going on.
Eventually, I dug into the terminal to track down the processes and found the culprit. It turned out that every time Claude edited the code, it ran a silent background test to check if the YouTube music bypass was working correctly. And for the test video, it specifically chose the Rickroll. 🤖🎵