Live data from Hacker News

Ask HN: What Are You Working On? (March 2026)

news.ycombinator.com

211–220 of 1001 posts

Re: Ask HN: What Are You Working On? (March 2026)

#212
For about a year I've been working on Mu - an app for everything without ads, algorithms or exploits. https://mu.xyz

Blog, news, chat, video, mail, web. Basically all the daily habits as little micro apps in one thing. I find it quite useful. Not sure anyone else does yet though.

Also separately worked on Reminder.dev which is a Quran app and API that bakes in LLM based search and motivational reminders.

Re: Ask HN: What Are You Working On? (March 2026)

#215
Not sure if people interested, but since I use sqlite in a lot of my own projects, I am working on a lightweight monitoring and safety layer for production SQLite.

The idea is pretty simple: SQLite is amazing, but once it’s running in production you basically have zero observability. If something weird happens (unexpected writes, schema changes, background jobs touching tables, etc.) you only find out after the fact. It tries to solve that without touching application code. It's a Rust agent that runs next to your sqlite file, and connects to the server where everything is logged in. My current challenge right now is encryption and trust, mostly.

Curious if others here are running SQLite in production and if you would be interested in something like this.

Re: Ask HN: What Are You Working On? (March 2026)

#216
Completed:

- http://sharpee.net : Text Adventure authoring platform in Typescript

- https://github.com/ChicagoDave/tsf : A multi-target npm build tool

- https://devarch.ai : Claude Code guardrail workflow including hooks, agents, and skills

In progress:

- unnamed project to disrupt commercial site hosting including a new marketplace

Re: Ask HN: What Are You Working On? (March 2026)

#217
A bunch of ideas that have had domains but never enough engineers. Now there isn't enough time it seems except when I've hit my LLM subscription limits and they need to cool down.

Already launched biz-in-a-box.org and a life-in-a-box.org spinoff as frameworks to replace every entity's QuickBooks. I'm using them myself for every project my agents are spinning up.

Stealth project is related to classpass but for another category of need that won't go away even in the age of AI that really is only possible with critical mass of supply to meet existing demand. Super excited cus there's no better time to build with unlimited agents that scale without people problems.

Lastly, can't wait to run local LLMs so no longer limited by tokens/money.

Post reply on HN