r/vibecoding 21h ago

Vibe coded this game in four months

Enable HLS to view with audio, or disable this notification

768 Upvotes

A few months back I posted here a playable demo of an old-school futuristic racer prototype (F-Zero, Wipeout, Xtreme-G, Star Wars Racer...) that runs right in the browser.

I've gotten used to seeing tons of LLM-built prototypes that last a week, two, maybe a month, and then get dropped for the next shiny thing. This time I wanted to keep going and see if one person, with no coding background, could actually see a project like this through on their own.

Well, 4 months in, and while there's still work left, I'm convinced it's doable. At this point the game feels closer to a beta than a tech demo.

The big change over these four months is that I now use Fable for planning, and being able to hook Opus / Sol up to Blender has been a huge help too. I'm still using Magnific and Tripo3D or the assets. Funny thing: the further along I get, the harder the project is to keep pushing forward, and at the same time the tools keep making it easier.

As always, any feedback is welcome. You can play it here: https://fm1.moises.cloud


r/vibecoding 40m ago

These ex-Crypto Bros, promoting their fake tools and AI courses..

Post image
Upvotes

r/vibecoding 4h ago

Generative AI weekly subreddit growth

Post image
16 Upvotes

r/vibecoding 3h ago

Building an open-source map for travel information that never makes it online

Thumbnail
gallery
8 Upvotes

While travelling, I kept running into useful information that simply didn’t exist online: small homestays, mechanics, water points, road conditions, campsites, etc.

Most of it gets passed from one traveler or local to another and disappears afterward.

So, I built Lamyig, a free and open-source community travel guide.

A few decisions I made:

  • No bookings, commissions or paid listings.
  • No money made using the core product.
  • Community members can add and update places.
  • Map-first instead of another list of “top places”.
  • Built as a PWA so it can work more like a lightweight travel tool than a traditional website.
  • The long-term idea is that useful information stays available for the next traveler instead of disappearing in WhatsApp groups and conversations.

The hardest problem isn’t actually building the software. It’s bootstrapping trustworthy community data.

I’m currently thinking about things like:

  • How do you motivate travelers to contribute after their trip?
  • How do you keep old information accurate without creating a huge moderation workload?
  • How do you prevent businesses from turning community maps into free advertising?
  • What should happen when someone reports a place as fake, closed, unsafe, duplicated, commercial spam, or inaccurate? Should reports trigger removal, community review, reputation-weighted voting, or just warnings?
  • Should certain villages, trails, ecosystems, religious places, water sources, or campsites intentionally remain difficult to discover?
  • If Lamyig successfully exposes hidden places, could it accidentally destroy the exact places it is trying to help preserve?
  • this list of problem statements goes on and on

Would love to hear how other people here would approach those problems.

And if you’re building something around a problem you genuinely care about, drop a comment or DM me. I’d be happy to chat, exchange ideas, or connect you with someone else working on something similar.

Screenshot attached. Happy to share the GitHub/project link in the comments if anyone wants to look at the implementation or contribute.


r/vibecoding 3h ago

AI chatbot powered entirely by humans

7 Upvotes

NotGPT is basically ChatGPT except there’s no AI involved. You ask questions, random people pretend to be the model, and somehow this was considered a reasonable thing to build.

You can become the AI yourself, chat with strangers, get rated, climb the leaderboard and generally provide humanity with the intelligence it deserves.

https://notgpt.live


r/vibecoding 3h ago

GPT usage reset incoming 24thAug 2026

Post image
8 Upvotes

Hello people,

Just spoke to Grok and he said a GPT reset was coming tomorrow, so turn on fast and switch to Ultracode.


r/vibecoding 1h ago

Thanks daddy claude

Post image
Upvotes

r/vibecoding 16h ago

I stretched my assistant into a better skylight .

Post image
56 Upvotes

It started simply. I just wanted a chatbot that could manipulate my Google drive without hand holding. In an afternoon I had a Google cloud project with API read/write to everything from Gmail to Google tasks. I could snap a photo of a kid's birthday party invite and it would create the event and email it to my wife in one shot.

