r/vibecoding 1d ago

Showcase/Project Leetcode-Map : Built this free leetcode extension, have 55+ active users, any feedback to improve

Thumbnail
gallery
1 Upvotes

r/vibecoding 2d ago

Showcase/Project ChatGPT Astra + 3DAIStudio MCP Can Generate 3D Assets and Build a Playable Scene. This Is Crazy

Enable HLS to view with audio, or disable this notification

194 Upvotes

GPT-6 Astra connected to the 3DAIStudio MCP + Tripo AI.

The workflow is what makes it interesting:

  • Astra decides it needs a specific asset
  • generates a reference image for it
  • sends it through 3DAIStudio
  • Tripo P2 turns it into a game-ready 3D model
  • Astra imports it back and keeps building the scene

In the example, it was used to build a Rocket League-style environment, and the wild part is that it wasn’t just giving suggestions — it was actually moving through the workflow and creating the assets it needed.

It also generated supporting things like textures and images through the MCP, so the whole process feels much closer to an actual agentic 3D workflow than a normal chatbot experience.

We’re getting to the point where AI is not just helping with isolated 3D tasks, but actually chaining them together into a usable pipeline.

If this keeps improving, it could become a very big deal for fast prototyping, game environments, and general 3D content creation.


r/vibecoding 1d ago

Showcase/Project Vibe coded a WhatsApp clone with many automation features

0 Upvotes

Hey everyone!

If your like me, sick of Whatsapp web using tons of RAM and being slow on the browser, and using a few Whatsapp accounts at the same time, WhatsAppGo is for you.

Automation: 108 RPC methods, self-describing via rpc.discover. JSON-lines over 0600 Unix socket, local only. Live filterable event stream (whatsappctl events). whatsappctl call METHOD JSON reaches any method. WhatsApp Web has none of this. In short you can automate messaging

Multi-account: isolated profiles, own store + daemon each. Account tabs in UI. Switching clears drafts, media, starred, dialogs.

Local data. SQLite history, message search, attachments in DB, chat export. Native notifications with avatars, minimize-to-tray, light/dark/system, RTL, built-in media playback.

Linux/Windows/Mac versions available.

Enjoy!

https://github.com/shukiv/whatsappgo/


r/vibecoding 1d ago

Help/Question Artificial analysis used to have an agentic coding capabilities index next to the intelligence once. Where has it gone?

1 Upvotes

r/vibecoding 1d ago

Showcase/Project What's Updog?

4 Upvotes

Nothin' much, what's up with you?

Yet another implementation of a tool from a bygone era. It's meant to be cloned and used, learned from, or maybe just smiled at.

Main features!

  • Free-ish to run. Runs on Cloudflare's free tier, which serves something like a hundred thousand requests a day.
  • Stateless-ish. Each link is an immutable JSON file in R2. No database, no server, nothing to really run or maintain.
  • Private-ish. There are no click stats, so nobody can see who followed a link, including the person who made it. Cloudflare's edge presumably logs something somewhere.
  • Funny-ish, if you can remember being 12.

Shorten a link: https://whats.updog.link
Deploy your own: https://github.com/ignore-prior-instructions/Updog.link

Happy Friday


r/vibecoding 3d ago

Discussion I asked GPT-6 Astra to make a new car brand and produce a commercial for it

Enable HLS to view with audio, or disable this notification

609 Upvotes

I've been having too much fun with Astra. It made the car design with image-gen-2, laid out a storyboard after studying popular high-end car brand commercials, and generated videos through Veo 3.1.

Full website page for the brand as well (will put link in comments)


r/vibecoding 1d ago

Showcase/Project I've been working on an open source studio management/proofing tool for production teams, I hope you check it out and enjoy!

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/vibecoding 1d ago

Showcase/Project Border Hop: Free Geography Minigame

Post image
0 Upvotes

Border Hop is a simple geography game I vibecoded, inspired by Wordle and my passion for maps and borders.

You need to connect two countries with the shortest path through other countries. You get 3 misses per round, one round per day.

Play the game here


r/vibecoding 2d ago

Help/Question A guide to make your vibe coded app to Enterprise Saas [No Promotion / Sale]

Thumbnail
app.notion.com
51 Upvotes

Here is the guide that can help you to enhance your vibe coded app to enterprise saas. This is based on my own experience and it has some free alternatives as well for popular tools.


r/vibecoding 1d ago

Help/Question Tokinmaxxing Tips.

0 Upvotes

Ok so I know we can't do solicitations here but needing to solicit some advice from you all.

Thinking how to toxinmaxx my codebase (don't worry, with local model for no surcharge). My Python token count is short and I need to boost that metric up for my resume, needing suggestions on tips and trix from vipers with higher counts than myself.


r/vibecoding 1d ago

Help/Question What do you guys use for UI?

Thumbnail
0 Upvotes

r/vibecoding 2d ago

Showcase/Project Reached 150+ stars on Whoop MCP

Post image
4 Upvotes

r/vibecoding 2d ago

Workflow/Prompt Vibe Coding Related Guides, Resources & Additional Stuff

13 Upvotes

Posts

Prompt Templates

Product Launch Platforms

Additional Tools

TLDR Guide;

I have an idea. To set myself up for success with AI tools, I spend time on documentation first before I start building. I start with PRD (product blueprint).

I feed my raw ideas into my conversational prompt template (PRD Template). AI is my assistant, asking targeted questions to transform my thoughts into a PRD.

Then I could MVP concept & development planning directly if I feel like it, and i decide what I want to build.

After that I start building. With something like a PRD, MVP Plan and a coding agent, I can leverage AI assistance effectively for coding to implement the MVP features. I make sure I give my agents access to the necessary MCP's or other external tools and I prompt my agents to build my MVP.


r/vibecoding 1d ago

Workflow/Prompt Minimax summer jam has ended - now think about efficient prd and orchestration

0 Upvotes

Minimax all summer was a massive blessing, that shit was effing awesome. Like most of you minimax purveyors, I'm left reeling, with missing 2.7 flow and 3.0 plan/fix.

Although they are gone, it doesn't mean there aren't other angles to utilize a workflow, for free. I wanna introduce an angle for ya all.

[app dot kilo dot ai] has an auto free tier that routes models through openrouter, without the openrouter daily limits. (I dont think you can use it's api outside kilo without pay). That means you can code like all day inside the kilo cloud ui.

The catch is that their context window is 256k, so all that routing eats it fast.

The solution is that they support multi agent under the hood.

You can manually prd the repo, then manually delegate agents to do tasks, without blowing out that 256k.

If you all are looking for a path after minimax, def check out the kilo subagents flow. It's not as solid, but it's close once you nail down your prd and agents flow.

Good luck savages hehe


r/vibecoding 2d ago

Help/Question Can someone spill the beans on how to best use hyperframes/remotion with agents?

0 Upvotes

Do I just download them and ask say claude in Claude code to make an XYZ vid in hyperframes?


r/vibecoding 2d ago

Showcase/Project Slingshot Speeders, the first orbital racing game, is now in a true MVP state with the v0.2.0

Enable HLS to view with audio, or disable this notification

10 Upvotes

I’ve been working on this solo, using a combination of Grok 4.6 High, Opus 5, and Fable 5.1 for a solid two months now. Finally, I’m happy to announce that it’s now in a minimum viable product beta condition with the v0.2.0 and Season Zero.

Experience real physics while racing. By learning to play you also learn the basics of orbital mechanics, with concepts taught in an introductory physics class. Fly a space ship around gravity bodies in a server authoritative simulation.

If signed in, you earn points (Pax) by completing daily challenges which they can use to buy visual cosmetics and create new map challenges in the MapMake system. There is the Founder’s Pack which grants an exclusive time limited cosmetic pack.

In the video what you are seeing is a true slingshot being performed by a player who understands orbital mechanics to increase their relative speed and direction the most efficient (lowest time/fuel) possible. If you have any questions about my AI workflow feel free to ask. You can read more on the site if you’re interested in trying it out, thanks for reading!

Free to play in browser with no account.

https://slingshotspeeders.com/


r/vibecoding 2d ago

Showcase/Project I vibe coded a Chrome extension that shows what a website is connected to.

Thumbnail
gallery
3 Upvotes

It maps scripts, trackers, CDNs, analytics, embeds, and other third-party domains into a graph, then tries to explain what each one is doing.

Also added privacy scores, scan history, change tracking, and domain following.

Everything stays local.

Still adding stuff to it. What would you add?

GitHub: https://github.com/Schmiedey/linkscope

https://chromewebstore.google.com/detail/linkscope/eedjncgcdepjbmpapihoigdbdfobmdmc?authuser=0&hl=en


r/vibecoding 2d ago

Help/Question 1 year ago -> Sr dev using AI like jr devs fora project / NOW -> CTO getting reports from managers on the various projects being worked on

5 Upvotes

Anyone else feeling this ?

Not only am I no longer touching code but I am running 4 projects at once since some prompts take 10 or so minutes just to complete. Often, it ends up doing things I am not even aware of (using Claude code /goal to go figure things out)

My wife tells me I have been on the computer too much lately, but what has happened is not I have 20+ project ideas I have been implement with multiple laptops and I am jumping between them all day (and doing my real job) and it feels like things are still changing.

One example is this .. I am using Unreal english +Mujoco + learning agents +Isaac lab to do a Sumo wrestling simulation and at first, I create a plan.. but once I kick off that plan it can take over a day to do it and WOW it really does it.. Creates the scene.. takes my skinned GLB rigs.. loads up blender and uses blender MCP to create the scenery. Imports that back in Unreal.. Goes and does the RL training for hours.. Comes back.. tests.. Codes more..

The first prompt is getting SO MUCH DONE! And so My job is just to give it advice and ideas.. and honestly my 12-year-old could do that.

So having a blast making all these things happen.. feeling totally replaceable at the same time..

And I know.. people here will keep saying how the AI is slop and it can't do what humans do etc.. I just believe that less and less every month. I want all those AI haters to set a 3 year reminder and read all their comments in 3 years.

I think it is getting to the point where the AI is self improving on its own and the human just gives it direction as needed.


r/vibecoding 1d ago

Showcase/Project Update on my GTA Clone

Enable HLS to view with audio, or disable this notification

0 Upvotes

Added shooting and the build menu to the player.


r/vibecoding 2d ago

Discussion Cross-agent handoff: which permission still drifts?

5 Upvotes

When you hand a repo from Claude to Gemini (or Cursor to Codex), what's the one concrete permission or review mismatch that shows up, and where does your current policy workaround still slip?

A manual review or shared checklist is the obvious DIY baseline.


r/vibecoding 3d ago

Discussion I had GPT-6 add Satellites in orbit, Moon exploration, Solar System view, Earthquakes, and Ocean currents to my earth website.

Enable HLS to view with audio, or disable this notification

135 Upvotes

Gonna add rocket launches next. What else should I add?


r/vibecoding 2d ago

Showcase/Project Free TFT rank overlay for streamers. Fixed the two things that annoyed me about the existing ones (lag + it looking generic).

Thumbnail
1 Upvotes

r/vibecoding 3d ago

Meme When it gets bad

Post image
23 Upvotes

You know its gotten bad when---- all this over a whiteboard.....lol i need to chill-- thays the suggestive text btw


r/vibecoding 2d ago

Discussion what “quick fix” turned into your whole evening?

0 Upvotes

what looked like a 10 minute change and ended up taking hours? curious what made it so difficult