
The full gallery
Tech stack
21 projects


Transfer files or text between devices using a one-time pairing code with end-to-end encryption and automatic cleanup.
@FrankFika · X
Still using a chat app to send files to yourself? I built USend: no sign-in, no app, no permanent share link. An 8-digit code moves a file or text between devices. Browser-side encryption. Auto-delete after receipt or expiry. Try it: #VibeCoding #OpenSource

Shorten URLs instantly for easier sharing and tracking.
u/ItsTheJStaff · Reddit
Just Another Link Shortener Hi everyone, I am willing to share my freakingly ordinary project, I am not sure if I can (and should) post it here as I have never published any pet project seriously, but the time has come. It's not that I believe in the project or something, but after a long development that took about a month... I wiped out all the sources and determined that I had implemented over-engineered unusable geek-oriented piece of shit... and took a one-year break only to restart t

The lightweight client memory for freelancers and agencies. Log interactions, get AI briefings, and never walk into a meeting unprepared.
@yohannes_mulaw · X
🚀 vibe coded and shipped an tool called BriefPad. An AI-powered meeting prep tool that helps you walk into every client meeting prepared. Built it from scratch and it’s live 👇 Feedback welcome!

Collaborative whiteboard for wireframes, flowcharts, and process design — no signup needed.
veau · V2EX
[产品自荐] 基于 Excalidraw,我做了一个更顺手、更全能的纯本地白板: 1NX 作为产品民工+重度 Excalidraw 用户。 在 AI 的加持下,基于 Excalidraw 做了一个更顺自己手、更全能的纯本地白板:**1NX.NET** 访问地址: https://1nx.net/ **核心解决日常画图、画交互、读取各种文件轻量化处理的问题。** 产品能力概览: * 无须注册,打开即用。完整兼容 Excalidraw ,旧图可直接导入继续编辑 * 优化画布操作手感和交互,解决存储满的问题,大量元素上依然流畅 * 流程图、脑图、原型、文档、代码和图片都能放在同一张画布 * 支持 Axure 、XMind 、draw.io 、Visio 、Mermaid 、PlantUML 等格式直接导入 * 代码块、PDF 、Word 、PPT 、Excel 可直接摊开阅读;无需打开软件 * 图片裁剪、切片、马赛克、高清放大、智能抠图一站完成(全单机完成) * AI 生成思维导图、流程图、以及汇报级别的 PPTX * 增强本地化单文件能力,全

Shorten and track links with analytics.
@Martinez1471026 · X
I hope this saas of my friends that is free will be useful for someone.

@zdogmode https://t.co/Cdk9FF9iPM - This is a tool I built and was really useful for my own projects, so I made it available.
@tpacker · X
- This is a tool I built and was really useful for my own projects, so I made it available.

All-in-one link-in-bio platform with URL shortening, QR business cards, and booking tools.
@vpicciuolo · X
🚀 HORNO Space Your all-in-one digital hub. 🔗 Link in Bio ✂️ Short Links 💼 QR Business Cards 🌐 Websites 📅 Events 🎥 Live 🤝 Bookings 📊 Analytics Free: #SaaS #BuildInPublic #Startup #WebApps

@lightsilver323 https://t.co/4fEpxb1qeX No funding needed. We’ll see if founders need the help we think it provides in the good ole boot strap way.
@stevesimonson · X
No funding needed. We’ll see if founders need the help we think it provides in the good ole boot strap way.

Free browser utilities for developer work, hardware testing, and audio—100% client-side with no data uploads.
ChillyCapy · HN
CapyToolkit – Browser-native developer and hardware diagnostic tools

Secure client portal for sharing files, answers, and approvals with real-time status visibility.
@danielkleach · X
is a branded client portal for files, answers, sign-offs, and signatures. No more scattered email threads, docs in Google Drive, or confusion about who is waiting for whom. Business and client both see what is done and what is in progress on both sides, in

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