
Vault Desk — Zero-knowledge encrypted cloud storage
Store and sync files with end-to-end encryption that keeps them hidden from the server.
@vaultdesk · X
The full gallery
Tech stack
60 projects

Store and sync files with end-to-end encryption that keeps them hidden from the server.
@vaultdesk · X

AI-powered notes app built with Codex and refined with Grok.
@Number1AIFanboy · X
I got to go to bed. More coding tomorrow. I just had a realization that I'm building cool shit, using @grok in an app that I built with Codex and refined with Grok. And now Grok just works on himself. LFG🚀 Drop me a note here: Get the app here (use LAUNCH50):

Scan any URL for security vulnerabilities: JS CVEs, hidden trackers, and misconfigurations.
@oldagencydev · X
Is this still an open offer?😂I'm launching and trying to get it out there. Free no-signup security scans of any URL to catch everything including vibe-coded app issues. Then paid plans for everything up to enterprise! Already using at my other company!

Offline note-taking app with Serbian interface, folders, tags, and local browser storage.
@fuckingologist · X
Its my First full app

Free bass guitar practice workspace with interactive fretboard, backing tracks, and scale exploration tools.
@GururSon · X

Open-source WYSIWYG Markdown editor with local-first storage and AI-assisted editing across Web, macOS, Windows, and Linux.
Markra — 本地优先的开源所见即所得 Markdown 编辑器,支持 Web、macOS、Windows 和 Linux,AI 修改可预览后应用 - [更多介绍](https://github.com/markrahq/markra/blob/main/README.zh-CN.md)

Build a backend with managed Postgres, authentication, realtime subscriptions, and auto-generated APIs.
@im_pradee_p · X
Backend as a service

Browser-based USB serial terminal for hardware debugging and communication.
@thembeddevguy · X
The USB Type-C <-> RS-232 dongle got its well-deserved (and totally vibe-coded) browser-based serial terminal! No ads, no tracking, and the cookies are only there to store the settings.

A rhythm game where you distinguish fake instructions and follow real ones to the beat using arrow keys.
Blue White Flag — Play Blue Flag White Flag Games Online Free

@UK_Daniel_Card I made something similar https://t.co/HCVGlFb8hF. Its completely vibe coded but it is supposed to be a vibe project. Been making it for about 6 months now. Feel fre
@slacksarenice · X
I made something similar Its completely vibe coded but it is supposed to be a vibe project. Been making it for about 6 months now. Feel free to take inspiration from it 😅

Free collection of 12 online generators for QR codes, passwords, business names, quotes, and more.
@Oriam216 · X
Just launched AltosTools 🧰 — 12 free online generators in one place. QR codes, passwords, business names, price quotes & more. No sign-up, works on mobile, runs 100% in your browser. Try it 👉 #buildinpublic #freetools #indiehackers

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared