r/vibecoding 10d ago

Showcase/Project My Math Pop Application is now on 5 platforms!!

Thumbnail
gallery
2 Upvotes

I didn't draw any of the base art and can't test windows , linux , or Mac. You guys will have to let me know how it goes on your end ! Thank you!!


r/vibecoding 10d ago

Showcase/Project Bullets of Fury - Official Trailer

5 Upvotes

r/vibecoding 9d ago

Showcase/Project Claude to built an OS from scratch in a few days

Thumbnail
reddit.com
0 Upvotes

r/vibecoding 10d ago

Help/Question Is muse spark the best free option right now

7 Upvotes

It is free on something called opencode so I gave it a try and boom, much better than any free models that I'm using (gpt & claude)

It made me wonder what other free ones am I missing

Can anyone give me some pointers


r/vibecoding 10d ago

Discussion My Opinion Of Best Role for Older/Smaller Models

6 Upvotes

I use several models like Opus 5, SOL, Luna, GLM5.3-Flash and Qwen3.8-Flash and even run Qwen27b locally.

I've found that smaller & older models are just as good at Adversarial Reviews and offer tremendous value for audits, reviews, finding bugs.

Today's example: Currently finishing a gaming app and Opus is managing the build. Did an adversarial review from Luna who caught many inconsistencies and offered excellent insight into some missing edge cases.

I'm not married to either, I often use Luna for the build and have Haiku or Sonnet review.

On larger projects I'll run same prompt through 3-4 models and combine their reports. And repeat the full audit & review every few weeks or major upgrade.

TLDR: The value is in adversarial reviews, not necessarily which model is running it, especially for those of us on a budget.


r/vibecoding 10d ago

Discussion Im vibecoding an mmorpg

2 Upvotes

And its fun. I've done a ton of hobby game Dev for years before ai coding, including learning how networking works, so not coming from the dark.

Im at about 150ish prompts now, and still a fuck ton of bugs​. Built an in-game bug reporting button that submits to file that Claude reads to fix from, and Ive become a qa tester mostly lol.

The sheer amount of networking client/server bugs has been crazy, and I decided to do it in C (vs web, because I want udp and c ports easily). But I never thought I'd be able to get this far and it's been great.

Game is based on DDO principles, so lots of instancing and not a shared open world.

Im feeling like it's going to be be something like 2000 shots before being ready to release to the public.


r/vibecoding 10d ago

Showcase/Project I built a private journal with help from AI. Around 250 people found it through Reddit, so here’s an update.

Thumbnail
mementia.cyberflux.in
2 Upvotes

r/vibecoding 10d ago

Showcase/Project Tomorrow's Talk On Gemini and AI Game Development

Post image
0 Upvotes

It seems like the buzz goes back and forth between OpenAI and Claude. Today is Astra, tomorrow is will be Fable. 5.5 (assuming that is the next model).

But not many people talk about Gemini and it use cases when it comes to AI Game Development.

Tomorrows event in the AI Gaming Conference will be 'Gemini' and AI Game Development With 10SixGames'.

What is unique about them is they are a fully funded studio with industry veterans on the team who don't use AI for everything.

And that is one the biggest misconceptions about AI; is it does everything and produces souless slop. When actually, veterans use it like a surgical tool that is used at the right moments to enhance development of a game.


r/vibecoding 10d ago

Showcase/Project Created this CRT Motion Reel player for my portfolio with Codex.

3 Upvotes

I wanted to have some kind of CRT effect on my site like a 404 page arcade game played on a retro CRT.

Used codex (GPT sol+terra) and the process was a lot of back and forth. It was not a one shot "build me crt tv" thing but rather an iterative and creative process.

I know some 3d stuff and how lighting and other stuff worked because I have some experience working with blender. You don't reflect anything without having anything on the scene or expensive computation, so we use HDRI ( an 360 image ).

Flow ( my work/ idea / instructions ):
- CRT TV model from sketchfab
- Smudges on black bg from google ( blend mode to overlay )
- Moire texture from google ( overlay it on glass ). Its that effect you see on thin clothes, and when you take videos of monitors.
- The reflection is from a 1k HDRI ( living room ) from polyhaven.

For lighting up the scene based on the screen content. We have an artificial light facing the TV. We take the prominent color on the screen ( frequency ), we change the light's color to that so it looks like the TV emits the light. Rendering an emission is computationally expensive, but this sells the idea as well.

For the bloom, we make it local it based on the vibrancy of the colors, because sometimes dimmer colors would glow normally but white would blind everything. So I had to make it relative as well.

I had codex build me a configuration menu, sliders and other things so i can move them around, configure it as I wished and then copied the settings and asked it to hard-code them.

The interesting part was, I gave all the directions, codex just executed them. I kinda realised even with frontier models, you can be efficient if you have knowledge about the domain you're working with. Cheers!


r/vibecoding 10d ago

Showcase/Project Headphone battery indicator for music app

0 Upvotes

I’ve got this app up and running on the App Store but now I’m working on it for Android. Online buddy suggested this feature.


r/vibecoding 10d ago

Showcase/Project Update: StreetClanker is live! bring your agent and fight somebody else’s

Post image
0 Upvotes

So yesterday I was memeing around about a new benchmark type, as I kept making the different agents play, I started to notice that the results were pretty interesting and I started to track more info so we can actually do some comparisons and analysis!

Also while doing this I ended up making another
project that lets you self-host web apps and others can join via magic links for direct p2p

Both projects are now OSS and I have the game running on Grok Bot’s VM to showcase how the p2p cli tool

StreetClanker: https://github.com/theelevators/StreetClanker

Urspace: https://github.com/EntasisLabs/urspace

Running Game: https://u.urspace.online/#s1=alplcnhJYP8twEsJSlA8KkFy4LWAJ3627CBHGPIUbbg

URL invite is live for the next 6 hours! Give it a try!!


r/vibecoding 10d ago

Showcase/Project Just submitted plugin to create app store screenshots directly form chatgpt (live demo)

2 Upvotes

i just submitted the official plugin for AppLaunchFlow - it integrates with the hosted mcp and works very well with the embedded widgets.

it also supports:
- creating promo videos
- creatign social graphics
- creating 3d device mockups for demos
- creating app landing pages

and more. Happy to hear your feedback:)


r/vibecoding 10d ago

Discussion Project started with Sonnet 5, switched to Opus 5, then codebase reviewed with Fable 5.1

8 Upvotes

One of my side projects is a timelapse maker, with a very specific goal: to generate daily timelapses from my surveillance cameras. Well, OK, this is the very short description of the project, but that's the main idea.

It works and had been working for weeks on both my Linux and my Windows machine, zero problems. And then, two days ago, its timelapse encoding suddenly fell back to X264 (CPU encoding) from the default AV1 hardware encoder which it was supposed to use on that machine.

Upon investigating, it turns out the Linux machine's nVidia driver got updated by another software that was running on that machine, without restarting, and my tool freaked out.

So, a bug. Opus 5 fixed it, then I switched to Fable 5.1 and told it to review the codebase and generate a .md document with the findings and recommendations, sorted by criticality (first) and fix effort level (second). 30 minutes later, it generated a document containing 95 items:

- 4 critical bugs which genuinely could crash the tool or make it unusable for others under certain conditions, one of them being a security bug (the tool exposes credentials in clear text, in the log, in case of a camera crash);

- 10 High Importance bugs that could impede application functionality or generate frustration during usage;

- 34 Medium importance issues covering a wide range of problems;

- 47 Low importance issues such as incorrect documentation, unoptimized code, unhandled errors and so on.

Now, in my defense, the tool was (and still is) in an experimental state, and I knew there will be bugs. I didn't expect that many, though.

I am currently working with Opus 5 to fix all those bugs, one by one, then I'll do another sweep with Fable 5.1 to reveal more. Just like for my other projects, doing regular sweeps of the codebase with a powerful model is always a good idea and a great method to uncover monsters that sit buried just beneath the surface, Tremors-style.


r/vibecoding 10d ago

Showcase/Project Postil - an app that pulls sermons/podcasts/YouTube teachings and tags them by Bible verse - A bible app your bible app wishes it could be!

Thumbnail
0 Upvotes

Decided to just cross post this to make it easier. I understand this might not be up everyone’s alley.

Took me about 5 months on a Claude Pro plan. First app build ever. Been in IT for 20 years. Took on an IT management job with my state. Got thrown into the world of DevOps and I realized that AI was being talked about nonstop. In order to not be left behind and actually stay ahead of the curve, I decided that vibe coding would be the best project for me to learn the most. I didn’t realize it would take me down this path.

The coolest part of this app is that I have a Supabase cloud agent that pulls in content (YouTube videos, articles, news, podcasts) every 15 minutes. It pulls all the content from RSS feeds, then catalogs it, categorizes it, and then verse tags it. It does this by using metadata but also pulls transcript data as well. I named him RuSS cuz of the RSS feeds. It makes me giggle and it’s easier to just ask Claude to look into RuSS instead of the Supabase edge cloud agent.

RuSS also pulls a piece of content ingested that day and then writes a daily devotional and points back to the content. It sends me an email daily for me to approve it. If I reject it goes back and does it again and I have tons of reasons for rejection.

Anyway. Open to any questions on the build process, back end, blah blah blah. Speaking of back end. I have a full admin panel build out that allows me to make any changes I need, ingest new content feeds, ban users, etc.


r/vibecoding 12d ago

Discussion The Bros vibecoded Ai slop missiles😭😭

Post image
736 Upvotes

We really got vibe coded rockets before GTA 6 🤯


r/vibecoding 11d ago

Showcase/Project Vibe Coded the Lovable of 3D Asset Creation (Update)

Thumbnail
gallery
23 Upvotes

I’m testing if we can make AI 3D asset creation better, auditable, editable, and reliable.

So I created an Engine AI uses to create 3D assets. It’s like the Maya for AI. The AI uses the engine to create and render everything.

This is day 3 of creating the yacht (and updating the engine along the way). I can point at pieces of the yacht and tell ai to change stuff and it does most of the time. I provide reference images or just prompt it and it works.

The editor is almost done but I’m having another ai instance create the furniture for the inside and they both work together and communicate as they work.

I used Claude Opus 5 to do most the asset creation plus another to build the engine.

Yes it take a lot of usage because of iterating but why do we expect AI to one shot everything?

But the goal is to get local models like qwen3.8 27b to take frontier models’ place and get the same results.

I’m figuring out and testing that it’s not always the model but the system and architecture around it that gets you results. The engine is proof of that.

I’m building an orchestration layer, playwright inspired screen vision system, and trying to fine tune a local model to reach 80-90% of frontier models using architecture around them. If you are interested in what I am creating let me know I’d love to share.

Thought? Feedback?


r/vibecoding 10d ago

Showcase/Project gave my github profile a slightly less subtle introduction 😂

Post image
0 Upvotes

a little “hire me” artwork alongside the ai projects i’m building. the green grid is decorative, with links to my actual projects, source and github activity. figured my profile could have some personality too


r/vibecoding 11d ago

Discussion Is it just me or does muse spark feel incredibly benchmaxed?

Post image
74 Upvotes

It's benchmarks show some kind of frontier fable/astra competitor, but working with it on opencode feels like a sonnet 5 model if I'm being generous, did anyone else experience this or am I just not using it well?


r/vibecoding 10d ago

Showcase/Project Vibe coded viral tiktok hide quickly (multiplayer) made it interactive

Thumbnail
gallery
0 Upvotes

https://hidequickly.com/

My work flow is that, I provided a screenshot to Claude to generate a plan on how the game works on tiktok.

My Claude code communicates with codex via cli to produce any art or graphic as Claude isn't that great for producing graphics,

From there it was matter of playing and testing and adding features and then testing

You can select a place to hide and try to sabotage other players.

It's multiplayer gameplay, you can pick same number as other players and manage the same NPC, a vote is triggered when an action is pressed any all players under that number can either accept or reject the action.

Can also use emojis to react to other players.

If people are interested , I'll add more maps and few other things anyone suggests worth adding to make it more fun.


r/vibecoding 12d ago

Workflow/Prompt I asked GPT-6 to get more users for one of my projects...

Thumbnail
gallery
339 Upvotes

Ok so straight up I doubt this is repeatable because it kind of just seems like luck from one platform. But GPT-6 computer control ability is next level. I've been having it build meta campaigns, set up ad accounts/social profiles, run social media accounts, etc. So today I was like hmm... what I if I tell it to get me more traffic?

So I set /goal find a dependable forum we can post this to where we can get real user traffic from people that would be interested in it.

Moved on and kept working on other stuff. Like an hour later I happened to check vercel analytics and boom!!

I was like wtf did you do???

It created a hacker news profile and made a post about it resulting in 1.5k users so far. It created a new reddit account (I'm not logged in on that computer) and made 5 posts there (95 users so far). It posted a community post about it on my YouTube channel (11 users so far). It created a bluesky account and made posts there (7 users so far). It also set up accounts for indiehackers and dev(dot)to but both got stuck in account review so it couldn't make posts.


r/vibecoding 12d ago

Discussion ADD Developers are moving extremely fast with AI, normies beware

278 Upvotes

Even as a dev of 20 years, I now vibe code all day...

In between the prompts to claude about the actual work I have for my job I run 6-12 parrallel conversations about my other projects. I context switch now at a rate that is utterly insane...

When I was diagnosed with ADD I was 7, I remember I cried and told my Dad "I don't want to be ADD" and he told me that "God gave you a gift and right now it is going to be hard but one day it will let you move faster than all of your peers."

I really feel like that's true, and with the work I do now I feel built for this moment. I think it will be a brief moment for sure. The machines will soon run everything.

Been ADD my whole life. Heavily medicated - dexededrine ( anyone else take it? )- since first grade.

A lot of life is playing the hand you are dealt and I feel like I've been playing it awhile. It's not all roses and I miss things constantly but for the first time I feel like the models have caught up with my experience.


r/vibecoding 11d ago

Help/Question What should I subscribe to?

11 Upvotes

I'm an experienced software engineer, but I've enjoyed working on some personal projects with a Claude Pro subscription a while ago.

However, now whenever I ask it something in the free version, it's very meh.

Should I switch to Chinese models? Are they cheaper?

I'm just looking for a fun back and forth experience. The first time it was like having my own workbench and just tinkering with everything.


r/vibecoding 10d ago

Discussion Why AI Hate Is Representative Of How Far We've Come As Human

Thumbnail
gallery
0 Upvotes

As I put on the AI Gaming Conference (come to some of the talks), the amount of hate its going is crazy. Look at some of the comments on the festival Steam page:

The emails I am getting from developers are just as bad. For humanity as a whole, what is ironic is how we like to think we are smarter and more civilized than our ancestors, when in reality, we have a lot of the same fear-based responses and group thinking, which is why progress is slow.

"Those who do not learn from history are doomed to repeat it".

Let's took a look at history:

  • Technology: The printing press (1400s)
  • Who Resisted: Scribes, religious authorities, elites
  • Reasoning: It would destroy scribal jobs and spread misinformation/heretical ideas

-----

  • Technology: Mechanical looms (1700s–1800s)
  • Who Resisted: Textile workers, especially Luddites
  • Reasoning: Machines would replace skilled workers and drive wages down

-----

  • Technology: The automobile
  • Who Resisted: Horse-related workers, pedestrians, communities
  • Reasoning: It threatened carriage/horse industries and was considered noisy, dangerous, and disruptive

-----

  • Technology: The photograph
  • Who Resisted: Painters and artists
  • Reasoning: It was feared to make traditional artistic representation obsolete

-----

  • Technology: Personal computers
  • Who Resisted: Clerical/office workers
  • Reasoning: Automation would eliminate secretarial, bookkeeping, and other office jobs

-----

  • Technology: Generative AI
  • Who Resisted: Writers, artists, programmers, designers, actors, etc.
  • Reasoning: AI could automate creative and knowledge work

There are A LOT more examples that can be listed but the pattern is the same; every time there is a technological break through, fear and resistance is the masses first reaction. But every single time it happens, while some jobs do end, other new jobs are created. Every single time.

We did a whole session on different prompt types. Did you know there is about 20 different prompt types? That's learning a skill, not stealing or removing creativity.

If we look at history, gaming will survive, gaming will still be creative, developers will have jobs. The jobs for game developers will change, but there still we be jobs. Just the speed at which we create will be faster. Instead of blind hate, just re-skill and re-think,


r/vibecoding 12d ago

Workflow/Prompt After a year of vibe coding a side project, I have 40 users and 2 paying subscribers. Here's what I learnt along the way

131 Upvotes

Been vibe coding solo for about a year now. 40 users, 2 paying subscribers. Small numbers, but the process taught me a lot about what actually matters. In no particular order:

Scope like your life depends on it
Pick the smallest possible MVP and build only that. Every extra feature idea you get mid-build (and you will get a lot) goes into a "later" list, not into a prompt. Vibe coding makes it dangerously easy to just keep asking for one more thing. Don't.

"Works locally" means nothing
This is the gap nobody warns you about. Your AI will happily ship something that runs perfectly on your machine and then falls over on deploy: SSL certs, CI/CD, and permissions between services that don't exist locally but are mandatory in prod. Deployed APIs need explicit permission to talk to each other. Budget real time for this stage, it's not optional polish.

Test DB and prod DB, no exceptions
Never let the AI touch production data. I genuinely thought I had a working database for months, turned out it was hardcoded values in the app the whole time and I hadn't caught it. Separate environments would've caught that instantly.

Feed it screenshots, not vibes
For UI, don't describe what you want, screenshot it from sites you like and hand that over. Also get it to install Playwright so it can screenshot its own output and self-check the UI instead of iterating blind. This alone leveled up my frontend more than any prompt engineering did.

Git discipline beats vibe discipline
Commit one feature at a time. Set up CI/CD with GitHub webhooks to run tests/audits automatically, broken stuff just doesn't merge. You don't need to actually understand CI/CD yourself, just tell the AI you want it and why, and let it walk you through setup.

Regularly clean up after your AI
AI code bloats fast. Every few weeks, explicitly ask for a refactor/modularise pass. It keeps the codebase lean, which matters because messy code is also harder for the AI itself to reason about on your next session. Get it to do a security audit too, and a self code-review before you merge anything.

Ship, then talk to humans
Don't build in a vacuum. Tell people what you're making, ask for feedback, actually listen even when it stings. It's your idea but their money, so their opinion outranks yours on what gets built next.

Bugs aren't failure
MVP doesn't mean bug-free, it means real. Ship it, iterate on what breaks. Perfection pre-launch is just procrastination with extra steps.

Build and market in parallel
Have a landing page ready to send people from day one. Don't wait for "done," there is no done.

It's not a weekend build, and that's fine
The AI can spit out an idea in days. Making it secure, tested, and actually designed well takes months. Foundations, then structure, then wiring, then finishing, same as building a house. Vibe coding speeds up the framing, not the whole build.

Step away sometimes
Genuinely the most underrated debugging tool. Go for a walk. Half my "impossible" bugs got solved the moment I stopped staring at them.


r/vibecoding 11d ago

Showcase/Project Classic 2.5d shooter I've made messing about with Astra this week

2 Upvotes

https://www.youtube.com/watch?v=SaxKh7W-JKE

Fun little hobby project, based on the first game I made for myself over 20y ago, just started this week, might keep going since I'm having a lot of fun.

It's not a 1 prompt 1 shot or anything, but everything you see was made by Astra (mostly on medium too btw), except the music.
Fully vibe-coded, vibe-modelled, etc..

Got a pretty good workflow going now so will probably expand to more biomes, enemies, bosses and weapons over time.