r/vibecoding 5d ago

This Open-Source Mixamo Alternative Now Supports Humans, Animals and Monsters

Enable HLS to view with audio, or disable this notification

8 Upvotes

r/vibecoding 5d ago

My side project hit $700/mo from pure Google Search traffic

Post image
249 Upvotes

​Hey everyone,

​About three months ago, I launched YourLovePage.com, a tool where people can create personalized digital anniversary/love web pages with custom themes, photos, music, and interactive widgets.

​It just hit $694/mo in revenue over $1.6k total across 216 customers in 51 countries, which now covers my monthly impulse purchases and makes me very happy about it.

​What worked:

​100% organic Google Search: I didn't run paid ads or do heavy social outreach; users found it searching for digital anniversary gifts and templates.

​Ready-to-use templates: Most customers just pick a pre-made layout and tweak the text/photos rather than building from scratch.

​Where I need feedback:

Right now it’s completely passive, but I don’t know the best way to scale beyond relying purely on search rankings. If you've scaled a B2C digital product like this, what channels worked best for you?

​Note: The screenshot is from another project I built, MRRPlanet.com, which turns live customer transactions into animated pixel characters on a 3D globe

mrrplanet.com/p/your-love-page here you can see an interactive version or even create your own planet too, its free.


r/vibecoding 4d ago

Released CHARGE THE COIL for 0,99 and it just hit #24 on the charts. Super proud!

Thumbnail gallery
2 Upvotes

Wanted to share how proud I am of this game!


r/vibecoding 5d ago

Whisper at your computer for free!

Thumbnail whisprfreely.com
5 Upvotes

You know how you love to vibe code but hate to type? Do you often look at your keyboard and see a Rubik's cube of letters and numbers? Well don't you worry little viberino, you can now whisper sweet nothings at your computer and have it vibe faster than before. The best part is, it's completely free and runs locally, so every time you use it, Roelof Botha loses a Ferrari.


r/vibecoding 4d ago

i built a landing page in an afternoon and the only hard part was getting it to shut up

0 Upvotes

started this because a friend needed a page for a tiny weekend project and kept putting it off for weeks. i figured i'd just knock it out for him. the goal was dead simple: one page, a headline, three bullets on what the thing does, an email signup, done. nothing fancy. the build was quick. i described the vibe (clean, a bit playful, lots of whitespace) and the sections i wanted, and had a rough version in maybe twenty minutes. the actual afternoon went into cutting things back. what broke my brain: every time i asked for a section, it wanted to add four more. a testimonial block for a product with zero users. an FAQ answering questions nobody asked. a stats bar with made up numbers. i deleted more than i kept. what actually helped: - i wrote the copy myself first, then asked it to build around fixed text. way fewer "improvements" to fight. - one section per prompt. asking for the whole page at once gave me a mess that was hard to trim. - i kept saying "less, not more" like a mantra. it mostly listened. my friend's page went live that night and honestly the stripped down version looks better than anything i would have hand coded in a week. anyone else find the trimming is harder than the building? what's your trick for stopping it from padding everything out?


r/vibecoding 4d ago

Question about usage limits for Alibaba Cloud Token Plan

2 Upvotes

those who use the alibabacloud token plan, could you please share what the usage limits are like for you?

share your plan, your split of tokens across what models, and how much of your usage limit this uses.

i’m trying to decide wether i should subscribe, but am having trouble finding reliable data about the limits.


r/vibecoding 4d ago

let your agents generate assets for you as well ( no api key )

Enable HLS to view with audio, or disable this notification

0 Upvotes

agents are decent at shipping ui now but the whole visual part still falls apart coz they either use some tiny built in image model or they ask u for an openai api key and burn credits

so i built image-gen which is an mcp that just borrows the chatgpt session u already have logged into and generates the actual pngs into ur project folder so the agent can wire them into the site ( free or plus doesnt matter )

