nowfound

Alternatives

Products that do what Provably secure vibe coding is now a thing does

Don't get your knickers in a knot. We were surprised too. We are the team behind TideCloak which we shared on HN previously (https://news.ycombinator.com/item?id=42460131). This time we ran an experiment. What happens when you apply a fundamentally different security model to the worst possible development process? Behold... SecureAF https://secureaf.lovable.app/ Build video 6 mins https://youtu.be/tx5MsJ3jeQw The code and UI are questionable and the quality assurance is non-existent. But the security model holds by treating even us as malicious,…

  1. 1
    VibeSec249

    Find and Fix Code Vulnerabilities Instantly!

    2025

  2. 2

    Free IDE extension to ship secure vibe coded projects

    2025

  3. 3

    The security checkup for indie hackers & vibe coders

    2025

  4. 4
    VibeKit139

    Run coding agents in a secure sandbox

    2025

  5. 5VL

    I built a CLI that detects patterns AI coding tools leave behind: empty catch blocks, hardcoded secrets, as any everywhere, comments that restate the code, god functions, SQL concatenation. 24 rules across JS/TS and Python. Zero config, runs offline, regex-based so it's fast. npx @yuvrajangadsingh/vibecheck . Also ships as a GitHub Action for inline PR annotations and standalone binaries (no Node required). Why: CodeRabbit found AI-generated PRs have 1.7x more issues than human PRs. Veracode says 45% of AI code samples have security vulnerabilities. "Vibe coding" is everywhere now…

    Mar 2026 · github.com

  6. 6CP

    Hi HN! I've never posted anything on here before, but this project was too fun to pass up. I've been learning a lot about agents lately, and wanted to see if I could replicate some of the results of Windsurf and Cursor. Generally I love these tools, but when you're stuck behind an "enterprise" firewall, they don't work as well. This sad state of affairs motivated me to understand SWE agents more. Does it work? Yes. Is it as good as Cursor and Windsurf? Not quite, but it's pretty darn close, depending on the model you use. I'm lacking a few features like semantic indexing, MCP support, but…

    2025 · github.com

  7. 7KY

    Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding. I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project). In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result: https://github.com/vladstudio/web2llm Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!…

    2025 · web2llm.dev

  8. 8IR

    I was going through my app subscriptions and realized I was paying $15 for a pretty good workout app, which seemed a bit high to me. As a software engineer who is also well versed in claude code, I realized that I could likely vibecode a very similar app, or even build something more to my liking. I challenged my self to build something roughly equivalent this afternoon. Workflow was: start with a detailed spec from Claude code describing many of the features common in workout apps. Then paste this into lovable to have it build out the initial mvp. Once that was built, I used claude code…

    Dec 2025 · strengthquest.lovable.app

  9. 9IM

    Hi everyone, I just saw a vibe coded game on HN, and thought maybe I should post about this here. I'm organizing a vibe coding game dev competition called Vibe Jam. Last year we did it too and there was 1000+ games submitted. This year the deadline is May 1 and you can submit your games until then. There's $35,000 in prizes with the Gold prize being $20,000. Let me know what you think! -Pieter

    Apr 2026 · vibej.am

  10. 10ZS

    I’ve been cautiously (and nervously) playing with openclaw and a number of other claw and code agents for a while now, but trying out different ones was tricky so I wanted a simple way to switch out channel ownership… then I wanted more. Security is hard, and I wanted to make it easier. This is FAR from polished, and no claims that I’m a “security expert” but I tried to think and research a bit on different threat models (I think of 2 broad ones for agents, external adversaries and internal agentic failures) and try and offer best in class protection on both, while also not having any…

    Apr 2026 · github.com

  11. 11SE

    Hello. I made this project as an experiment in using key cryptography for user identity in a client server model, and for some future peer to peer projects that I am working on. I am looking for feedback, please let me know what you think. Also, Merry Christmas to HN! :-)

    2022 · github.com

  12. 12IV

    It took me about a week to vibe code this 3D game engine with Opus 4.6 that I intend to use as a replacement for Three.js and React Three Fiber in my browser MMORPG, Mana Blade. I was not expecting to be able to reach that point so easily, but pretty much every feature took somewhere between 30 minutes and 1 hour - 1 to 3 prompts on average. It is vibe-coded in the sense that I haven't looked at the code, but I am very careful with my prompts and constantly have Claude reviewing the codebase, looking for performance and code quality improvements. It can reach 2000 draw calls on recent…

    Feb 2026 · github.com

  13. 13VC

    I've been using Cursor, Co-Pilot, ChatGPT, Claude and what not since quite some time now, and we are at a stage where we can just "vibe code" whole apps from idea to execution in a few prompts. I tried this personally to create some side projects that solved little problems for me. But I always got stuck at a point where it just goes into an infinite loop of issues and can't solve the issue by itself. Well I'm a developer, so it's easier for me to dive into the code and solve the problem myself, but that would take a hell lot of time to understand all the code AI wrote for me. If I keep…

    2025

  14. 14SN

    I know vibe coding is controversial. I wanted to give it a try so over the last ~4 weeks I tried vibe coding a blender/houdini inspired node based 3d geneartion app in my spare time. The original goal was to try to generate great looking 3d environments from relatively small data. Most games download megs or gigs of data and that's no good for web based things. If you're an AI skeptic still, maybe seeing more concretely what's possible today might convince you otherwise? I'm not making any claim the code is good, though I'm also not claiming is bad. I had fun giving it a try. I was…

    Jun 2026 · github.com

  15. 15SR

    Hey HN, I see vibe-coded apps as basically a working sketch from a domain expert who knows what they want, abdicating responsibility for the "-ilities" (e.g. maintainability, scalability). They're valuable, working, partial specifications - but far from a production-worthy product. Spekkio is an extension of the spec-kit approach that reverse-engineers a vibe-coded app to make best use of what we're given to bridge that gap. Spekkio surfaces the kinds of rubbish that vibe-coded apps accumulate: missing validations, security gaps, inconsistent error handling, dead code, etc... and creates…

    Mar 2026 · github.com

  16. 16RU

    hey all, happy to share research i've been working on for islo.dev in recent months. ever since the cheating agents (https://debugml.github.io/cheating-agents/) paper came out, revealing reward hacking was 4x more prevalent than previously estimated, i've been looking into how we can deal with the issue the common approach (taken by the tbench team) is post hoc trajectory analysis. i've been interested in the idea of reframing the problem as an endpoint security problem and tackling it via sandbox i hope you find it interesting, and thanks to the islo.dev team for…

    Jun 2026 · github.com

  17. 17VR

    I built Vibe Remote because I wanted to code from my bed or the park without lugging a laptop around. With tools like Claude Code, Codex, and Gemini-cli, we don't need a full IDE for every task anymore. Vibe Remote turns your phone into a powerful remote console. Why it’s more than just a chat: * AI Agent Hub: Zero-config support for Claude Code, Codex, and OpenCode. * Built-in Web Preview: View your localhost services directly inside the app. Essential for UI debugging. * Full Session Management: Start a task on your Mac, grab your phone, and monitor progress from a cafe. * Dev Ops: Manage…

    Mar 2026 · vibe-remote.com

  18. 18MA

    I want to be very upfront: this IDE's code is 100% generated by LLMs supervised by me, I am not hiding this fact. This submission was written by a human. microide's focus is performance and privacy, I was very tired of having AI integrated on every tool (ironic, I know, having vibecoded this one), and the decline in software performance. After trying quite a few IDEs none were what I wanted so I started microide. microide also does not have any kind of telemetry nor networking capabilities by design, no accounts, no update checks, none. Since I only use CLI-based LLM tools, microide has a…

    Jul 2026 · pablojimenezmateo.github.io

  19. 19RA

    Hey HN, There’s been a lot of interest recently in meta-harnesses, loops, and multi-agent orchestration. Obviously, there are already a lot of good tools: Conductor, cmux, the native Codex / Claude Code apps, etc. For my own use cases, I’ve felt that the orchestration layer tends to feel overengineered. I mostly wanted a simple local harness (i.e Pi) for running and tracking CLI agents with the ability to hop in (via tmux). Relaymux is my opinionated attempt at that. A few design principles: - The frontend is just Telegram / iMessage / CLI. If I want more visibility, I hop…

    Jun 2026 · github.com

  20. 20VC

    I spent a month to put together a workout app without writing a single line of code by hand. It's on par with many apps like Fitbod or Fitness AI. Got approved on iOS App Store. Let me know if you want free access, only thing I ask is to give me genuine feedback and one feature you would like to see. I will be asking Codex/Claude to rank the top features and implement it.

    Feb 2026 · apps.apple.com

  21. 21TL

    I'm Dustin Kirkland, author of Byobu[1]. I built Trustmux[2] to solve a personal problem: secure, encrypted access to my tmux[3] and Byobu sessions from my phone, without the pain of other mobile shell approaches. I run long-lived shells, Claude, and other sessions in the background on my workstation, and I needed to check in from mobile — securely, with real TLS certificates and Tailscale-backed privacy, not some insecure workaround. Why not SSH / Mosh / Claude Mobile? - SSH/Mosh: Synchronous connection state is brutal on mobile. Latency, network handoffs between WiFi and…

    Jun 2026 · trustmux.dev

  22. 22IV

    My kids are surprisingly keen to learn to type, and I couldn't find any thing out there which was A) Free without adverts B) Worked well on mobile/tablets C) Was clutter free and easy to use I wondered how easily I could vibe code a solution. Here's the result. Everything here was "vibe coded" to an extent, the graphics, sounds, art-work, even the github pipelines ( and I used chatgpt to instruct me how to configure everything in AWS ) I'm particularly pleased with the phoneme game, https://free-kids-typing-games.com/games/phoneme-sound-lab/ which was crafted…

    Dec 2025 · free-kids-typing-games.com

  23. 23

    The safe way to launch the app you vibe coded

    23d ago · launchsafely.ai

  24. 24CC

    Hey HN, I've been wanting to start this project for a long time, ever since I read an article about collaborative transformation of blob images[1], and I'm hoping it will take off here as I'm curious to see how it can grow. Here's how it works: - My website is available at https://chaospixels.com. You can find its code in the `src` directory of the linked repository. - Every day, I'll review all the open PRs (Pull Requests) and calculate a PR score based on the number of thumbs-up on the PR's opening comment. - The PR with the highest score will be merged and deployed. - Afterward,…

    2024 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →