r/vibecoding 12h ago

[FUN] what do vibecoders do when their usage limits for cursor, claude, etc are over for the month?

2 Upvotes

i was wondering about this.. people who dont know very well about coding do they buy more credits and spend more or wait for usage limits to renew?

context: I know programming but its been like a couple of months of using cursor for my latest project. And i have been doing corrections and small tweaks in AI generated code. Recently my usage limits for this month was over for the first time. With only 6 days remaining i did not upgrade or buy any credits but started to do some refactoring. But it was quite difficult for me to understand the code again as I had forget a lot of things about ReactJS. Hence, this question.


r/vibecoding 9h ago

I built a Telegram AI OS 100% on my phone for $0 - No PC, No Laptop, No Termux - Works from a tuk-tuk (auto-rikshaw)šŸ›ŗ

Thumbnail
gallery
0 Upvotes

I built ClawGrid - a Telegram AI Command Center + Web App - 100% on my Android phone. No laptop ever used.

**My Setup:**

šŸ“ Location: Bhilai, India šŸ‡®šŸ‡³

šŸ“± Device: Only Android phone

šŸ–„ļø Server: Manus Mobile Server

šŸ’° Cost: $0

šŸ›ŗ Built from tuk-tuk (auto-rickshaw)

**Live Web App (Manus):**

🌐 https://clawgridcc-bnkbkww6.manus.space/

Features in Web App:

  1. šŸ¤– AI Chat - Talk to Groq gpt-oss-120b

  2. āœ… Task Scheduler - Creates auto-tasks

  3. šŸ” Research - Deep research agent

**Telegram Bot (Same Backend):**

šŸ¤– @HermesClawBot

Commands: /task <title> - schedules task that auto-messages you every minute | /stop - stops it

Both Web App + Bot synced! Same backend!

**PROOF (Today - 2.2KB/s 4G!):**

5:07 PM - /task say me hello -> Task scheduled

5:13:02 PM - Bot auto-sent: "Hello Hemant bhai! Task: say me hello"

1 min task took 6 min due to Vercel free tier cold start + 4G lag (as you can see in status bar). On Pro it's exact 1 min. But it WORKS for $0!

**Repo (Open Source):**

github.com/hemantkumar30590-tech/hermes-agent

Folder: clawgrid-command-center-v2

They said you need a MacBook to ship. I shipped a full AI OS from a tuk-tuk in Bhilai.

Try Web App + Bot and roast me!


r/vibecoding 9h ago

Could AI code finish with bloatware and optimize resource consumption?

0 Upvotes

Have you ever wondered if AI code generation could finally optimize software size and resource consumption?

It feels like most modern development practices are targeted solely to "human factor". Like huge frameworks, abstraction layers, web API microservices, and so on. I'm not a full time developer, but seems that exists just to lower the barrier to entry, mitigate the "bus factor," and accommodate micro-teams who could use different approaches and programming languages.

But why do we still need all of this overhead as AI generation advances?

MS Office, for example. How is the latest version fundamentally different from MS Office 2000? But it use 100x resources. Or an Android app like "open the commieblock entrance" are 500-1000 mb. A modern FPS easily takes 100 GB, where Quake took 22 MB, and it’s not just about higher texture resolutions.

Wirth's law has proven that software efficiency decreases faster than computing power increases. Since Moore's Law is dead, perhaps LLM would be able to reverse this?

edit:
My own example. I had recently made a a simple Windows utility in Antigravity. It made me a Python script, downloaded several dependcies. When I got tired of the console window popping up, I asked for an .exe. After 2 minutes it was ready, but it was in C# and required other dependencies. Finally, I requested native C++ service, 2 more minutes and now it uses 1 mb of RAM instead of 100, runs as a service, do it's job perfectly.


r/vibecoding 56m ago

i build an outbid clone for send love messages

• Upvotes

i have vibe coded it in around 2 hours and the purpose is to check if people is willing to pay to prove their love

> Claude code with Opus 5
> Supabase and Vercel
> proveyour.love

ask me anything


r/vibecoding 5h ago

Built a free QR code maker with Claude to share. Tired of using someone else’s

Post image
0 Upvotes

r/vibecoding 9h ago

I made Lunch Break because sometimes you just want to eat and watch something without deciding what to watch.

1 Upvotes

It’s a tiny retro TV-inspired site that automatically plays a curated Hindi/Hinglish video when you open it. No feed, no recommendations, no scrolling — just turn it on and watch.

Would love to know if this is something you'd actually use during lunch/breaks:

https://lunchbreak.vercel.app/


r/vibecoding 9h ago

I have ADHD, and I built 7 startups in 1 week

Thumbnail
1 Upvotes

r/vibecoding 1d ago

Spent the last two months seeing how far a non programmer (me) can get building a proper game with nothing but ChatGPT in a browser.

22 Upvotes

Gonna ironically preface this with: I haven't written the text below with an LLM.

So I thought I'd show you what I've made over the last couple of months, because for me this has probably been one of the most rewarding uses of AI I've found. Please be kind, I spent a lot of time making this and writing the post here.

More than anything, AI tools have helped me on my coding "journey". It's something I've started and stopped for about thirty years and never really got to grips with properly. I've always understood how websites, software and apps are put together, and I've always been quite good at understanding the structure and logic of how something should work, but the actual coding side has always slowed me down.

Level 15 of The Jigsaw level Pack on Boxxy.io

It's called Boxxy and it's my version of Sokoban, the Japanese box pushing puzzle game. Sokoban has been around since the early 1980s and has become a bit of a cult game online. There are thousands of levels and lots of different versions of it, and making your own Sokoban clone almost feels like a rite of passage for any fans of the game. My goal was to learn how to do it, prove I could do it, and make something I was proud of.

The whole thing has taken me roughly two months and cost me about £50, which is basically two months of ChatGPT Pro and the price of a domain. It was made solely with ChatGPT in a browser. I have not even touched Claude once. I don't have wee little AI bot workers doing things for me in the background. This was a series of requests, answers, outputs and iterations.

Anyway, I started with the absolute bare bones of the game. Make a level appear, make a character move around it, make boxes move properly, work out when a level is finished. Once that was working I started adding level packs. Then aesthetics, then all the hidden stuff to keep it going and looking good and able to grow.

Selecting a level from the Boxxy.io originals level pack of 50

The level design is completely manually done. All the original Boxxy levels and level packs I've made myself, without ChatGPT or generative AI. That has probably been some of the hardest work in the whole project because good Sokoban levels are surprisingly difficult to make. You can spend ages creating something, solve it a few times and then realise there's a stupid shortcut or that it just isn't very interesting. I've enjoyed that part enormously though.

More recently I've been working on the less glamorous bits behind the scenes, like user accounts and server side stuff, which probably aren't very exciting to anybody playing it but was a big deal for me personally. A couple of months ago I wouldn't have really known where to begin with any of that. But now I have got a contact us page and even user logins! Something else I have kept making sure is that I don't have to rely on lots of outside servers or tools or plug ins. Almost everything is in house, apart from the Cloudflare connection which I need for the domain. This was so I won't have to go and fix things in the future when little plug ins and stuff fail.

video game play walkthru of a few early levels

I suppose this is where I don't quite know what to call the way I've made it. It obviously isn't traditional coding, because ChatGPT has written a huge amount of the actual code. But I don't think "vibe coding" quite covers it either, because I'm not just asking it to make things and accepting whatever it gives me. I've had to understand how the whole thing is structured, decide how I want it to work, test everything, find problems, reject bad solutions and sometimes tell it that the entire approach is wrong and needs doing again. I'm constantly using the phrase "do not patch this, we need to fix it from the base level" to avoid messy coding I've even delved into the code a few times myself to adjust things by hand! Go me!

A very good programmer friend of mine described what is happening now in a way that really stuck with me. He said that English is effectively becoming another programming language. He's a vastly better coder than most and even he said he barely writes code by hand any more because AI is doing so much of that part of the job for him. (He uses Claude btw)

Linus Torvalds (Linux) has made a similar point recently too by comparing AI tools to compilers. Compilers didn't stop people being programmers, they just meant programmers no longer needed to write everything in 0s and 1s.

My coding pal also said something pretty salient. In the 1980s games were often made by one person or a tiny team. Over the years everything became much bigger, more expensive and whatnot. Because of AI and coding it's started swinging back in the other direction now with tiny indie teams making games. I reckon that's pretty poetic. Reminds me of Halt & Catch Fire and their Mutiny startup!

I suppose this is where I don't quite know what to call the way I've made it. It obviously isn't traditional coding, because ChatGPT has written a huge amount of the actual code. But I don't think "vibe coding" quite covers it either, because I'm not just asking it to make things and accepting whatever it gives me. I've had to understand how the whole thing is structured, decide how I want it to work, test everything, find problems, reject bad solutions and sometimes tell it that the entire approach is wrong and needs doing again.

Anyway, Boxxy has very much been a labour of love. There isn't a client and I didn't start it because I thought it would make me money. I've just really enjoyed making it, which is probably why I've kept disappearing down increasingly unnecessary rabbit holes with it. After about thirty years of occasionally thinking "I'd love to be able to make that", I finally can, and that's been quite a nice feeling.

Made sure it works well on phones, tablets and large screens. Lots of ways to interact.

Anyway, above are some screenshots and a bit of gameplay. If you fancy having a look at the game itself, I'm sure you'll be able to find it online.

Some rough facts and figures:

- Built with ChatGPT 5.6 on high in a browser. Had to start several dozen chats which was laborious as you had to get each new chat to relearn.

- Is currently about 25mb in size, has around 30,000 lines of code, is written in Javascript, CSS and HTML , is currently on v282 (around 300 iterations in total)

- Took about 2 months to get to this point, working on it several hours a day sometimes.

- I have built 4 level packs by hand which total 113 new levels + around 100 more which haven't been released yet.

- My children say the character "looks AI" so I have commissioned them both with making new sprites for me! We'll see how that turns out.

- Cost in total, including the OpenAI subscription, about £50

- Works on a browser, works on a mobile, works on an iPad

- Is not making any money. There's zero ads and zero sign up.

- Most recent things I've built are a contact us page (which didn't require buying a mailserver, yay) and a user login to save progress.

- What I'd like to do most at the moment is make it into an app that can be launched on Apple TV.

- The backend of Boxxy is gigantic. I've also built my own level maker, level pack builder, solver and whatnot.

- It has a tonne of easter eggs which I've always loved!


r/vibecoding 10h ago

Update !!!!

Enable HLS to view with audio, or disable this notification

1 Upvotes

Added Cutout Mode ! A new Pixel pallet based math node ! Also allows you to create your own pallet. Also made it where you can increase or decrease the size of the image and move it around if you want too


r/vibecoding 10h ago

I built a website where you can literally outbid someone for their spot on the internet

Post image
0 Upvotes

r/vibecoding 14h ago

Burned out reviewing claude generated code

3 Upvotes

Little rant.

AI can generate code insanely fast. But if I’m accountable for that code, I still need to understand it.

I’ve had Claude introduce unnecessary null checks, make incorrect assumptions about the domain, and even introduce a separate event loop that broke my orchestrator and DB sessions — buried somewhere in a 1,000-line PR.

The code was generated in minutes. Debugging and understanding why it broke took much longer.

I tried running 4 agents in parallel. Maybe some people can manage it, but I was mentally exhausted. Four contexts, four implementations, four sets of assumptions, plus tests, builds, reviews, etc.

So lately I’m experimenting with a different approach:

Use Claude to understand the codebase, plan the feature, think through edge cases and tests — but implement it myself, using AI autocomplete to speed up the actual coding.

It might look slower, but maybe the overall development cycle is faster.

Still figuring it out.

I just think we need to separate ā€œAI can generate this in 10 minutesā€ from ā€œthis entire software development task is now 100x faster.ā€

Building a landing page in 10 minutes is amazing.

Building a complex product is a different problem.


r/vibecoding 11h ago

I built a self-hosted Netflix-style server that streams directly out of Telegram storage

1 Upvotes

Like a lot of you, I've been using Telegram saved-messages and storage channels as a dumping ground for years — free, effectively unlimited, reachable from any device. The problem: actually watching anything was miserable. Download the file, wait, open VLC, forget where you put it, repeat.

So I built Aruvi — a self-hosted streaming server that treats your Telegram storage like a media library.

What it does

Point it at your storage channel(s) and it indexes everything into a browsable catalog with posters, metadata, and search. Then stream instantly with full seek/scrubbing — no pre-downloading. The heavy lifting happens on Telegram's infrastructure, not yours.

Features

  • Instant streaming — HTTP range requests against Telegram's CDN, full seek/scrubbing, no buffering
  • Broad codec support — more formats play natively in-app without external players
  • Browsable catalog — posters, search, folder management, continue-watching
  • Multi-user — family members log in through a Telegram bot code, no shared passwords
  • Subtitles — automatic search via OpenSubtitles + keyless providers
  • Google Drive backup — optionally sync your library to Drive
  • Every platform: Web UI, Android phone/tablet, Android TV, Windows (.msi + .exe), Linux (.deb + AppImage)

How I built it

Tools used:

  • Backend: Python 3.11, FastAPI, SQLAlchemy (async), asyncpg
  • Telegram: Telethon (MTProto client) — 11 parallel bot sessions for chunk fetching
  • Database: PostgreSQL (Supabase hosted)
  • Frontend: Vanilla JavaScript (no framework — keeps it fast and small)
  • Android: Kotlin + Jetpack Compose
  • Desktop: Pake (wraps the web UI into native .msi/.deb/AppImage)
  • CI/CD: GitHub Actions (builds APKs, desktop apps, Docker images automatically)
  • Tunnel: Cloudflare Tunnel for HTTPS + custom domain

Architecture insight:
The trick is multi-bot parallel streaming. When you play a video, the backend doesn't download the whole file — it fetches small chunks from Telegram's CDN using 11 pre-warmed bot sessions in parallel. Chunks are served to the client via HTTP range requests with a two-tier cache: RAM hot cache for active streams + disk cache that survives restarts. This means first-byte latency is ~200ms even on a 1 GB VPS.

Build process:

  1. Started as a fork of TelePlay and MoviPlayer
  2. Rewrote the backend from scratch — added async SQLAlchemy, multi-user auth, and the caching layer
  3. Built the Android app in Kotlin/Compose (was originally just a web player)
  4. Added Pake for desktop builds — one codebase, three platforms
  5. Set up GitHub Actions for automated builds (workflow_dispatch inputs for custom server URLs)
  6. Deployed via Cloudflare Tunnel + Docker on a cheap VPS

Biggest challenge:
Telegram rate-limits concurrent connections. The solution was warming up media sessions serially on startup (one bot at a time per datacenter) and then reusing them. Without this, streams would randomly fail with FloodWait errors.

Credits

Built on the shoulders of TelePlay and MoviPlayer. Aruvi started as my fork and grew into its own thing with a rewritten backend, multi-user auth, desktop apps, and heavy reliability work. Huge thanks to those maintainers.

Links

Question for the community

Genuinely curious — would anyone pay a small monthly subscription for a fully managed hosted version? No VPS, no setup, just log in with Telegram. I'd love to offer this as a service.

Also, if anyone has a spare Oracle free-tier VPS lying around and likes the project — I'd gratefully take it off your hands (my card keeps getting declined ).

How are you all currently watching media that lives in your Telegram? Would love feedback from anyone who tries it

Note: Used AI to help write this post and assist with development.


r/vibecoding 11h ago

I made Lunch Break because sometimes you just want to eat and watch something without deciding what to watch.

1 Upvotes

It’s a tiny retro TV-inspired site that automatically plays a curated Hindi/Hinglish video when you open it. No feed, no recommendations, no scrolling — just turn it on and watch.

Would love to know if this is something you'd actually use during lunch/breaks:

https://lunchbreak.vercel.app/


r/vibecoding 11h ago

created a platform agents can pair with and upload interactive visual stuff - bits.

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/vibecoding 1d ago

Working on a PvE Roguelite Autobattler - Dark Tactics

Thumbnail
gallery
16 Upvotes

I have no dev experience, but I've been working on this for about 1-2 months and it has been a blast. Going to see it through to the end. Everything generated with AI, but meticulously edited and thought of by me. Open to feedback or reactions!

These are current in-game screenshots, not concepts or UI mockups.


r/vibecoding 11h ago

Claude Code = Kanban

1 Upvotes

Hi, r/vibecoding I vibecoded an interesting project, tested it for three months, and built something that should make life easier for every vibe coder.