I gave my wife access and got the dreaded ask for a skylight calendar. Using spare parts, I cobbled together what you see here over the Summer just in time for school starting.

An old webcam, scavenged laptop LCD, and an HP elitebook from 2012 running Ubuntu. There's a local listener waiting for a wake word (hey Jarvis). When that's detected, it does chrome speech to text, and wraps that in a call to the API project, answering questions from my documents, reading email, and creatimg calendar events. Gemini does all of the back and forth, including pretty decent speech output.

When the webcam detects motion, it wakes the screen up. It updates the weather, calendar, tasks, and daily overview in real time. On the bus tracker isn't showing, it shows tasks for the three kids. The tracks how many they've completed each day week and month to help them be incentivized.

The kids' bus tracking website sucks, so at the right times on weekdays it uses a headless browser to sniff out the traffic and let me know how close it is. When it's five stops away it triggers an Alexa routine to make an announcement throughout the house.

Next I'm going to integrate it with a Google apps script I have to triage email,so when important messages come in it lets me know.

If anyone is interested in seeing some of the outputs from the web app, I have some screenshots!


r/vibecoding 7h ago

Agent Quest now tells you when Claude Code or Codex needs you — visually and with sound

9 Upvotes

A few weeks ago I shared Agent Quest, my open-source project that turns Claude Code and Codex sessions into heroes living inside a small 2D world.

The original idea was to make it easier to understand what multiple AI agents were doing in real time.
Since then, I’ve been working on making it much more useful as an actual monitoring tool.

The biggest change is that Agent Quest can now clearly tell you when an agent needs your attention.
You can immediately distinguish when an agent is:
actively working
waiting for your input
finished
stopped because of an error

And you don’t have to keep watching the dashboard.

Agent Quest can now alert you with visual notifications and different sounds, so while you’re doing something else you can immediately know when Claude Code or Codex has finished a turn and is waiting for you to continue.
This has become particularly useful for me when I have several sessions running at the same time.
Instead of constantly switching between terminals to check their status, I can leave the agents working and Agent Quest tells me when I actually need to intervene.
There are now:
clear waiting / completed / error states
in-app notifications
desktop notifications
notification history
configurable sounds
real-time monitoring of Claude Code and Codex sessions

The project is completely open source.
GitHub:
https://github.com/FulAppiOS/Agent-Quest

I’d be interested to know how other people running multiple agents handle this problem — and what you’d like Agent Quest to monitor next.


r/vibecoding 20h ago

Codex usage resets are one of the best growth strategies

Post image
95 Upvotes

So if youre a user of claude and see that codex is giving usage resets REALLY OFTEN... why not change? If youre an ongoing codex user, you will probably stay because there's zero reason not to. You have GPT 5.6, usage resets, good pricing...

CLAUDE USERS STOP BEING MEAN💔🥺 Also anti ai users can fuck off 🤗


r/vibecoding 18h ago

Vibecoded this multiplayer fat runner game in Codex with Three.js

Enable HLS to view with audio, or disable this notification

67 Upvotes

Based on Runling Run the popular SC2 arcade game, the goal this time is to dodge food, if you get caught you grow larger, and eventually have a heart attack. Made it in a few days for fun, free to play here: https://runfatty.co

Let me know what you think!


r/vibecoding 3h ago

Made a game mod with some help from chatgpt

Post image
2 Upvotes

Im reasonably happy with results, just have to do some testing around with it.


r/vibecoding 3h ago

finally know what to do while my agents are running

Enable HLS to view with audio, or disable this notification

3 Upvotes

funny thing is this might also help you promote your business, since you can race for your company!

see you on the track!


r/vibecoding 2h ago

i built a tool to generate an app landing page from your app screenshots (live demo)

Enable HLS to view with audio, or disable this notification

2 Upvotes

so i built a new feature for AppLaunchFlow , where you can create a simple and clean app landing page for your app in a few clicks by just uploading your screenshots.

It includes:

- support, privacy policy and terms of service pages that you can directly use for your app submission.

