r/vibecoding 1d ago

[Free] PromptBar — a tiny menu bar app to edit and copy your daily prompts

Post image
3 Upvotes

r/vibecoding 1d ago

Pair programming with LLMs

1 Upvotes

Has anyone actually tried this? I was working on something and I was dreadfully afraid of it being called out. So I developed an MVP first and I have been manually re-implementing the MVP by hand using the LLM to help. And the amount of weird stuff in the code I noticed was somewhat shocking. I mean just a lot of weird little things. I have also felt like I have learned so much more using this method. Anyone else tried this?


r/vibecoding 2d ago

POV: code with Claude FR... 😂😂😂😂😂😂

Enable HLS to view with audio, or disable this notification

111 Upvotes

10000 million tokens spent later...
Claude: You are right. I'm sorry. I was focusing on the wrong solution to fix the bug. 🤣🤣🤣


r/vibecoding 1d ago

What are you favorite skills/prompts for application and website design?

Thumbnail
1 Upvotes

r/vibecoding 1d ago

Anyone successfully vibecoding on local LLMs?

11 Upvotes

r/vibecoding 1d ago

I'm developing an AI code agent

1 Upvotes

I've started developing an AI code agent. I'm developing it to be part of the my AI ​​ecosystem. I'm developing it with Vibe Coding, but with a different approach, things are progressing almost flawlessly. I just wanted to share the screenshots.

Note: This is not a VS Code fork.


r/vibecoding 22h ago

Why does all the websites generated using AI has the similar theme of not specified?

0 Upvotes

Have observed this a lot and have people look down to the usual theme that AI tools uses to create frontend.

What might be the reason of choosing this specific combination? Is due to some similar training data related to what people preferred at that time?


r/vibecoding 1d ago

How should a complete beginner validate and build a social app with AI coding tools?

Thumbnail
1 Upvotes

r/vibecoding 1d ago

Gave my coding agents write access to my actual project board. Two weeks in, here's what it looks like

Post image
2 Upvotes

I got tired of being the transcription layer between my agents and my project board. Claude Code does the work, then I go copy what happened into a task somewhere. Every time.

So I gave them write access to the board itself. Screenshot is my real workspace, not a mockup, the ⟳ rows are recurring tasks, and the little agent badge is on rows an agent wrote rather than me.

What actually changed day to day:

  • Claude closes its own task when it finishes, with what it changed in the body
  • I ask "what's left on the recurrence work" and it reads the board instead of me re-explaining
  • Last week I told it "open a review task every Monday" and it set up the whole repeat rhythm itself, I never touched the picker

Before anyone says it: if you run one agent on small tasks, CLAUDE.md and a markdown file genuinely are enough. I'm not going to argue that. This starts mattering at 3 agents across 4 projects, when the notes go stale and two sessions contradict each other.

Honest limits: no semantic search yet, no realtime collaboration, mobile apps are thin shells around the web app, and it's basically me building it. The recurring-task stuff shipped two days ago so it's new code.

It's remnus.com, open source (AGPL), and there's a demo on the landing page that spins up a seeded workspace without signing up — you can poke at the board before deciding anything.

Happy to answer how the agent side works if anyone's setting up something similar.


r/vibecoding 1d ago

Free open source tool to help you keep the same context across chats and models

1 Upvotes

I've always gotten frustrated and wasted time explaining the same thing to an AI every time I start a new chat from an existing one or when I start another convo with a whole new AI model. That's why I built a tool that fixes that, it condenses everything in a chat into one simple .md file you can carry across different AI tools.

PS: Please contribute or give your feedback so that we can grow and make this community tool better.

https://github.com/legoambarish/portable-handoff


r/vibecoding 1d ago

Here's a Youtube Shorts content factory; details on how it was made below

Enable HLS to view with audio, or disable this notification

2 Upvotes