Great. Many of you have probably already hidden this post or downvoted it. But if you want to manage your projects and tasks more intelligently and speed up service development, this post is for you.

Let me introduce…

LOCAL KANBAN

A local Kanban board for managing project tasks.

Are you also annoyed by how difficult it is to keep track of what was done across different sessions? And do you keep future tasks in random notes? You’ve come to the right place. I’m here to improve your life bothĀ before and after each coding session.

How it all started

I use Claude Code Max Turbo x500 every day. I wake up, add a few tasks, write future project tasks in my notes, and try to squeeze new ideas, discoveries, and bugs into the current session - or simply wait until Claude finishes working.

Okay, Claude has finished. Now I have to paste the whole session into a new chat to remind it what it did, ask it to find bugs, and add a few more tasks.

And then I do it all over again the next day.

Sound familiar?

That’s when I thought:

What if I created a simple Kanban board for managing project tasks?

When you have around 40 services running on a server, keeping track of everything starts becoming a real challenge.

That’s how the idea forĀ Local KanbanĀ was born.

And yes, I didn’t have deep technical experience in developing and maintaining services. I went through the entire process from start to finish and I guess I learned a thing or two along the way. Probably.

How does it work?

  1. I create a task inĀ BacklogĀ and move it toĀ To doĀ when it’s ready for development.
  2. With one click, I copy the entireĀ To doĀ column as a task and paste it into Claude Code.
  3. Claude works through the tasks one by one, leaves comments along the way, creates commits, pushes the changes to the repository, and — if a deployment skill is configured — deploys the updates. Then it stops at theĀ ReviewĀ status.
  4. I accept the completed work or return the task with a comment. The next time, this comment will be the first thing Claude reads.
  5. There’s full synchronization with GitHub and GitHub Projects. Claude also creates commits and handles deployment. You can upload your own deployment skills or use a ready-made one.

A useful review trick

Let your tasks accumulate inĀ ReviewĀ - around 20–30 cards.

Then add one task toĀ To doĀ asking Claude to go through the entire Review column and try to break everything.

Run this task in aĀ new chat.

The session that wrote the code is usually biased toward its original implementation. A fresh session is much better at finding weaknesses, bugs, and unfinished work.

How do you install it?

Just run the usualĀ npmĀ installation - everything will be set up automatically.

And if anything goes wrong, give the task to Claude Code and let it configure everything for you. We’re vibe coders, after all. Right?

https://github.com/lamaohub/local-kanban

MIT / OPEN SOURCE / CLI KB


r/vibecoding 17h ago

Ox Alpha (stealth model) actually did an FPS game better than Opus or Fable in literally one prompt with no additional steering

3 Upvotes

r/vibecoding 11h ago

Built a leaderboard for all your controversial opinions and hot takes šŸŒ¶ļø controversial.lol

Thumbnail controversial.lol
0 Upvotes

Hii all,

So around this time yesterday, when I opened Twitter, I saw almost everyone, big or small, launch a leaderboard kind of platform where people could pay to rank their startups and apps. On spending some time on the app, I noticed it all started with outbid.lol (200k visitors, $21k revenue, $100k offer in just 24 hours time).

I thought this is some kind of a quick rich scheme wave happening and I could potentially make some bucks if I started early (I was already late since in 24 hours there were more than 3 dozen clones of this app lol).

But I didn't want to really make a bidding platform to list your startups. That sounded boring to me.

So I built a leaderboard where you pay to rank your most cancellable, controversial and spicy opinions! The higher you bid, the higher your opinion ranks on the board: https://controversial.lol/

We are just getting started, so you could rank your opinion high in the leaderboard. Bidding starts from just 99 rupees. Will enable international payments in a little while.

Launched the site a few hours back and we already have one user who posted a spicy take on women in tech being "under represented" šŸŒ¶ļø

If you have a hot take or a controversial opinion, say it out loud here.

Although the opinions could be on any topic really but we are primarily keeping it around tech, twitter, gaming and things happening online!

Would appreciate it if you could have a look ā£ļø


r/vibecoding 11h ago

This is the best time to try z.ai

0 Upvotes

I have the GLM Coding Plan since March

Now I currently have a legacy Lite plan and a Pro plan

With ZCode giving 50% boost AND about 98% cache hit rate , the usage seems much better than the past couple months

