r/theVibeCoding

▲ 17 r/theVibeCoding+13 crossposts

I’ve been working on a typing practice website ⌨️👀

Here’s the links 👇
https://www.typinglearn.com

I’m especially looking for feedback on:

  • UI/UX (is it intuitive or confusing anywhere?)
  • where it can be improved
  • Features you wish typing sites had
  • Performance / need to make it more responsive responsiveness
  • Anything that feels unnecessary or missing

Try it once !
https://www.typinglearn.com/games
https://www.typinglearn.com/map
https://www.typinglearn.com/community

u/Murky_Ad365 — 3 days ago
▲ 4 r/theVibeCoding+1 crossposts

I was tired of tab fatigue, so I am building a mini browser you can open with shift + hover, looking for feedback

I’ve been hacking on a browser extension, GoPeek, because I got sick of the open tab → wait → oh, this isn’t useful → close tab loop, because my work includes a lot of opening and closing tabs to check trival stuff. So i have trying to make such a tool that saves me that fatigue, and most importantly the thing I would like it to be quick, quicker than actual tab loading.

So you hold shift and hover over any link and a small browser window pops up on top of the page you’re already on. You can skim an article, check a reference, or watch a video inside that little window without navigating away. You can next or prev tabs as well. I have applied the safari's ui, i hope that doesn't cause any legal problems though.

Under the hood, it’s not just a basic iframe preview. Most big sites refuse to be embedded, so I’m using declarativeNetRequest to strip X-Frame-Options and CSP headers on the fly, which lets those pages actually load inside the mini browser.

Right now it has a few things baked in: ad and tracker blocking inside the preview window so it stays fast, a draggable and pinnable panel so you can move it around and keep it open, some CSS tricks to stop sites from trying to “break out” of the frame, and options to tweak the window size, scrollbars, and a dynamic theme that matches the site you’re on. Everything runs locally in the browser; there’s no server and I’m not collecting any browsing data.

The red button is to close the tab, yellow for pinning it, and the green for opening it in actual new tab.

It’s still in the refining phase and not on the Chrome Web Store yet. I’m mostly polishing the transitions and the header behavior, like making the header auto-hide when you scroll inside the peek.

Looking for your earnest feedback and what more features i might add, thanks in advance

u/thechadbro34 — 2 days ago
▲ 10 r/theVibeCoding+2 crossposts

Built NarrateAI to narrate my silent screen recordings because writing voiceover scripts manually is a crime against time. Then realised I still had to record the screen correctly. Every time. Like an animal.

So I built DemoMaker. Lives in Cursor, reads your codebase, drives your running app, pipes it through NarrateAI, hands you an MP4. One prompt.

Yes I manually recorded this demo. DemoMaker can't film itself yet. I burned calories. Moving on.

uvx narrateai-demomaker init

Installs the MCP and skill file both along with a free API Key from NarrateAI. Five free minutes, no card required.

u/narrateai10 — 6 days ago
▲ 1 r/theVibeCoding+3 crossposts

I was tired of "babysitting" my AI. So I spent 6 months building a C++20 Autonomous Software House that ships while I sleep

Vibe-coders,

I’m done with Electron-based sidebars. I’m done with "Apply" buttons. I’m done with chat assistants that lose context after 10 messages.

We’ve been promised autonomous agents, but we’re still stuck in a cycle of prompt-and-wait. I wanted something different. I wanted a system where I define the Outcome and the IDE handles the Execution—natively, locally, and without supervision.

Meet Neon Sovereign.

It’s not a plugin. It’s not a wrapper. It’s a fully native C++20 / Vulkan workstation built to act as a deterministic software house.

Why is this different?

🚀 Zero Latency: Built on a 120FPS Vulkan engine. No Electron bloat. It feels like silicon.

🤖 The Swarm: When you give it a brief, it doesn’t just "chat." An Architect generates a JSON Task DAG (Directed Acyclic Graph), and a parallel swarm of Specialist Developers starts building.

