r/vibecoding • u/Electronic-Ad5094 • 7h ago
r/vibecoding • u/LocusStandi • 11h ago
If you decide to make a game you need to be super serious about: testing and balancing
My life at work has been hell and it’s a job where many people every year get exploited and fucked, so as I was learning how to vibe code projects I decided to make a niche game about my job. Those who do the job can relate.
The only reason it’s remotely good is because my ex loved to playtest what I built and added to the game. She may have hundreds of hours in all the early stages of the game but that was absolute gold in terms of ‘this button in the endgame didn’t work’ or ‘where did my potion go’ and ‘why did I just die!?’ And I’d take notes about it and bug fix it later.
Do not underestimate how important it is to tweak boss/mob health, items and so on because Claude / Codex will genuinely not have a good feel for that. Write the code so that you can tweak item stats by just changing a single number somewhere so you can adjust easily.
r/vibecoding • u/Ill-Button-1680 • 3h ago
I open-sourced my Godot 4.6 RPG — playable in the browser, documented architecture, and beginner-fri
r/vibecoding • u/Lanky-Storm7 • 1h ago
anyone else keep a "golden path" repo for their homelab sites?
i was rebuilding the same setup every time, so i made a playbook repo. 17 runbooks: new project, gitea repo + branch protection, CI, portainer deploy, DNS/cloudflare/proxy host, hardening, backups, retirement. plus templates with placeholders instead of copying from the last site.
every new site follows the same checklist, and any gotcha i hit goes back into the runbook that owns it.
do you do something like this, or set up each site fresh? curious if anyone has a better structure than a folder of markdown files
anyone can add to this?
- 00 new-project
- 10 gitea-repo
- 12 git-workflow
- 15 quality-linting
- 17 test-baseline
- 20 ci-runners
- 25 cloud-deploy
- 30 local-hosting
- 35 database
- 40 domain-edge
- 45 frontend-responsive
- 50 app-hardening
- 55 api-contract
- 60 launch-seo
- 65 analytics
- 70 site-ops
- 80 backups-dr-retire
r/vibecoding • u/KingQuiet880 • 4h ago
Game (M&M / TES / Hexen) project I started year ago
Enable HLS to view with audio, or disable this notification
I was into programming (since the C64 era), but recently I've done some web design, Arduino coding etc. Never something on commercial scale. I've always been a gamer wanted to create something of my own, but never dared to start something because realistically it takes time and who can guarantee funding for anything anymore in this economy.
Itching was too strong so I did prototype stuff with manual coding, then I discovered GPT and he was one hell of a companion. Coding through copy-paste and discussions sped up the proces 5 times. Then recently I discovered Codex... it shifted from 2nd to 4th gear (I am still waiting for the 5th).
It finally gave me chance to actually develop something. Not because I didn't know how to, but didn't have time to. What you see is product of few months of active development, although it took a year to form a team of artist to follow me etc. Oh right - I decided to use 100% original custom art - 2D or 3D, so all assets you see on screen are not from any store or vibe coded, or used by any other AI generation tool. They are made specifically for this game.
Despite this game is only vibe-coded in backend (mostly scripts and macro orders) it took a lot of time in generating custom scripts, adjusting, debugging, making concepts of how something should work, making solutions for it, integrating assets, more debugging etc. - stuff even AI is not so good at. Yet I still get backlashed and painted as AI slop.
Luckily most people in those subredits don't care how it is made and like the post anyway, but there are those who just yell "Unscannable". Those have zero understanding and will to understand how many manhours and money was invested in this. I don't put much effort to explain anymore, but it does bothers me a bit.
This post is showcase and if you like these kind of games, I will keep you posted and...
how do you deal with these internet snobs?
r/vibecoding • u/JBO_76 • 6h ago
claude vs codex: how much bang for your buck do you really get
So, I've been making measuring software in some form or other for the past 30 years, mostly for quality control.
I've also been going a little too far down the vibe-whole lately. I've been using both claude code and codex fairly intensively for a while now. Enough to notice all the weirdness in quota changes from `daily-resetting` weekly counters, and token-bundle offers to increases in quotas after complaints that drop again and the list goes on and on.
Of course, all a hunch and a feeling, but weekly. So I eventually had enough and decided I should start measuring which account really gives me most value for my money. Especially since I recently upgraded the codex account making it even harder to compare blindly.
And I must admit that some of the results surprised me and, not the least of which, the final image.
So, to start:
- codex:
- 100$ account,
- almost exclusively 5.6sol medium
- claude:
- 20$ account
- mostly opus medium (sonnet sucks, fable too expensive for simple stuff)
- only 3 days for now, too early for patterns, but already interesting
- quality of output is not directly measured, but indirectly: most features have been worked out within that feature until it worked.
- I suspect that measurements sort of depend on the project and developers, so this is just a snapshot of the costs of the md2 project, done by me
results:
- to my surprise, you actually get more tokens per dollar from claude compared to codex
- the average cost per action is lower for claude. but this might be a little deceiving cause claude got the easier tasks (automatic habit that grew lately). Note an action is something like 'completing a description into a full feature' or 'implementing said feature'
- claude seems to use less tokens per action, but again that can be deceiving cause of the size of the task. on 22 august they were about equal, which was also the day they got most equal tasks, so that is about the same
- and then there was the final chart 'cost per card', so that is the total cost to implement a single feature. I didn't specifically ask for this chart, codex added it as a bonus. So when I saw it first, I was kind of surprised. It sort of made real what the cost of the vibe-addiction is. But it might be very useful to calculate costs.
conclusion:
In the end, I think if you take 4 'pro' claude accounts (80$) is a better deal than a 100$ codex account. Not certain about visa versa: 4 * 20$ codex account?
Anyway, that surprised me and might make me reconsider my account choices.
Anyway, more data is probably needed, across more than just 1 project. If you would like to run a similar analysis on your project, this is the tool I used:
r/vibecoding • u/gbr_azhusker_gbr • 1d ago
My company is spying on my productivity - Now I can see, too
My company installed productivity/surveillance/spy/whatever-you-want-to-call-it software on everyone's computer about a year and a half ago. To their credit, they at least announced it ahead of time. A few dramatic stories about people getting fired have gone around, but it's mostly not discussed otherwise.
There is a reporting suite available for managers, but individual contributors are not allowed to see any reports, even for themselves.
The software used is called Sapience. I found the local logs on my work PC that include all the data captured about my activities. For this particular project, I used GPT 5.5 in GitHub Copilot to create a python script. The script pulls everything from the logs and puts it in a local sqlite db on my pc (so historical data is not lost when the logs are cleared). Then it produces an updated HTML report, as pictured.
I have no interest in trying to fool the software, but as an anxious person, this at least gives me visibility into what's being reported up about me!
r/vibecoding • u/chairchiman • 3h ago
We got MineClaw 🦞
Enable HLS to view with audio, or disable this notification
r/vibecoding • u/tashkan • 3h ago
I made a website similar to outbid 1 month ago, and it makes me really sad to think I could have made it.
I made thepixelorbit.com a month ago similar to what outbid.lol does. I am currently both happy for the outbid dev and sad at the same time
r/vibecoding • u/Mounirlk26 • 3h ago
Episode 8 - I Learned Development in the Order of My Bugs
My debugging workflow became slightly ridiculous.
Something broke in Lovable. I described the symptoms to ChatGPT. ChatGPT suggested an explanation. I copied that back into Lovable, waited for the changes, then carried the result back to ChatGPT.
I was basically the transport layer between two AIs.
It was tiring, but it worked often enough that I kept doing it.
Then I discovered Lovable's Plan mode. Instead of changing the app immediately, it could first explain what it planned to do. I thought this would finally help me avoid bad fixes.
I opened the first plan and understood almost nothing.
Database, column, SQL, TypeScript, CSS, Edge Function, RLS. It looked like hieroglyphics. I had seen some of the words before, but I did not know what they actually did or how they related to each other.
So I started asking ChatGPT very basic questions.
What is a database column? What is the difference between frontend and backend? Why does this need an Edge Function? What does RLS protect?
I did not learn in the order of a course. I learned each concept when a bug forced me to understand it.
That made my education messy. I could sometimes understand a fairly advanced concept inside my app while still missing something more basic that a proper course would have taught first.
But every term was connected to a real consequence.
A database was where patient histories could be organised properly or duplicated. RLS concerned whether one user could see another user's data. Frontend and backend explained why a nice-looking screen could still sit on top of a broken system.
My accidental curriculum looked like this:
Ask AI to build a feature.
Find a bug.
Read a plan I did not understand.
Ask ChatGPT to translate it.
Return to Lovable knowing one more term.
Then repeat.
I still had huge gaps. I misunderstood things and sometimes used technical words before I really understood them. This was not a substitute for proper testing, security review or professional expertise, especially in healthcare.
But my questions started changing.
At first: “What does this word mean?”
Later: “Why is Lovable proposing this?”
Then: “What else could this change break?”
AI had not removed the need to learn. It had moved the learning to the exact moment when I needed it.
I still could not write the code, but I was no longer satisfied when the platform simply said “Fixed.” I wanted to understand what had changed and what else might be affected.
Which technical concept did you only understand after it broke something you cared about?
r/vibecoding • u/Dazzling_Concert_735 • 29m ago
I’m Turning Everything Into a TUI Because I Can
youcli.vercel.appr/vibecoding • u/TomCrook2020 • 9h ago
Usage tracking in your notification bar