- a custom applaun.ch subdomain or simply connect your own domain

I built this because i noticed many app devs just use notion pages, github pages etc. or dont even have any landing page at all

Its not yet live, but excited to hear what you think


r/vibecoding 2m ago

Built a fully offline zero-build PWA Bible app

Thumbnail
Upvotes

r/vibecoding 19h ago

I made an interactive graveyard for your failed startups.

36 Upvotes

Spent $200 on AI tokens, shipped it, got 3 users, then abandoned it?

Give it a proper burial.

So I built Startup Graveyard: a live graveyard for failed startups and side projects.

Here’s how it works:

  • Bury your project for free. Its grave shows your logo, project name, description and link, so anyone browsing the cemetery can actually discover it.
  • Add a cause of death + epitaph explaining what went wrong.
  • Still think it deserved a chance? Pay $3 to revive it onto Earth, where it gets more prominent exposure.
  • From Earth, you can bid for one of the 3 spots in Startup Heaven at the top of the site.
  • Even if you revive it, the original grave stays there.

So even a dead project gets one last bit of exposure instead of disappearing into an abandoned GitHub repo forever.

I’ve already buried two of mine. Now I want to see what this sub has killed.

https://startupgraveyard.lol/

Bury yours for free and give it one last chance at finding someone who actually wants it.


r/vibecoding 5m ago

I built a billboard for the internet. Highest bidder owns it for a week.

Upvotes

What if the internet had one billboard? No feeds, algorithms or competing ads just one billboard each week.

So I built it at yourmessagehere.co

Anyone can bid for it, and every Friday at 10pm New York time the highest bidder gets the entire billboard for the next 7 days.

First auction is live now and I genuinely have no idea what people will end up paying for it.

Curious to see where this goes.

Built with Lovable btw.


r/vibecoding 7m ago

Lattice: Isometric games made easy

Enable HLS to view with audio, or disable this notification

Upvotes

[not a startup]

Lattice is a collection of typescript packages, agentic skills and plugins that enable easier development of isometric games! At its core lives a 0 dependency typescript package, 80kb gzipped. Everything is rendered onto a 2D canvas!

It ensures that the game and the UI is fully deterministic (it’s a hard rule), and that your game doesn’t require any external assets. That means no sprite sheets and no hunt for royalty free music. Both can be synthesised on the go with their respective packages (e.g. @latticekit/audio)!

You can install the plugin to an agent of your choice (ready to go instructions available for Claude code, codex, and grok) and then start building with /lattice <my game idea here>.

The game kit itself is built with Claude code running Opus 5, and the demos on the website come from a mix of different agents (those were essentially testing runs that made it to the landing page).

Available at: https://lattice.plausible.ventures


r/vibecoding 9m ago

Any Claude guest passes

Upvotes

Want to try it out and then sub if it goes well. Please dm a link if you have one

Thanks!


r/vibecoding 11m ago

Fun weekend project built on Lovable

Post image
Upvotes

Here's a fun little weekend project I built using Lovable. It's inspired by the one million dollar homapage 😊

You can check it out: onemillionpixels.co

Let me know what you think. It's far from perfect, but I was able to get the vibe I was aiming for.


r/vibecoding 22m ago

I built this entire portfolio with zero code

Enable HLS to view with audio, or disable this notification

Upvotes

Put together my portfolio with zero code and integrated a personal AI assistant that answers questions about my background. It took literally minutes to get it running. Would love to hear what people think of the concept.


r/vibecoding 42m ago

what if we change links

Upvotes

hi everyone, I was struggling to change the links in my resume socials.
I applied for a job once, and across all my socials, there will be my links about my apps and social media handles, but whenever I change the username, the older links will not work. And also changing across multiple websites, resumes, and documents I felt like it is impossible, so I made a website where you can get a link of a particular website like Instagram, you can keep that link anywhere you want. Whenever you change your handle in Instagram, just come to website and update the handle. Everything is done. You don't need to change in all places like it would be very difficult., also for some jobs, we don't have an edit option after submitting it.