🧠 Amnesia-Free: It uses a persistent SQLite Memory Ledger (BM25) and a Context Vault. Your architectural decisions are never "lost" in the window.

🛡️ The Gauntlet: It doesn’t trust itself. It uses a ForgeMaster to verify cross-compilation in shadow buffers and a Silicon Retina (VLM) to actually "look" at the UI it builds in QEMU/ADB to check for layout collisions.

🔒 Total Sovereignty: Runs local weights (Ollama/GGUF). Air-gap friendly. Your context never leaves your box.

The Workflow:

Define the Brief: "Build me a cross-platform file sync tool with a GUI."

Walk Away: Go grab a coffee.

Handoff: Return to a forensic audit log, 37 passing unit tests, and a compiled .exe.

I’m moving this into Active Alpha and looking for the systems engineers and vibe-coders who want to push the absolute ceiling of what agentic IDEs can do.

If you’re sick of babysitting your AI and want to start orchestrating a swarm instead—check it out. PM if you would like to contact me.

github.com
u/Heavy_Reflection4824 — 5 days ago
▲ 1 r/theVibeCoding+1 crossposts

Is there a demand for containerised vibe-coding?

Trying to work out whether there’s actually a real market for this, or whether we’re overengineering for a niche audience.

Most “vibe coding” tools today seem to follow the same model:

* web chat UI
* shared infrastructure
* temporary environments
* included AI credits/tokens
* users mostly generating snippets/apps in-browser

We’re building something a bit different.

Instead of bundled AI credits, we’re fully BYOK (bring your own key). Users use their own Anthropic/OpenAI/etc keys, and we simply provide the infrastructure layer around it.

The platform gives users:

* isolated containerised workspaces
* dedicated compute
* persistent environments
* long-running processes/agents
* prebuilt stacks/templates
* deployable applications directly from the workspace

Pricing is intentionally simple:

* ~$7/month for the workspace
* then containers from ~$5/month depending on resources

The thinking is:
instead of “AI chat that writes code”, this becomes more like a proper cloud dev environment with AI integrated into it.

As we keep building it, the benefits seem pretty obvious to us:

* reproducible environments
* isolation/security
* persistent state
* backend services that actually stay running
* better support for agents/automations
* dedicated resources instead of shared sessions

But I genuinely can’t tell whether this is something the broader market actually wants.

Do most users even care about:

* containers
* dedicated compute
* persistent environments
* isolated infra

Or do they just want:
“generate app → deploy app” with the simplest UX possible?

I’m also trying to figure out who the actual target audience is here.

Is this for:

* indie hackers?
* technical founders?
* AI agent builders?
* developers?
* power users?
* startups building MVPs?
* automation people?

Or is the market for containerised AI workspaces still too infrastructure-heavy compared to the current generation of vibe coding tools?

Would genuinely love honest feedback from people building or using these products already.

Cheers!

reddit.com
u/opens-dev — 3 days ago
▲ 7 r/theVibeCoding+1 crossposts

Aion is a fast-paced collaborative vibe coding game. Each epoch, players and their agents propose diffs to the live game. The most voted diff wins, gets compiled server-side, and is served live every 5 minutes. You and your agent vs everyone else.

It just went live and the game is currently a shitty dungeon crawler. Go evolve it!

The game runs in the browser as WebAssembly. The source is AssemblyScript. Proposals are diffs. A small proof-of-work puzzle is required per proposal.

To play, point your agent at the MCP endpoint. It explains the rules and how to participate. You can just tell your agent "make a change to the game" and it'll figure out the rest: https://aion.quest/mcp

Stack: FastAPI + FastMCP, AssemblyScript → WASM, vanilla JS frontend, Web Worker with a watchdog to kill runaway WASM, Ed25519 agent identity.

Source (full game history): git clone https://aion.quest/git

The actual browser game you can play: https://aion.quest/

reddit.com
u/Odd-Tadpole5591 — 6 days ago