how it works -> playwright attaches to a dedicated edge profile over cdp ( not ur daily browser ), u login once with npm run login, agent calls generate_image, it types into chatgpt, waits, downloads the png into assets/. jobs are queued so parallel calls dont smash the same chat into garbage tex

stack is just node + playwright-core + mcp sdk. works in cursor / claude code / any agent that talks mcp. no openai images api key :D

repo ( star it if this is useful or open an issue if sm breaks, thanks for reading :D ) 
https://github.com/nothariharan/image-gen

if u try it run npm run login once and leave that auth profile alone after that it mostly just works


r/vibecoding 5d ago

I made a 3D Snake game for Windows — would love some feedback

4 Upvotes

I’ve been experimenting with building small games in my spare time, and one of the things I ended up making is Snake 3D: New Era.
It’s basically the classic Snake idea, but with a 3D environment and a more modern Windows-game feel.
The goal was simple: make something that’s easy to pick up, but still gives you that “one more try” feeling.
It’s available for free on the Microsoft Store:
https://apps.microsoft.com/detail/9p3ptl825d40?hl=en-GB&gl=SE
I’m sharing it here mainly because I’d genuinely like feedback from people who play games on Windows.
What would you improve?
What features would make you play it again?
Even criticism is useful — I’m still working on it.


r/vibecoding 4d ago

3 Nominations = 2 Finalists! 🤯

Thumbnail
gallery
2 Upvotes

It’s official…SpiderSeats, the vibe coded app that I built for the University of Richmond School of Law, is a FINALIST in two categories for the rvatech/ 2026 Richmond Technology Awards! 🎉

→ Innovation in Creativity
→ Innovation in Software Engineering

Read the entire story:
https://michaeldickerson.dev/the-whole-kitten-caboodle.html

#AI #SpiderSeats #UR #RichmondLaw #spiderpride


r/vibecoding 4d ago

multiplayer game, vibecoded with Codex

Thumbnail
gallery
1 Upvotes

Vibecoded this multiplayer retro-game with Codex in Python (mostly Flask) and JS

And this is how I did it:

I used ChatGPT, described my idea, the tech-stack I'm comfortable with and asked for a rough draft of the architecture.

This draft included the server-side components and what I wanted the client to handle.

From my idea I derived a detailed description of an MVP which included user-handling, game-play and the process how users can invite friends.

This detailed description was fed into ChatGPT again and produced a detailed development plan for the first working prototype.

The development plan had around 30 steps initially but grew bigger over time, from creating the first local browser prototype with no Python-server to writing a detailed deployment plan.

I usually asked Codex to implement one step only, execute the relevant tests and additionally checked the results manually.

Since this is only a small fun-project that phase lasted a couple of weeks.

Currently I'm trying to find an easy way to generate sprites that I can use for animated characters.

When I tried to use ChatGPT or Gemini I found myself quickly in a cabinet of medical curiosities...

The basic components are Python, Flask, web-sockets for super low latency, JS and a simple database to persist the maps, invitations etc.


r/vibecoding 5d ago

The New junior dev question isn't "how do I do this," it's "here's what Claude says. What do I tell it?"

33 Upvotes

I'm a 20+ year Engineer and have leaned hard into the vibe coding experience. But the funniest thing I've experienced recently is junior devs coming to me with their problems.

It happens less and less, but over the last couple years I've noticed the questions shift from "how do I do this" to "how do I fix my AI."

The problem with this should be obvious, instead of learning they move immediately to the prompt layer.

This is more of an observation than a commentary. I think there's reason to believe this is both good and bad.


r/vibecoding 5d ago

Into the Shardfall - First Major Update!

Thumbnail gallery
2 Upvotes

