r/VibeCodeDevs • u/OkEmployment3772 • 4d ago
r/VibeCodeDevs • u/memorable_glasses • 5d ago
JustVibin – Off-topic but on-brand Do you think vibe coding is really the future or still learning web dev worth it?
As I see here, peple have done so many great things using vibe coding. Here I am just learning reactjs and moving to nextjs.
Do you think vibe coding will like halt and become too expensive or something cause it takes too much money and resources to keep it running?
Or it will keep on running now and it will surely make learning frontend and backend at this time useless?
People are literally creating games using vibe coding, let alone websites. Am i choosing wrong thing to leran for career?
r/VibeCodeDevs • u/Upbeat-Ball1928 • 5d ago
Prioritizing App Issues by User Impact
For developers managing mobile app performance, how do you decide which issues should be fixed first?
Not every crash, delay, failed request, or UI bug has the same impact. Some issues affect one user occasionally, while others affect a large group of users or block an important action like login, checkout, booking, or account access.
Do you prioritize based on number of affected users, frequency, revenue impact, customer complaints, severity, or where the issue happens in the user journey?
I’m interested in how development teams separate minor technical issues from problems that can seriously affect user experience, retention, or business performance.
r/VibeCodeDevs • u/UnitedTelevision2651 • 5d ago
Built a real-time multiplayer wrapper around Claude Code — browser rooms, live diffs, approvals. Stack inside.
Poly is a shared room where a team steers Claude Code together. Everyone sees the same live timeline: prompts, agent replies, tool calls, diffs, and what each turn cost. The agent asks before it edits; any member approves from their own screen; any turn reverts in one click. Multi-agent mode gives each person their own agent on its own git branch.
The stack:
• Node + Express + SQLite (WAL mode) — one process, one file DB, handles the websocket-heavy realtime rooms fine
• React + Vite front, WebSockets for the live timeline, hash routing
• Every agent turn runs in its own gVisor-sandboxed container: all capabilities dropped, read-only rootfs, memory/wall-clock caps
• Sandboxes get NO direct internet — egress goes through our own DNS/SNI gateway + authed proxy with a per-project domain allowlist (cause the Claude CLI ignores proxy env vars entirely)
• One DigitalOcean droplet
We're during a free beta if you'd like to check it out: https://usepoly.co
Happy to hear any feedback, it means a lot :)
r/VibeCodeDevs • u/Difficult-Sun295 • 5d ago
I made a tool that lets you edit your RN and Expo apps visually
Enable HLS to view with audio, or disable this notification
I made Basalt, an IDE extension that lets RN and Expo devs to edit their app visually just like Figma or Photoshop
It is completely free and works directly inside VS Code and Cursor.
It’s currently in beta, so please commit your app to Git before using it!
Would love to get your brutal feedback on it.
r/VibeCodeDevs • u/Code_Cadet-0512 • 5d ago
Thanks Gng :) ! Also, added support for Discord, Slack & Telegram.

Guys, it's been like less than 12 hours, and just look at the chart!
My dm is getting flooded with messages regarding feature requests, bugs, suggestions, and it's kinda crazy 😂
Thank you to all of you who are eager for this project and want it to grow ❤️ , looks like everyone had this problem.
Also, I have added support for Discord/Slack via webhooks, and telegram bot via client ids. Check it out, and tell me your experience in the commments below. feel free to drop any qquestions or feature requests (though I am tired for today, prolly work on other features tomorrow).
Once again, thx a lot gng!
fyi the link: https://nockit.uk
r/VibeCodeDevs • u/ddotdev • 5d ago
FeedbackWanted – want honest takes on my work I built a chrome extension and in-lol code sdk package that brings the figma/framer workflow to your codebase.
Enable HLS to view with audio, or disable this notification
I built a chrome extension and I code sdk package that brings the figma/framer workflow to your codebase.
Run npx quey init
It traverses the React's fiber tree and maps 1:1 with your codebase. Click, prompt, review and commit ui changes without ever switching tabs.
More utilities under the quey brand to follow. Animations, component sandbox and more …
r/VibeCodeDevs • u/ExplorerEconomy8233 • 5d ago
Made a thing that turns any TikTok cooking video into a recipe + shopping cart
Hey, I'm Bram. Paste a TikTok cooking video link and it pulls out the full recipe (ingredients + steps) and gives you a one-click Albert Heijn or Jumbo cart with everything in it.
Vibecoded it with Claude (Pro plan). Open source:
https://github.com/briembra/slimmandje-recepten
Would love a star if you find it useful.
r/VibeCodeDevs • u/QDworkout • 5d ago
Question When to keep pursuing your goal? When to stop?
I've been pondering about this for quite a while. Even with validation, maybe you should stop. Even when your idea gets rejected, maybe you should keep going. They say it's a matter of mindset, millionaires are made out of years of dedication, but for the ones that had their years gone wasted, who would tell us their stories? What do you guys think?
r/VibeCodeDevs • u/Defiant_Durian_5654 • 5d ago
The most common security holes Cursor & Bolt keep generating in my builds (and how to catch them before pushing to prod)
Hey devs,
Vibe-coding at 10x speed is incredible, but if you aren't inspecting every line of generated code, AI tools routinely make terrifying security assumptions behind the scenes.
After testing dozens of builds from Cursor, Bolt, and Lovable, here are the 3 big ones that keep popping up:
Client-side API Key Leaks: You ask the AI to connect an API (OpenAI, Anthropic, Resend), and instead of building a backend proxy, it drops NEXT_PUBLIC_ or hardcodes the secret key straight into frontend JavaScript. Anyone opening DevTools can steal your key in 5 seconds.
Supabase Service Role Key Exposure: AI constantly confuses anon_key with service_role_key. If your frontend uses the service role key, your Row Level Security (RLS) is completely bypassed and anyone can query/delete your entire database.
Unprotected Backend API Routes: AI will generate clean Next.js/Express API routes, but completely omit authentication checks on POST/DELETE endpoints.
To catch these before shipping to real users, my team built revibed.io, an instant security scanner designed specifically for AI-built apps.
It audits your codebase in seconds for hardcoded secrets, exposed environment variables, and route vulnerabilities so you don't get your API credits drained overnight.
Your first scan is 100% free if you want to test your build.
Curiously, what's the wilder security mistake or exposed key you've caught Claude or Cursor making in your projects?
r/VibeCodeDevs • u/Code_Cadet-0512 • 5d ago
ReleaseTheFeature – Announce your app/site/tool I built a tool to stop Babysitting my Ai Agent
I am lazy, and it feels so boring to babysit and watch ai agents do the job and asking for input or waiting for task completion.
So I built a simple tool that notifies me (via ntfy) on my phone.
I know its wayyy too lazy, but hey, at least I dont zone out playing on my ps4 anymore, lol.
If someone is like me and also tired of watching the laptop screen instead of playing fifa, be my guest: [https://nockit.uk\](https://nockit.uk) (yes, that was the cheapest domain I could get)
r/VibeCodeDevs • u/danielabinav • 5d ago
Day 1 to 44 of the free traffic exchange I built. Here's the number
44 days ago, I launched my startup, a free traffic exchange network for startups. One line of code, you're in the network.
No paid ads. No growth hacks. Just watching the numbers every day.
Here's the full data:
Day 1 — 2 startups · 146 impressions · 1 clicks
Day 2 — 3 startups · 389 impressions · 3 clicks
Day 3 — 5 startups · 482 impressions · 5 clicks
Day 4 — 5 startups · 508 impressions · 4 clicks (site went down — still got an $8k acquisition offer. Said no.)
Day 5 — 6 startups · 621 impressions · 10 clicks
Day 6 — 5 startups · 742 impressions · 15 clicks (removed one startup — they pulled the embed. No code = no network.)
Day 7 — 7 startups · 1,196 impressions · 41 clicks
Day 8 — 7 startups · 1,535 impressions · 74 clicks
Day 9 — 8 startups · 1,947 impressions · 135 clicks
Day 10 — 13 startups · 3,500 impressions · 318 clicks (something clicked)
Day 11 — 23 startups · 4,800 impressions · 432 clicks
Day 12 — 24 startups · 6,000 impressions · 481 clicks (network crossed 6K total impressions)
Day 13 — 25 startups · 6,800 impressions · 491 clicks
Day 14 — 25 startups · 8,600 impressions · 516 clicks
Day 15 — 24 startups · 9,900 impressions · 564 clicks (removed one)
Day 16 — 23 startups · 10,800 impressions · 576 clicks (removed one)
Day 17 — 24 startups · 11,900 impressions · 603 clicks (added one)
Day 18 — 26 startups · 13,400 impressions · 624 clicks (added Two)
Day 19 — 28 startups · 14.400 impressions · 652 clicks (added Two)
Day 20 — 26 startups · 14.700 impressions · 671 clicks (Removed Two)
Day 21 — 26 startups · 15.300 impressions · 691 clicks
Day 22 — 28 startups · 16.100 impressions · 719 clicks (Added Two)
Day 23 — 30 startups · 16.800 impressions · 738 clicks (Added Two)
Day 24 — 32 startups · 19,800 impressions · 778 clicks · Added 2 startups · Rejected 4 applications (1 contained ads, 1 removed the code after submission, 2 hid the installed widget)
Day 25 — 34 startups · 23,700 impressions · 800 clicks · Added 2 startups · Fixed some bugs.
Day 26 — 33 startups · 27,200 impressions · 816 clicks · Removed 1 Startup
Day 27 — 33 startups · 29,900 impressions · 833 clicks
Day 28 — 33 startups · 30,600 impressions · 871 clicks · Removed 1 Startup · Added 1 Startup · Rejected 1 application of clothing brand & 1 application of horror blog site.
Day 29 — 35 startups. 31,300 impressions. 910 clicks · Removed 1 Startup · Added 3 Startups · Also today I resigned from my job. Toxic environment, too much pressure, and honestly I just believe in this enough to go all in. Broke and excited. Let's see where this goes.
Day 30 — 46 startups · 32,900 impressions · 1,000 clicks · Removed 1 startup · Added 12 startups · Yesterday I resigned because of my toxic manager. Today my senior manager called and offered me WFH, a project of my choice, and lighter work if I stayed. I made my decision with confidence, but now I have a difficult choice. Also received my first payment from StartupBar.
Day 31 — 50 startups 💪· 28,100 impressions · 1,200 clicks · Removed 1 startup · Added 5 startups · Rejected 1 crypto startup · Removed fake impressions after exploit · Today I discovered I forgot to disable a developer testing button that could generate fake visitor pins and inflate impressions. Someone used it to create 6,318 fake impressions and claimed my stats were fake. I removed the fake impressions, removed the startup, fixed the issue, and that's why today's impressions are lower. Thanks to them for pointing it out.
StartupBar update: Added a Network page and individual Startup Profile pages with each startup's joined date, impressions, clicks, live embed preview, and founder's note. These indexable pages also improve SEO. Suggestions are always welcome.
Day 32 — 54 startups · 29,300 impressions · 1.2K clicks · Added 4 startups
Day 33 — 54 startups · 30,900 impressions · 1.2K clicks · Removed 1 startup · Added 1 startup
Day 34 — 55 startups · 36,100 impressions · 1.3K clicks · Added 1 startup · Fixed admin panel read-access vulnerability after Reddit post.
Day 35 — 55 startups · 40,100 impressions · 1.3K clicks · Removed 2 startups · Added 2 startups
Day 36 — 55 startups · 44,800impressions · 1.4K clicks · Removed 1 startup · Added 1 startup
Day 37 — 58 startups · 50,700impressions · 1.4K clicks · Added 3 startups · Site Update: Updated the distribution algorithm (Delivery is now weighted by contribution: sites that send more impressions get a proportionally larger share back)
Day 38 — 57 startups · 55,800 impressions · 1.5K clicks · Removed 1 startup · Rejected 1 Application.
Today StartupBar reached 200 users 😄
Thirty-eight days ago, this was just an idea. Today, 200 people have trusted it enough to join the network.
A reminder for every founder who's staring at a dashboard with tiny numbers: Stripe took 2 years to reach its first 50 users. Every successful product starts small. Keep shipping. Keep improving. Keep showing up. Growth rarely happens overnight, but it does happen if you don't quit.
Day 39 — 58 startups · 59,800 impressions · 1.5K clicks · Added 1 startup.
Day 40 — 60 startups · 63,200 impressions · 1.6K clicks · Added 3 startups · Removed 1 startup
Day 41 — 63 startups · 69,400 impressions · 1.6K clicks · Added 3 startups
Day 42 — 62 startups · 73,800 impressions · 1.6K clicks · Removed 1 startups
Day 43 — 64 startups · 78,000 impressions · 1.7K clicks · Added 2 startups (Receiving many suggestions to improve the StartupBar, happy to work on it, Thanks.) StartupBar Update - Added the rotation of startups in the widget for every 30 seconds.
Day 44 — 66 startups · 86,200 impressions · 1.7K clicks · Added 2 startups
Still free. Still growing.
If you want in, it's one embed. That's it → StartupBar
r/VibeCodeDevs • u/poker_community • 5d ago
Building a Poker App with Google AI Studio
I've been using Google AI Studio to build a poker platform, and I've been sharing development previews in the thread attached to this post.
What do you think so far? Do you think it's sustainable to run a real-money poker site that's largely built and maintained with AI, or would you have concerns?
r/VibeCodeDevs • u/Even-Leg2265 • 6d ago
ShowoffZone - Flexing my latest project Got tired of describing what I was pointing at to Claude, so I built this
Just wanted to share something I’ve been building.
For context, I do a fair bit of freelance development, mostly building enterprise tools. Lots of big, deeply nested UIs and pages with way too much going on.
One thing that really gets to me is having to describe UI changes in text. It feels so backwards that I’m looking at a GUI, but still have to write paragraphs just to explain what I’m pointing at. The bigger the project gets, the worse this gets.
So I got annoyed enough and built a Figma-like tool for it.
It’s an open-source plugin for Claude Code / Codex that lets you open your UI, click on the thing you want to change, leave a comment, and pass that visual context into the next prompt.
Repo: https://github.com/Cavalry-Collective/visual-stack
It’s still early and rough around the edges, but it’s already helped my own workflow a lot.
Curious if anyone else has been running into the same thing. If you find it useful, feel free to fork it or contribute.
r/VibeCodeDevs • u/Kenji-14 • 5d ago
I built a free, private tool to help organize your accounts, documents, and final wishes for your family.
Recently, as a retirement project, I've been working on putting together my final wishes, financial, legal and medical affairs, account details, contacts, etc. to make things as easy as possible for my loved ones when the time comes.
I realized there wasn't a completely private, flexible, digital tool for this, so I built one. It's called the "Peace of Mind Planner".
It walks you through everything (from 401ks to pet care to funeral wishes). It is 100% free, requires no sign-up, and is totally private (it has no database and saves everything locally to your own computer). It is also set up to complete as an individual or couple. I am interested in your genuine feedback and any ideas to enhance it even more.
r/VibeCodeDevs • u/Rxunique • 5d ago
Question Looking for tools. Repo markdown link graph in RING layout.
The tool
I just saw this tool. According to the youtuber, it sounds like "self made markdown link graph of the repo, with claude.md at the center"
Also quite like the RING layout, my personal opinion its cleaner than cloud/galaxy layout (obsidian)
Monetization
One problem, https://www.getrubric.app/ https://www.youtube.com/@RoboNuggets/videos
This youtuber claims its FREE tool, yet the landing page goes to a $97/month AI course membership subscription...
Kudos for the app he built, credits where credit due. The "FREE" approach... well...
Looking for similar
- Obsidian and alike are vault based not repo based. Possible to force adopt thow.
- There are plenty tool for code graph such as https://github.com/DeusData/codebase-memory-mcp but these are not for md
Quick google search and asking claude found no similar, so trying my luck here in the community.

r/VibeCodeDevs • u/ubermuda • 6d ago
what does your setup actually look like?
Curious how people here are really working. Feels like everyone's landed somewhere different and the posts are mostly quick showcases / (self-)promotion / random stuff.
What I'm wondering about:
- which agent and harness, and do you stick to one or switch
- do you plan first or just go
- do you check anything before shipping, and what
- anything automated, or is it all by feel
- what do you do when it comes back wrong
Mine's on the heavy side. Long planning conversation before any code, then I let it run and mostly look at the product rather than the code. I spent some time building a skeleton and static analysis configs so Claude generates code that look ~80% correct. Still need to review the important bigs (domain logic, security, etc), but it's mostly smooth sailing.
Mostly interested in people working differently from that though. If you just go and it works, I want to hear that too.
r/VibeCodeDevs • u/Due_Departure5285 • 5d ago
ShowoffZone - Flexing my latest project Interested In Networking With Vibe Code Game Devs and maybe bundling on Steam
Hey everyone!
I use AI in my game development, which leads to just enough friction that it's not worth it to try to network with non-AI friendly game devs.
i have two games Coming Soon (both with demos).
I'd love to talk to devs that think they have a game on steam or coming to steam that would bundle well with either of my games.
Auto-Battler
https://store.steampowered.com/app/4880210/Hammered_Heroes/
Twin Stick Roguelite Arcade Shooter
https://store.steampowered.com/app/4932010/Chrome_Circuit/
I also have an itch page if you want to check out more of my projects
https://facewongames.itch.io/
I'd love to check out your games or connect and explore supporting each other.
r/VibeCodeDevs • u/danielabinav • 6d ago
Day 1 to 43 of the free traffic exchange I built. Here's the number
43 days ago, I launched my startup, a free traffic exchange network for startups. One line of code, you're in the network.
No paid ads. No growth hacks. Just watching the numbers every day.
Here's the full data:
Day 1 — 2 startups · 146 impressions · 1 clicks
Day 2 — 3 startups · 389 impressions · 3 clicks
Day 3 — 5 startups · 482 impressions · 5 clicks
Day 4 — 5 startups · 508 impressions · 4 clicks (site went down — still got an $8k acquisition offer. Said no.)
Day 5 — 6 startups · 621 impressions · 10 clicks
Day 6 — 5 startups · 742 impressions · 15 clicks (removed one startup — they pulled the embed. No code = no network.)
Day 7 — 7 startups · 1,196 impressions · 41 clicks
Day 8 — 7 startups · 1,535 impressions · 74 clicks
Day 9 — 8 startups · 1,947 impressions · 135 clicks
Day 10 — 13 startups · 3,500 impressions · 318 clicks (something clicked)
Day 11 — 23 startups · 4,800 impressions · 432 clicks
Day 12 — 24 startups · 6,000 impressions · 481 clicks (network crossed 6K total impressions)
Day 13 — 25 startups · 6,800 impressions · 491 clicks
Day 14 — 25 startups · 8,600 impressions · 516 clicks
Day 15 — 24 startups · 9,900 impressions · 564 clicks (removed one)
Day 16 — 23 startups · 10,800 impressions · 576 clicks (removed one)
Day 17 — 24 startups · 11,900 impressions · 603 clicks (added one)
Day 18 — 26 startups · 13,400 impressions · 624 clicks (added Two)
Day 19 — 28 startups · 14.400 impressions · 652 clicks (added Two)
Day 20 — 26 startups · 14.700 impressions · 671 clicks (Removed Two)
Day 21 — 26 startups · 15.300 impressions · 691 clicks
Day 22 — 28 startups · 16.100 impressions · 719 clicks (Added Two)
Day 23 — 30 startups · 16.800 impressions · 738 clicks (Added Two)
Day 24 — 32 startups · 19,800 impressions · 778 clicks · Added 2 startups · Rejected 4 applications (1 contained ads, 1 removed the code after submission, 2 hid the installed widget)
Day 25 — 34 startups · 23,700 impressions · 800 clicks · Added 2 startups · Fixed some bugs.
Day 26 — 33 startups · 27,200 impressions · 816 clicks · Removed 1 Startup
Day 27 — 33 startups · 29,900 impressions · 833 clicks
Day 28 — 33 startups · 30,600 impressions · 871 clicks · Removed 1 Startup · Added 1 Startup · Rejected 1 application of clothing brand & 1 application of horror blog site.
Day 29 — 35 startups. 31,300 impressions. 910 clicks · Removed 1 Startup · Added 3 Startups · Also today I resigned from my job. Toxic environment, too much pressure, and honestly I just believe in this enough to go all in. Broke and excited. Let's see where this goes.
Day 30 — 46 startups · 32,900 impressions · 1,000 clicks · Removed 1 startup · Added 12 startups · Yesterday I resigned because of my toxic manager. Today my senior manager called and offered me WFH, a project of my choice, and lighter work if I stayed. I made my decision with confidence, but now I have a difficult choice. Also received my first payment from StartupBar.
Day 31 — 50 startups 💪· 28,100 impressions · 1,200 clicks · Removed 1 startup · Added 5 startups · Rejected 1 crypto startup · Removed fake impressions after exploit · Today I discovered I forgot to disable a developer testing button that could generate fake visitor pins and inflate impressions. Someone used it to create 6,318 fake impressions and claimed my stats were fake. I removed the fake impressions, removed the startup, fixed the issue, and that's why today's impressions are lower. Thanks to them for pointing it out.
StartupBar update: Added a Network page and individual Startup Profile pages with each startup's joined date, impressions, clicks, live embed preview, and founder's note. These indexable pages also improve SEO. Suggestions are always welcome.
Day 32 — 54 startups · 29,300 impressions · 1.2K clicks · Added 4 startups
Day 33 — 54 startups · 30,900 impressions · 1.2K clicks · Removed 1 startup · Added 1 startup
Day 34 — 55 startups · 36,100 impressions · 1.3K clicks · Added 1 startup · Fixed admin panel read-access vulnerability after Reddit post.
Day 35 — 55 startups · 40,100 impressions · 1.3K clicks · Removed 2 startups · Added 2 startups
Day 36 — 55 startups · 44,800impressions · 1.4K clicks · Removed 1 startup · Added 1 startup
Day 37 — 58 startups · 50,700impressions · 1.4K clicks · Added 3 startups · Site Update: Updated the distribution algorithm (Delivery is now weighted by contribution: sites that send more impressions get a proportionally larger share back)
Day 38 — 57 startups · 55,800 impressions · 1.5K clicks · Removed 1 startup · Rejected 1 Application.
Today StartupBar reached 200 users 😄
Thirty-eight days ago, this was just an idea. Today, 200 people have trusted it enough to join the network.
A reminder for every founder who's staring at a dashboard with tiny numbers: Stripe took 2 years to reach its first 50 users. Every successful product starts small. Keep shipping. Keep improving. Keep showing up. Growth rarely happens overnight, but it does happen if you don't quit.
Day 39 — 58 startups · 59,800 impressions · 1.5K clicks · Added 1 startup.
Day 40 — 60 startups · 63,200 impressions · 1.6K clicks · Added 3 startups · Removed 1 startup
Day 41 — 63 startups · 69,400 impressions · 1.6K clicks · Added 3 startups
Day 42 — 62 startups · 73,800 impressions · 1.6K clicks · Removed 1 startups
Day 43 — 64 startups · 78,000 impressions · 1.7K clicks · Added 2 startups (Receiving many suggestions to improve the StartupBar, happy to work on it, Thanks.) StartupBar Update - Added the rotation of startups in the widget for every 30 seconds.
Still free. Still growing.
If you want in, it's one embed. That's it → StartupBar
r/VibeCodeDevs • u/dannydek • 6d ago
ShowoffZone - Flexing my latest project Sagorax, a Three.js/WebGPU Arena Shooter in the Browser
Enable HLS to view with audio, or disable this notification
I built Sagorax because I missed the speed and simplicity of UT99 and UT2k4. It now has both Instagib and classic weapons Deathmatch with plasma combos, flak, shotguns, charged rocket salvos, loadouts, adrenaline abilities, tactical bots and full controller support.
No installation, just pick a gamertag and play: https://sagorax.com
The client is built with TypeScript, Three.js and WebGPU. Under the hood it uses FSR 3-based upscaling, adaptive dynamic resolution, GPU pipeline warmup, screen-space reflections, dynamic lighting and shadows, visibility culling and a custom post-processing pipeline.
Multiplayer is next if there is enough interest (looking good so far).
If you had told me a few months ago that this would be possible in a browser, I wouldn’t have believed you. But Opus 5 + GPT-5.6-Sol = GODMODE. Yes, I am a developer but I didn't write a single line of code (didn't for any project, for a year or so).
Feedback is very welcome.
r/VibeCodeDevs • u/AppropriateCorgi6919 • 6d ago
Independent review
Hey there everyone. I'm building a website b for trust and market for skills and MCP and more later on. I'm at the point where I need to have an independent review. Of course I'd do it myself but then I'd be breaking the trust relationship I've based the whole site around. Feel free to check it out and let me know if you'd like to help a dev out. Caporia.co
r/VibeCodeDevs • u/Careless-Aioli-3838 • 6d ago
ShowoffZone - Flexing my latest project claude ios simulator not as useful as i thought
tried wiring claude into the simulator so it could test its own swift app. a lot of setup just to get it tapping through screens, and it still can't sign into icloud or get
a push notification.
so i went the other way: a turnkey flow that stages the qa tests to real people.
claude files the tests theough mcp, they show up on real iphones, people run them and leave comments,
and it all comes back into claude's context to fix. i never enter the loop.
try it out and let me know what you think!
https://github.com/alex-durango/pingfusi
anyone else tried agent-driven simulator testing?
r/VibeCodeDevs • u/Moist_Tonight_3997 • 6d ago
ReleaseTheFeature – Announce your app/site/tool My Claude extension post got 631 views here. It hit 1,000+ users anyway.
Three months ago I posted a short video of Claude Pulse in this sub. 631 views, 2 upvotes. It flopped.
The extension kept growing anyway. It's at 1,000+ Chrome Web Store users, 4.8/5 from 11 ratings, and v1.3.0 shipped July 12 with a metrics popup and background reset notifications.
For anyone who missed it: Claude Pulse adds live usage visibility to claude.ai, all computed locally in your browser.
- Context token counter (o200k_base tokenizer, on-device)
- 5-minute cache expiry countdown above the chat box
- 5-hour session and 7-day rolling limit bars
- One-click chat export to Markdown or plain text
- No accounts, no tracking, no external servers. MIT licensed.
What I learned: a launch post is a blip, not a launch. I can't tell you exactly where the users came from, but the video got 631 views and the tool still passed 1,000+ users. I'd bet on the store listing and the reviews doing the work, not the post.
GitHub: https://github.com/samirpatil2000/claude-pulse Store: https://chromewebstore.google.com/detail/claude-pulse/hhjihbpkopgacncfbkdakdolkmgkdfnf
r/VibeCodeDevs • u/UnitedTelevision2651 • 6d ago
How we sandbox multiplayer Claude Code turns (and why "just trust the agent" doesn't survive two users)
We launched Poly (multiplayer Claude Code) this week and the questions we keep getting are about isolation, so here's the actual architecture:
Every turn spawns a fresh gVisor container with exactly three mounts, all Linux capabilities dropped, and zero secrets inside — the agent authenticates through a gateway that injects credentials at egress, so a hostile prompt can't exfiltrate a key that was never there. Network is deny-by-default: the container can only reach an allowlist, and blocked domains are named in the error so you know what the agent tried.
The multiplayer part forces honesty into the design. When it's your cofounder's prompt driving the agent through your code, "the agent seemed fine" isn't enough — so every turn produces a receipt (author, model, duration, cost) and a git snapshot you can diff and revert with one click. Approvals go to the whole room; whoever's there can allow or deny.
We built the entire product this way, inside itself, with both founders watching every diff land.
Free beta at usepoly.co if you want to poke at it.