I've been working on a "businesses for sale" aggregation/search engine that sources data from all of the major "business for sale" type platforms in Australia and de-duplicates listings, extracts data like revenue/profit/etc, and normalises it all for quick browsing. I have a couple of family members and friends who are looking to buy businesses (separately), and it's been much more time-consuming than you'd expect j…
Ask HN: What are you working on? (July 2025)
341–350 of 900 posts
Re: Ask HN: What are you working on? (July 2025)
#342Matry - a keyboard driven tool for designing in the browser. It’s like a cross between Storybook, Webflow, and Vim.
RealTea - comment on Zillow/Redfin listings and share info that wouldn’t otherwise be publicly available.
Re: Ask HN: What are you working on? (July 2025)
#343Vibecoding MCP every damn day.
Re: Ask HN: What are you working on? (July 2025)
#344Solarite.js: https://vorticode.github.io/solarite/
Re: Ask HN: What are you working on? (July 2025)
#345I'm building ClosedLinks, a tool for sharing files and/or messages anonymously through one-time access links with no traceable sender. Most digital tools assume persistence; ClosedLinks is built for ephemerality and unlinkability. Each link is single-use, redirects on access, and stores encrypted content only temporarily. Recipients never see the original URL, enabling plausible deniability. Think: whistleblowers. En…
Curious as to why you store the data in the database in b64 as opposed to files on disk. What's the reasoning for that? Doesn't it make storage/backups/etc more complicated?
Not an expert myself, I opted for in browser encryption, in chunks, so as to avoid memory limitations (at least in some browsers, not FF yet), and in browser gzip so as to keep file size down and speed things up.
I find your niche quite interesting (journalists, whistleblowers) but given the high stakes of that perhaps an open source or more collaborative approach would be easier to promote.
Another idea I've tried out but not pursued, is some sort of browser extension/addon (I used nwjs, similar to electron), that offers client side encryption for any site (form field really). So you'd only post encrypted stuff to whatever service (email, reddit, hn, whatever) and only anyone with the key would get to read it (well, assuming they have the key and the same extension). Just throwing the idea out there, I'm sure others have thought about something along those lines before. The details to get it right are tricky (UX wise), but for your target audience it may be well worth the extra work.
Keep it up!:)
Re: Ask HN: What are you working on? (July 2025)
#346I am working on a time tracking app for tasks. I built it because I want to gain a better understanding of how I spend my working days. It's meant to be very simple. Everything is stored locally and requires no login. I don't currently plan to sync it with any backend. This isn't something that can be used to track employees — it's just for personal use. https://www.zookeeper.fyi/
Re: Ask HN: What are you working on? (July 2025)
#347I've been working a website for searching openwrt routers across multiple marketplaces https://routerprices.net
Re: Ask HN: What are you working on? (July 2025)
#348The core philosophy is: your notes should be yours forever, that also includes the software stack it's built on. Everything is stored locally in SQLite with standard Markdown, so no vendor lock-in or proprietary formats. The interface is very minimal without flashy colors or icons, so you can focus on your thoughts.
Key features: instant full-text search using BM25, flexible tag organization instead of rigid folders, rich Markdown support with formatting toolbar, and custom "Focus Modes" for different contexts. It's a PWA that works offline (read-only).
The tech stack prioritizes minimal dependencies - no NPM (self-hosted Preact instead of React), Golang for rich standard library, etc. The whole app can be run from a single binary, so no messy installation requirements. Docker is also available.
I tried to design this from scratch, learning about typography, colors, spacing etc. It turned out better than I expected!
I've switched to this as my main notes app and I'm happy with it.
Landing Page: https://www.sheshbabu.com/zen/
Demo: https://zendemo.fly.dev
Re: Ask HN: What are you working on? (July 2025)
#349Have you ever wanted to write your life story but found it too overwhelming? I’m developing an app that acts as your personal interviewer, guiding you through your memories and helping you share them with your loved ones. The app is designed for older adults who enjoy reminiscing but struggle to organize their thoughts into a coherent narrative. The goal is to preserve their hard-won insights and pass them down—to fa…
Re: Ask HN: What are you working on? (July 2025)
#350Vibe-coding for 6 months as a solo dev (on the side) and loving it.