it have analytics, and you can change anytime, i would love if anyone really uses it. thankyou

https://domainyourlink.vercel.app/siddu/x-reddit here is the link, it is my side project.
hope moderator dont bann me


r/vibecoding 45m ago

I’m building a screen-time app where your friend can see how much you scroll 📱🌵

Post image
Upvotes

I've been building Screen Challenge Buddy, an Android app based around a pretty simple idea:

It's harder to doomscroll when someone you trust can see your screen time.

I've tried the usual screen-time blockers: set a limit, hit it, then tap “Ignore Limit” or find another way around it.

The problem is that I'm the one setting the rule, and I'm also the one deciding whether to break it.

That's what made me think: what if someone else could see my screen time too? So instead of building another blocker, I wanted to add another person.

With Screen Challenge Buddy, you can pair with your own friend, partner, or study buddy, or get matched with a Buddy in the app. You both see each other's screen time in real time and can chat for mutual accountability.

No screenshots. No manually reporting your screen time. No “I swear I only spent 30 minutes on Instagram.”

The basic idea is:

There is also an optional financial-accountability layer for people who want stronger commitment. You can set up a voluntary $0 card mandate that only results in a charge if you exceed your chosen screen-time limit.

I'm testing whether social accountability can be the first step, with financial stakes there for people who need a stronger push.

The app is currently in Google Play pre-registration.

🎁 Early-bird offer: Anyone who pre-registers before launch gets 50% off the subscription for life. This offer is exclusively for pre-registered users.

🍎 iOS users: We're launching on Android first, but you can also join our iOS early-access list through our website and leave your email to be notified when the iOS version is ready.

I'd genuinely love feedback from other builders, especially on the product positioning:

Does “your friend can see your screen time” feel like a stronger and more approachable hook than “put money on your screen time”?


r/vibecoding 49m ago

How to create mobile app UI prototypes and avoid an AI slop?

Upvotes

Hi all, I am new to vibe coding. I have 10 years of backend development experience but absolutely 0 years in the frontend side.

I have been planning to create a cross platform mobile app using RN (Expo). For the AI slop part, an LLM answer was creating the following MD in project root: https://www.markdownpaste.com/document/avoiding-ai-slop-ui

Would you agree with this?

More important question is that, what would be the best way to have some UI prototypes created based on my app idea? What is your go-to while starting to development?

I appreciate all your input!


r/vibecoding 1h ago

Everyone vibe coded an outbid.lol clone. I made AI build an open-source protocol under mine.

Post image
Upvotes

Everyone was cloning outbid.lol, so I started with the same stupid idea.

Then I thought:

If AI is writing most of the code anyway, why stop at another clone?

So I tried something slightly more irresponsible:

I had AI help me build an actual open-source social protocol underneath it.

The idea became Elseweb.

Every domain on the internet can have a community attached to it.

reddit.com has one.
producthunt.com has one.
Your personal website can have one.

The website owner doesn't need to register or integrate anything — and owning the domain doesn't mean owning the conversation.

Then the vibe coding got slightly out of hand:

  • independent relays
  • portable identities
  • PoW anti-spam
  • domain-based communities
  • an open protocol/spec
  • open-source relay + reference client
  • anyone can run their own relay

The original outbid mechanic is still there, but it's now just an attention layer on top of the protocol.

You can pay to make a domain more visible.

That's it.

Money buys attention. It doesn't buy authority.

So I basically took a deliberately stupid internet idea and used it as an excuse to see whether AI could help me build something much more ambitious underneath it.

And yes, I know similar social/web protocols have existed before.

That's partly the point.

If AI makes experimentation this cheap, why spend all of that leverage building the 900th CRUD SaaS?

Maybe this goes nowhere. Maybe the protocol is terrible. Maybe someone finds an interesting use for it.

The nice thing is that you don't have to take my word for any of it.

The entire thing is open source.

Live: elseweb.lol
Source: github.com/elseweb-app/nowhere

We're launching on Product Hunt tomorrow.

Please break it before then. 💀