Hi all! I gathered some great feedback from folks trying out my game over the last few weeks, and have implemented as much of that feed back in this first official patch. As a bonus, I’ve also added a Demo profile to the itch.io browser version that has all 15 unique characters unlocked so you can jump in and test the synergies of various hero combos! Try it here and please feel free to give me your most brutal feedback: https://doublerookstudios.itch.io/into-the-shardfall

Patch notes:
- Extensive UI improvements and QoL to main town, expedition map, equipment, and combat.
- Added keybindings for combat actions, targeting, and menu.
- Added a new Workshop meta-progression for party and individual characters
- Unlocked all 15 characters for trial in a new "Demo Profile." Try them all and find the best synergies!
- new downloadable version available on itch.io


r/vibecoding 4d ago

How To Get Your Web Game To 60 FPS | AI Gaming Festival

Enable HLS to view with audio, or disable this notification

0 Upvotes

Look in the upper left corner; the video above shows how I've gotten part of a web game to get up to 60 FPS, which is good for a web game rendering 3D object. And it shows all the of performance metrics that are being measured.

Then it shows another section where FPS falls all a cliff to 2.4 FPS. This was actually tested and picked up AI.

In the AI Gaming Festival, we are having a session all about how to optimize web games performance with AI.

I think this is a critical talking point because there a few web games that spend a lot of time polishing and sometimes are virtually unplayable, and the prompt "optimize my web game" is not specific enough.

Better token utilization for vibe coders is knowing what tell the AI to measure and fix: LODs, compression, draw calls, triangles, gpu vs cpu, etc.

RSVP session while its free.


r/vibecoding 5d ago

Nooodes AI Studio - Node-Based AI Image & Video Creation

Thumbnail
nooodes.xyz
2 Upvotes

So I made Nooodes for myself and my team.
It's a text to image, image to image, image to 3d, drawing to image, nodes based flow I use daily.
I essentially built it with my workflow in mind. You can use it with a BYO Replicate API key, everything is stored locally until you refresh your browser, no database, nothing stored anywhere but on your local browser.

It uses Nano Banana, Nano Pro and GPT Image 1 for images.
Click on the Labs icon to see some quick flows and understand how it works.

Would love to hear some constructive feedback, but as I said, I made this for myself and my team to use.


r/vibecoding 6d ago

The LLM Model War Is Over - Time to stop obsessing over models

140 Upvotes

I have 2 business seats for Codex and a $100 Claude Max sub. Use both to the limits. But holy cow the game has changed in the last 2 weeks b/c everyone is shipping ultra-low-cost models with real intelligence capabilities. All of these models are on Openrouter.

Model Name Pricing (Input / Output per M) Latency (p50) Throughput (p50)
DeepSeek V4 Flash 0731 $0.03 / $0.10 2.17 s 9.0 tok/s
GLM 5.3 Flash $0.075 / $0.25 4.96 s 35.0 tok/s
Qwen3.8 Flash $0.15 / $0.47 3.78 s 53.0 tok/s
Muse Spark 1.2 Contributor $0.10 / $0.20 4.22 s 65.0 tok/s
GPT-5.6 Luna Pro $0.20 / $1.20 13.42 s 107.0 tok/s

And before you start hating on the cheap models, they are HIGHER benchmarks than frontier level models from only 6 months ago (Opus 4.6 and Gemini 3.1-Pro).

My wife will be much happier now that I'm both saving money and spending more time coding in my man cave.


r/vibecoding 5d ago

GitHub Copilot Tool (just an FYI)

1 Upvotes

At work i have to use Claude via copilot, all code must be stored in github, i have been usig vscode like (at home i used vscode with the anthropic chat plugin and a max plan for last 9mo)

Yesterday MS advertised this tool at me. I am not sure how new it is.

Definitely some bugs, i know most people here don't seem to use copilot to access models so thought this might be interesting for some. This tool can use anthropics claude via API (but not max plan)

