Probably safe*
Showing stories from 2025-08. View all
Hi HN! We’re Alessia and Elia, the founders of VibeFlow (<a href="https://vibeflow.ai">https://vibeflow.ai</a>). VibeFlow lets semi-technical people (i.e. people with some technical skill but who are not professional programmers) build full-stack web apps from natural language pr...
The data infrastructure layer that powers my apps is now open source. It handles complex issues like race situations and memory leaks, and it includes caching and retries. The architecture document explains the setup and the principles behind it.
Who is this for?
- Devs looking for utilities that treat data types generically. For example, common-fp has a `mapValues` function that takes an array, object, Map, or Set and returns a new instance of the data type passed in.
- Devs interested in functional utilities without the jargon. In my expe...
Q.js is a lightweight JS framework that I recently distilled from our in-house Qbix platform that I’ve been building since 2011. It powers many of our social apps, which have all the features of Facebook, LinkedIn, X, etc.<p>We’re not a big company like Google or Meta, so we never released it public...
Solo-built StegMark hides an encrypted URL inside a PNG. 100% client‑side; nothing is uploaded. Open the site, pick an image (or a preset), paste a link, set a password, and download the result.
As I started to use Claude Code to do more random tasks I realized I could basically build any CLI tool and it would use it. So I built one that controls the browser and open-sourced it. It should work with Codex or any other CLI-based agent!<p>I have a long term idea where the models are all local ...
Hi HN,<p>I made this tool because I was tired of babysitting repomix to get the code I wanted to provide LLMs packed in large repositories. Scribe uses token budgeting and a variety of IR algorithms to "just work" on any repo with no configuration.<p>Acknowledgements to repomix for a feat...
Hello everyone,
I’ve created a new web application that allows users to build static websites without writing any code. I’ve already shared the URL with you, but let me share it again: https://statlinko.com
.<p>I’d be truly happy if some of you could take a look at the app. I’m open to any...
Hello HN,<p>I was tired of the constant cycle of logging in/out to test different user roles (admin, user, etc.), which meant manually clearing and setting `localStorage`, `sessionStorage`, and cookies. It was a huge time sink.<p>So, I built "Tab Storage Copier," a browser extension t...