Live data from Hacker News

Ask HN: What are you working on? (February 2026)

news.ycombinator.com

561–570 of 1001 posts

Re: Ask HN: What are you working on? (February 2026)

#561
https://pglite.dev

I'm one of the maintainers of PGlite - PostgreSQL in WASM.

We have lots of updates in the pipeline, just listing some of them:

- making it easier to upgrade PostgreSQL's version

- PostGIS - this is one of our most requested extensions and although we have it running server side (ie node, bun, deno) Chrome is holding us back from releasing it

- multi-connection multiplexing over a single instance

Native library is also on our radar, just needs more time...

Re: Ask HN: What are you working on? (February 2026)

#562
I finally got to rework my html form forwarder[1]. I realized how cheap SES is and thought I might as well make the service free.

I hope open sourcing it could be a way for me to get some mentorship from more experienced devs as well. Unfortunately, my work doesn't really do code reviews so I feel like I am not improving much on that front.

[1] https://www.simplecontactform.org

Re: Ask HN: What are you working on? (February 2026)

#563

BrowserBox embedding API plus a bunch of other side projects. BrowserBox is a remote isolated browser with a variety of DLP, NIST 800-53 controls and FIPS 140-3 encryption at rest. It can function as a fully automated embeddable browserview for AI workflows, isolated sandboxes, generic whitelabeled RBI and multiple other use cases. It's a heavy target of abuse by non state actors in sanctioned countries so I had to a…

Link: https://github.com/BrowserBox/BrowserBox

Re: Ask HN: What are you working on? (February 2026)

#564
I'm currently working on Tresor AI (https://trytresor.com) - Al confidential AI workspace for professionals (including LLMs, documents, web search, integrations, etc). We use end to end encryption plus hardware sealed AI processing, so your data is never visible externally, even Tresor can't see it.

Re: Ask HN: What are you working on? (February 2026)

#566
https://github.com/tldev/posturr

Posturr is a macOS app that blurs your screen when you slouch. I’ve always had bad posture at my desk, so I wanted to figure out a way to check myself. This idea is not radically new, but the methods by which Posturr reminds, e.g. blurring screen, colored border, is unique and effective.

Recently released to the App Store at: https://apps.apple.com/us/app/posturr-posture-monitor/id6758...

Re: Ask HN: What are you working on? (February 2026)

#567
Hi HN, I'm working on https://waitle.io — a simple waitlist & coming-soon page builder.

Plenty of competitors exist, but many are surprisingly expensive for such a simple use case.

This started as an attempt to create a more reasonably priced alternative for early-stage projects.

Re: Ask HN: What are you working on? (February 2026)

#568
post #431

I always wanted a minimalistic CSS framework for my projects, so I started to create my own: THINK THINK is a modern CSS-first UI framework built on semantic HTML, custom elements, and data attributes. Uses :has(), container queries, and density scaling. No classes, no build step. It‘s work in progress but I‘m pretty happy with the outcome so far, especially the data table component and automated Insights. I know it‘…

Looks nice! Semantic HTML is such a relief if you've ever encountered a div hell.

Re: Ask HN: What are you working on? (February 2026)

#569
https://mealplannr.io

The end game is no/low touch weekly meal plans send directly to your inbox, with meals you love to cook but with none of the hassle around planning the meals, shopping list etc (which I spend hours doing every week).

An important feature for me was improving the recipe discovery experience, you can build a cookbook from chefs you follow on socials (youtube for now), or import from any source (Web, or take pic of cookbook etc) - it then hastight / easy integration into recipe lists.

Utilising GenAI to auto extract recipes, manage conversions, merge/categorise shopping lists etc - as-well as the actual recommendations engine.

If anyone is interested in beta testing / wants to have a chat I'll look out for replies, or message mealplannr@tomyeoman.dev

Post reply on HN