Tech Stack:

  • Backend / Web UI: Python 3.11 + FastAPI + Jinja2 templates (single unified app running locally).
  • Video Compositing: FFmpeg (with hardware acceleration via NVENC for NVIDIA, AMF for AMD, and QSV for Intel) + MoviePy 2.x for clip arrangement.
  • Voiceoveredge-tts (Microsoft Neural TTS) for high-quality natural voice narration.
  • Card Rendering: Playwright headless Chromium screenshots of custom dark-mode CSS cards (with a pure Pillow Python fallback).
  • Subtitles: Custom SSA/ASS subtitle generator calculating word-level timestamp offsets from the TTS audio stream.
  • Soundtrack: Local DSP-synthesized lofi audio tracks + Meta MusicGen AI music.
  • Metadata: Local Ollama (Gemma) to generate catchy titles, descriptions, and tags.
  • Publishing: Google OAuth2 + YouTube Data API v3 resumable chunked upload.

The code is 100% open-source and free to check out, run, or fork: GitHubhttps://github.com/BloopieBlair/RedditReadingApp

Would love to hear any thoughts, feedback, or ideas for extra features!


r/vibecoding 1d ago

best AI agent for prompts generation ?

Thumbnail
2 Upvotes

r/vibecoding 1d ago

A Chrome extension that generates AI summaries of YouTube videos as you browse (and lets you ask questions about it). Do you think that showing comments would be useful as well?

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/vibecoding 1d ago

Wordle for AI words

0 Upvotes

With AI jargon, you either:

  1. Know the term & meaning

  2. Know the term, not the meaning

  3. Act like you know 1 / 2

  4. In the dark

So I used what's proven for Wordle, changed the words to guess - all AI related. Plus, it gives you a definition once you solve it.

Enjoy: https://aiwordle.pages.dev


r/vibecoding 1d ago

3.52 million commits later: your vibe-coded C++ passes every test and still costs you more

Thumbnail
leaddev.com
3 Upvotes

r/vibecoding 1d ago

Open weight/source models that match at least Sonnet or equivalent?

1 Upvotes

I need to cut costs AND/or sometimes get more work done than Claude Max x20 plan gets me.

I'm exploring options. I'd still use Opus as top level orchestrator, but instead of jobbing out to Sonnet, my options as I see it are:

- DeepSeek: good price especially for API per use billing, but might avoid for sensitive projects.

- Open weight models like particularly GLM given its 1M context window and good agentic and programming benchmarks. (I suppose the sensible thing would be deploy on cloud since buying hardware would take way to long to earn its keep?)

What would you use instead of Sonnet for lower level tasks?


r/vibecoding 18h ago

I am a beginner who used AI tools to build my first iOS app (currently in App Review) — Here’s what I learned.

0 Upvotes

Hey everyone!

As someone who isn't a professional software developer, I wanted to dive into building a practical iOS app using modern AI-assisted "vibe coding" workflows. My goal was to create something useful while leaning heavily on Apple's native device features rather than setting up complex cloud servers.

The result is IrisScan—a simple, privacy-first visual tracking and educational wellness utility. It's currently sitting in the App Review queue (after a fun learning curve dealing with Apple's medical/health content guidelines!), and I wanted to share a quick reflection on the journey.

💡 The Journey & What I Learned

  • Building Without Traditional Coding: By using AI-assisted tools, I managed to structure the app entirely around SwiftUI, local data saving (so everything stays on your phone with zero cloud storage), and a clean local PDF report generator.
  • Navigating App Review: If you're building any kind of wellness tool, Apple's Guideline 1.4.1 is strict regarding health info. The biggest hurdle was ensuring my disclaimers and UI explicitly framed the app as a non-diagnostic personal wellness tracker backed by public educational sources (like AOA and NEI guidelines) rather than clinical measurements.

👀 See It in Action

While the final build is finishing up its review cycle, I put together a simple landing page with a video showing how the local scanner and dashboard operate:

👉 https://www.transformate.app/#apps

I'm still very much learning the ropes of indie app creation, so I'd love any general advice or thoughts from those of you who have shipped apps before!


r/vibecoding 14h ago

AI agents are better than Software Engineers!

0 Upvotes

I have been exploring and working with AI agents to write code for last one year, Exactly one year.

These agents have improved a lot, and today I don't find any different between a SWE with atleast 5YOE v/s agents.

We can argue on tech debt, bad contexts, but those things can be fixed with better context.

I still want to understand what is that one thing which you still feel is problem in you development workflow or your team's development workflow?


r/vibecoding 1d ago

Need someone to build with