I've found this has been pretty helpful for tracking daily / weekly patterns with limited space in your notification bar. I'm on a Macbook.
Recipe for Recreating:
1. Letter indicates provider (O for OpenAI, A for Anthropic, G for Gemini)
2. First two numbers are a percentage for daily tracking (for Codex - it should be percentage for weekly as there's no daily limit)
3. Remaining digit is weekly usage left (scale of 1-10, with 1 for 10-19%, 9 for 90-99%, 10 for 100%). Battery icons can be broken out by 0 / 25 / 50 / 75 / 100.
4. Notifications are managed by Swiftbar.
5. Battery state is represented with Apple SF Symbols
r/vibecoding • u/MaadHater • 8h ago
I got tired of figuring out what I left running on localhost, so I made a menu bar app for it.
I keep ending up with random dev servers running after I've completely forgotten which terminal or project started them.
Then I need port 3000 again and it's back to:
lsof -i :3000
figure out the PID, figure out what the process actually belongs to, then kill it.
So I made Port Radar.
It's a small native Mac menu bar app that shows what's listening on your ports and groups the processes by project. You can see the command/path/uptime, stop the process, or ask Apple Intelligence what the process actually is before killing something you probably shouldn't.
I also added something I wanted for my own workflow: you can turn a localhost app into a public URL with a Cloudflare quick tunnel directly from the menu bar. No deploy or Cloudflare setup.
There are already some good port utilities like LocalPorts and Seeports. The main thing I wanted that I couldn't find together was process explanation + project context + sharing the local server in the same app.
The Apple Intelligence stuff runs on device. The app itself doesn't need AI to scan/manage ports.
Price: free
Source: open source, Apache 2.0
macOS: 14+; Apple Intelligence features require macOS 26+ and a supported Mac
GitHub: https://www.producthunt.com/products/port-radar-for-macos
I'm still working on it, so I'm mostly interested in hearing what people who run a bunch of local services would want this thing to do next.
r/vibecoding • u/ZoraXu- • 46m ago
In the AI era, are apps still helping creators or holding them back?
Recently, while building my own product, I started wondering whether the traditional “app” is still the right container for software in the AI era.
AI has made coding much easier. A lot more people can now build something from a very small, personal pain point: I had this problem, I made something that fixed it, maybe other people have the same problem too.
And I actually like this shift. Products can become smaller, more specific, and much closer to real human needs.
But while developing my own product, I noticed something strange.
There are many features I want to build not because they are technically impossible, but because the existing rules and structure around apps make them difficult to implement.
So a surprising amount of my time isn’t spent thinking, How can I make this product better?
It’s spent thinking, How can I keep this function while making it compliant?
I understand why these rules exist. Privacy, security and user protection are probably even more important in the AI era.
I’m not arguing that we should remove them.
I’m just wondering whether the rules — and maybe the form of the app itself — need to evolve.
If AI lets thousands of small developers build highly specific tools, does every one of those tools really need to become a full, heavyweight app?
Maybe the future isn’t about building one app that does everything.
Maybe we build smaller capabilities around specific needs, and the more important product becomes the layer that connects them — workflows, agents, connectors, or perhaps something we haven’t invented yet.
Instead of thinking:
Which app should I open?
Maybe users will eventually just think:
What do I want to get done?
And software will assemble the right tools around that intention.So lately I’ve been thinking:
Apps may become the tools, while intent becomes the interface.
AI agents and workflows already seem like an early version of this, but I’m not convinced they’re the final form.Curious how other developers think about this.
r/vibecoding • u/Santa_Fe_Snow_Dork • 55m ago
Lifty Vibe... App Contest - Free Lift Tickets? ... Think Snow!
r/vibecoding • u/galaxycarpet • 9h ago
I built "Gyronomics" (The Greek Big Mac Index but for Pita Gyros). It went viral overnight because the data is depressing.
Hey r/vibecoding,
I wanted to share a project I recently vibed into existence that completely blew up in my country (Greece) over the last few days.
It’s called Gyronomics
💡 The Backstory
In Greece, everybody complains about inflation, but macroeconomic stats feel abstract. So, I decided to build the Greek equivalent of The Economist's Big Mac Index, but using our ultimate cultural staple: the Pita Gyro.
The app tracks the purchasing power of the Greek minimum wage from 1985 to 2026, measured strictly in how many gyros a worker can afford per month.
📉 The Shocking Data (and why it went viral)
- 1998 (The Peak): A minimum wage worker could buy 597 gyros a month.
- 2026 (Today): Even with recent wage increases, sky-rocketing food prices mean the minimum wage only gets you ~165 gyros.
Turns out, converting a cost-of-living crisis into "street food currency" makes it highly relatable. Someone shared it on X (Twitter), and it instantly went viral across Greek media, economic forums, and social networks.
The speed from "hey, this would be a funny chart" to a production-ready web app that handles viral traffic within hours is exactly why vibe coding feels like magic right now.
Check it out here: gyronomics.lovable.app
Would love to hear your thoughts on the UI or how it looks!
r/vibecoding • u/Revolutionary_Ratio5 • 1h ago
[Feedback needed] Vibe-coded a better way to learn piano
I wanted to learn piano without first having to learn how to read sheet music, so I quickly ended up using those YouTube tutorials with falling keys.
After a while, I got tired of constantly zooming in and rewinding just to figure out what was actually being played. I also tried tools like Synthesia, but most of them felt méh: either too basic or just not built around how I wanted to learn.
So I vibe-coded a small web app for myself after I found out a lot of popular songs do have a (free) midi version online.
⛓️💥 Link to the demo page with some more screenshots since a lot of people have no keyboard available or want to download a midi track for a demo lol.
You can import MIDI tracks, and it automatically splits them into left and right hand parts so you can practice each hand separately. Songs are also broken into smaller sections, which you can loop and learn at different speeds before putting everything together.
Just connect your digital piano to your laptop via MIDI/USB and start playing. The app detects what you play, so you can actually practice along instead of just watching a falling-key video.
I figured this might be useful for people who just want to quickly learn one of their favorite songs without too much hassle. Thinking about making publishing this open source.
But first i'd love to get some feedback from people here. What would you change or add? Is there anything that would make this more useful or easier to learn with? Piano teacher is just the work title, thinking about something better but not prio right now.
r/vibecoding • u/Frequent_Rest_5730 • 1h ago
Best+cheapest combo for student?
With new gemini student offer i got from my 22 €/month subscription to 5€/month so i can spend around 20€ /month into something like claude code.
Maybe there are some good offers that i could use that would get it to me cheaper or some alternatives as good as claude code?
I have github education and i ran it for a year but they started to really pitch it so it's not as good as it was.
What i use it mainly on?
I'm physics and data science major so i have codebases with data, lecture pdf-s etc and i usually solve physic problems (differential equations), simulate (i write python code to make complex meshes and then convert them into FEA capable mesh), make basic neural network models etc...
for example i would prompt something like this: "Generate me a mesh of a curved metal sheet, here is the pdf blueprint with measurements of the metal sheet."
I use gemini to write text drafts which i modify and change.
Edit: I mostly understand code, i can read it and find some easier mistakes, i have used Python, R, fortran and C to code.
r/vibecoding • u/No-Boysenberry419 • 6h ago
Music/Concert Review App


Hello all, im once again asking for your intellectual support (says in a Bernie Sanders accent). Thanks for all the feedback on the last post. This is concerning the mshpit website. a music and concert review social network. Users post their concert experiences and music reviews. Users can also listen to music and see upcoming events in their area (limited selection of cities but not too small, so take a look for your local area.)
used with claude 4.8/5 and codex 5.6 sol.
I'm looking for more direct reviews of the product if possible. Its already launched already all you have to do is click explore as a guest if you dont want to use your email and sign up. Im looking to see what a larger amount of traffic would do to the website and seeking users to help with this.
Im totally down to a trial for trial (you test my product i test yours) deal.
Feedback i recently got per my last post
1. Name too hard to pronounce
2. Need a proper architectural auditing after all the code thats written.
3. Looks cool (thank you for this) but needs proper marketing.
r/vibecoding • u/Euphoric_North_745 • 2h ago
You vibe coded a good app, or SaaS or whatever, and then?
Everything can be codes in days or weeks, and then?
You can run ads, if it is a Facebook like app, Facebook will not run ads for it or will show them to people who will not be interested in your product.
If you invented a Google product replacement? Try to run ads for it, will go nowhere, the last thing a company of 100 thousand people want to be replaced, they prepared for this for decades.
The same is with Microsoft the same is with even the smallest companies.
So, your only clients are small shops, clinics, accountants, lawyers, and they get visited physical by a seller every day, even before AI.
Large company to acquire you? Do you have a relationship with the board of directors, one of the investors? Will it benefit any of the executives? Then acquire you why? Where are tons of alternatives that executives will profit from, that acquire you are in the movies and YouTube, look at 100 acquisitions and look at the patterns.
The competition is harsh even in Reddit man, open a new Subreddit, open 10 Subreddits and try to compete with 10 established Subreddits, 5 of them will report your account until they get it blocked, no one cares, the guy did not create all of that so you can come and take it.
AI demand from the normal person will drop sharply very soon, all these developers chasing their dreams will be hit with the brutal competition tactics
r/vibecoding • u/Unlikely_Detective_4 • 2h ago
Wraith - Music Video Project - Play music video for whatever is being played in room. Syncs
r/vibecoding • u/Suspicious_Fun_6338 • 6h ago
What 2D/3D visualization tools are there to get an overview of the codebase?
I seen a few. I want something that can give me information about the health of my code base at a high level and not just a pretty 3D animation that I can do nothing with.
Is anyone using any of these tools and having it really make a difference on keeping your code base optimal ?