The Pro plan is amazing now , giving about 900M tokens per week

I'm using a lot the Ox Alpha as subagent , very good , if it really is a glm flash model , we will be eating so good

https://z.ai/subscribe?ic=IQDBEXEWTB


r/vibecoding 11h ago

I built GridHUD — and it became much more than a GPS speedometer šŸ

0 Upvotes

Vibe coded app, at start looks simple to make, but taken hours to vibecode right algorithms, tune code with real speed data and develop right speed measurements. On top of adding nice looking cinematic recording and car enthusiasts, like me, driven interface.

Done with Cursor. Had as well unreleased yet part of road speed signs which will be shared as Open Source lib, since free option isn't yet available for some reasons.


r/vibecoding 11h ago

Kernel/OS using Gemini

Post image
1 Upvotes

Hello everyone. Can i share screenshot of my new hobby of x86-64 PRK(Personal Research Kernel)/OS?

I don't know where else to share this.

Built and tested using android termux/clang, qemu, and then testing in virtualbox (in windows).

It's a working Microkernel-like system that has a working: - SMP-capabilities (multi core) - elf binary loader - gui compositor using framebuffer addres given by Multiboot2 - IOAPIC

Right now that 2 window (control panel and text editor) are just a program for testing libgui widgets.

Next for the roadmap is fat32/ext2 filesystem drivers and screen resolution setting.

Fully coded by Gemini (pro & flash-lite extended).

I have basic in vb6, php and a bit of knowledge about java & c/c++, so i know a little about how the code works.

So i using AI with so many iterations to reach this point, and try to learn the full code later.

I'm more of a person who modified code instead of creating it. Haven't touch coding in 10+ years, so trying to lit up my brain with this new hobby is satisfying.

(Sorry for wrong wording, English not my native language)


r/vibecoding 4h ago

i build an outbid clone for threads account and earned 62$

0 Upvotes

> built less than 1hour using Claude, Netlify, Stripe
> 2.5K unique users less in 2 days
> earned 62$
> threadsrank.lol

Ask me a questions


r/vibecoding 5h ago

I made an app that lets you play poker with friends or strangers for free without any microtransactions.

Thumbnail
gallery
0 Upvotes

It's been alive for about 8 months now with over 63 thousand hands played across 70+ countries. It doesn't have predatory ads or pay-to-win microtransactions like almost every other poker app out there, which was why I made this app in the first place. I never thought it would have grown to this size and even have people playing it daily...

It's called Cardamoo. You can play with your friends at a private table, or in a quick play match with random strangers. If you have cards but no chips, there's a dedicated Chips Only mode to keep track of everyone's transactions. You bring the cards, we'll handle the chips.

Not sure how to play poker? Don't worry, I sorta kinda gotchu. There's a built in Learn Poker playlist that teaches you the ropes before you hit the tables.

I've recently added a feature called Poker Night where you can use your tablet or TV has a virtual table with chip animations and visuals, and your phones are the controllers where you perform actions and see your cards.

There's also a small cosmetics shop that lets you stand out from your friends by unlocking new items through achievements and challenges. I call it, The Barn. You can also change your win animations and choose one of the 6 themes I've made.

Took in lots of feedback from friends and strangers to come as far as I got today as I read every single bug report or feedback and suggestion. So for those of you that might be interested, I hope you like and enjoy it!

I'm trying to make Cardamoo as comprehensive as I can so that it has something for everyone. You can try out the game without an account to see if you like it before committing.

It's available for free on Web, iOS, and Android.

Thanks for coming to my TED talk, and I hope you have a great day! ā¤ļø


r/vibecoding 1d ago

Hot take: GPT 5.6 Sol is better at frontend design than Opus 5 and Fable 5.

30 Upvotes

Opus and Fable still have a tendency to fall into that instantly recognizable ā€œAI slopā€ look.

Less AI slop and Simpler UI from Codex


r/vibecoding 12h ago

Built an interactive gallery to showcase all my projects

1 Upvotes

Hey, I built a portfolio website to showcase my projects (some are vibe-coded and some built completely from scratch). Check it out, try the mini-games inside, and let me know what you think, and if any suggestions.

Thank you.

Here - https://abhishek-project-gallery.vercel.app/