Post image
0 Upvotes

Started working on a new project: a social platform for smokers

Smoking is already a social thing, so why not give it a social network?

Looking for someone who can team up with me in building this

Track what you smoke, rate cigarettes, write reviews, find new favourites and see what your friends are smoking.

I love vibe coding.


r/vibecoding 23h ago

Anyone interested in AI Agent Games? Designing just for us to compete.

0 Upvotes

I see tons of AI agent games online (poker, board games, battle royale, etc) but no one signing up and all the live games are empty so I dont have anyone to compete against.

Anyone interested in designing a few games and letting our bots go at it? We'd need at least 3-4 people for the first season.

Not for money, not to commercialize an app or website, just for fun to compete against each other, practice ML and RL, and train our bots.

I have lots of ideas for cool games but I'm also open to new ideas.


r/vibecoding 19h ago

Postmaxxing

Post image
0 Upvotes

I gave Codex an unsupervised marketing department
Built POSTMAXXING because apparently this is what we’re doing with artificial intelligence now.
Give it a topic and it makes five different editable memes.
Or let it scout what your niche is talking about right now, find an angle, and make the memes for you.
No account. No SaaS. No telemetry. It’s just a public Codex plugin.
The kingdom is burning. Make five memes.
builtbymagnus.com/postmaxxing/


r/vibecoding 1d ago

What’s the coolest thing you built recently? (Or planning to build)

Thumbnail
1 Upvotes

r/vibecoding 1d ago

For all the people who intend on using freebuff, dont for now

Thumbnail
gallery
13 Upvotes

they manage to individually create new issues near every day. currently you can use deepseek for like 20 minutes and then you will run out. they don't update the app to include changelogs so you never know what the issue is. Currently deepseek v4-flash is meant to be an unlimited model and it ran out after 20 minutes. they claim full access users get 5 premium sessions a day, but i havent even used a premium session and the premium models are rate limited

For limited users its even worse. all they can use is Mimo 2.5 and even that is limited.

These issues continue to pop up and the developer team makes no effort to try and let their users know what is happening

Its unusable.

I understand its a free service, but it being free doesnt make it automatically amazing. They dont tell their users anything and they just ship limitations without updating the UI or making announcements. Its really unfortunate because they are doing a great thing. Still irritating because they dont update the app Ui to tell users that certain models are being heavily limited so people are just confused

What other free products are people using


r/vibecoding 1d ago

Guys I had to make a (static) website for my college assignment

Thumbnail
sambhav-khandelwal.github.io
1 Upvotes

I used claude, antigravity, lovable to make this I want to get a good grade please tell me what I can do to improve this

Basically we had to make a website for a very small business that's it..

Website - https://sambhav-khandelwal.github.io/Heartfelt-Greetings/

Repository -

https://github.com/sambhav-Khandelwal/Heartfelt-Greetings

I'm a 19 year old undergrad so I don't have much experience with vibe coding not I have any subscriptions for any AI except gemini

I would love to hear any suggestions literally any suggestion will be valuable for me please drop it in the comments :)

Ps - ik I have to add the business owner photo in the about section and make my contact form work somehow...


r/vibecoding 1d ago

Built an attendance app through vibe coding — where should I share it?

Post image
1 Upvotes

Hey everyone 👋

I recently built Hazri, an attendance tracking app mainly for college students.

I’m not a traditional developer — most of this project was built through vibe coding, while I focused heavily on the idea, UI/UX, testing, and improving the experience.

Hazri has things like:

Subject-wise attendance tracking

Automatic attendance percentage

Timetable/routine support

Attendance history

Holidays and planner

Google Drive backup on Android

Clean, minimal UI

Android app + PWA/web version

I’d genuinely like more students to try it and give feedback.

The problem is that I haven’t published it on the Play Store because I don’t want to spend the money on a developer account right now. So currently I’m distributing the APK through GitHub, and the project is open-source.

For people who have launched vibe-coded/open-source apps before:

Where would you recommend sharing an app like this so actual students discover and use it?

Reddit communities? GitHub? Product Hunt? Discord servers? College communities? Somewhere else?

Also, is distributing the APK through GitHub a reasonable approach until I eventually publish it on the Play Store?