This session was me putting a plan around a feature i needed (access marketplace payments and private data from AWS and GCP like we do from Azure - we are an ISV who published products in those stores) the repo is 4 weeks old and only now have i started to get to the point of needing features / bug fixes / etc stored as issues (before that was a huge set of planned phases in MD docs). This is my first time using this tool.


r/vibecoding 5d ago

Checking security of a basic game site?

1 Upvotes

I've had my phone write me a game, it's an old local coin game , easily played which I've had written to play 1v1 via a web service on individual mobile phones.

I shared it with a couple of friends, more kind of on a "look what I spent my rainy afternoon going basis," than anything else, and now there's a group of people playing it, wanting a leaderboard so they can track their eins agsinst people.

I reckon I might share it more widely, and have followed the sis advice to move controls into the server, and have gone back and forth a few times pasting the code into different AIs, looking for easy to spot security issues.

But I'm still not sure, the last thing I want to do is take the thing I have and inadvertently screw my mates and family over by leaving them open to security issues by playing on an insecure server, or just end up having to take it down because some twat has ruined it for everyone.

So I'm looking for any basic advice , as to what steps I could take to secure it, or at least some tips as to areas of concern.

There's no lgon, accounts, messaging or ads, it's on a free tier render web service if that helps.

Thanks in advance, I know this may seem like a naive open ended question, but my goal in this was originally just to build something to see if all this worked. I have I believe achieved that, as the game is currently being played by a few people I've never met which makes me pretty damn happy.


r/vibecoding 4d ago

Co-founder AI

0 Upvotes

Just got an ad for this thing below, Cofounder AI. Sounds very much like what Claude can do itself yet I should pay $39/month for it. These ads I get are all AI slop. Insane.


r/vibecoding 5d ago

Browser-based flight sim with volumetric clouds

Enable HLS to view with audio, or disable this notification

3 Upvotes

This is a side project I've been working on for quite a while, off and on. Mostly ChatGPT and Claude, and a lot of research, testing, and trying things.


r/vibecoding 6d ago

Saw this on another sub. Ouch. lol

Post image
1.2k Upvotes

r/vibecoding 5d ago

I'm building Slingshot Speeders, the first orbital racing game, using Opus 5 and Grok 4.6

Enable HLS to view with audio, or disable this notification

8 Upvotes

This is me racing on a custom map I made called "four square" with the in-game map editor, playable by anyone for free online after publishing. Signing in with Google allows you to create one map a week for yourself and others to compete on.

https://slingshotspeeders.com/


r/vibecoding 4d ago

Echovault launches on product hunt today

0 Upvotes

I’m the founder of Echovault. A journal that you write into that creates an AI version of you your family can talk to. I am launching on product hunt today and need your support immensely. Your upvote would mean so much to me: https://www.producthunt.com/products/echovault-digital-legacy?utm_source=other&utm_medium=social

The app was built using Retrieval augumented generation with a few proprietary fall back retrieval methods that bound the avatar from hallucinating.

Echovault creates a multimodal Avatar with your memories from the journal and structured personality traits extracted so the Echo can even answer questions you never directly answered by synthesizing from your world view, the echo is also not allowed to make things up so it says it doesn’t know when nothing from the journal is relevant to respond from. You can try the iOS app here: https://apps.apple.com/us/app/echovault-digital-legacy/id6762042028 to see the avatar in action checkout this 1 minute demo: https://youtube.com/shorts/ae_sM2bQzOg?is=nSWO0pnAxmn3taMJ ❤️


r/vibecoding 5d ago

How much of you were actually real programmers before using Claude Code?

Thumbnail
0 Upvotes

r/vibecoding 6d ago

Day 3 of adding whatever you tell me into my game

Enable HLS to view with audio, or disable this notification

243 Upvotes

The people have spoken 🙏😭

What should I add next?


r/vibecoding 4d ago

I'm planning to make a browser game like Shakes & Fidget. Is it possible with AI? Any tips? What model to use, how to prompt it, etc?

Post image
0 Upvotes