Top
Best
New

Posted by david927 1 day ago

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

What are you working on? Any new ideas that you're thinking about?
277 points | 1037 commentspage 21
yuppiepuppie 1 day ago|
Keep on chugging away at The HN Arcade :) https://hnarcade.com

Over the past weeks, we consistently get 5-6 submissions per week. The newsletter and number of visitors are growing.

I’ve come to treat this as a pet project but realized that for indie devs who get very little marketing attention, being featured in the newsletter, top of the daily list, etc. can be another burst of users.

dm03514 18 hours ago||
Working on chain of custody for financial transactions!

Our first offering is OrderProof which records Shopify transaction evidence and generates PDF to help merchants streamline chargeback disputes.

https://turboops.io/products/orderproof

----

more about the problem here:

https://www.linkedin.com/pulse/you-losing-shopify-chargeback...

kn100 16 hours ago||
Recently built https://entrycast.com/ - there are other products kind of like it on the market already but I had some specific use cases I wanted personally, and decided rather than making it just for me, I'd for the first time in my life make it something others could buy too. No customers so far, but I don't really mind, to be honest!
Kinrany 13 hours ago|
You missed a perfectly good opportunity to explain your product :)
linkshof 5 hours ago||
a resource hub called Linkshof (https://linkshof.com/) of mostly IT, software development and ai related stuff
edgecraftstudio 1 day ago||
The ProxyBox Zero (https://pbxz.io) - a zero-config hardware solution for connecting your modern web apps to your printers, usb devices, legacy hardware. Provides local and public internet access - print to your local printers from anywhere.
francink 18 hours ago||
I am working on https://baolib.org.

Applications on the public cloud raise strong concerns about data protection. As an architect, I spend a meaningful part of my time ensuring the security of customers’ data in the cloud.

Bao introduces an innovative approach where data remains on local devices while the cloud provides encrypted storage for synchronization and peer exchange. Because cloud providers cannot access the data, the need for due diligence is reduced.

Any feedback is welcome.

bionsystem 18 hours ago|
Any connection with bao or openbao, the fork of hashicorp vault ? I fail to see any reference on the site
css_apologist 22 hours ago||
I got a few ideas which will probably never get done at this point

1 - actual css static analysis -- consume html + css, and provide tooling to preview what properties are inherited given the context you're in -- what you're overwriting, what display mode you're in. If there's inconsistent display modes depending on where in the html you are.

2 - a reactive html scripting language which using html as the source of truth, and synchronizes html elements through their relationships to each other

i only have prototypes, and unfortunately given the climate i feel i am the only person who wants these tools.. but every few weeks i get to sit down and get some progress and that's nice

pedrosbmartins 1 day ago||
I've been working on a surfing game on my spare time for the past year. The idea is to keep it closer to the real sport, focusing on pumping, carving, nose-riding, etc. I shared a video of it on the Unity3D subreddit[1] and the feedback was quite positive, so planning on getting a demo ready as soon as possible!

[1] https://www.reddit.com/r/Unity3D/s/mB2kn0BxIT

dmacedo 1 day ago||
Trying to solve my own problem of drowning in meetings and scattered tools, turning things into actionable items.

It sits on top of what I already use and gives me a unified "What do I need to do (now/today)?" view.

Trying to auto-capture action items from meeting transcriptions and other inbound, and routing quick thoughts to the right tool with a couple of keystrokes, helping me prioritise my day so I'm not spending energy on too much organising (or through lack of organising getting distracted).

I wanted something that watched my inputs and keep my GTD loop running, especially when back-to-back meetings and context-switching make it really hard (or impossible) to stay on top of things I need to do!

Might also augment it with LLM for some support of task breakdown, but only as human-in-loop assistance.

Not thinking this could ever turn into a product since it's so custom.

loufe 20 hours ago||
I built a suite of cli tools my last rotation at work for this exact reason. Made a contacts database using recutils with a go cli wrapper, used vikunja for Todo (with a cli wrapper from someone else), have all knowledge stored in a Johnny decimal folder structure with markdown summaries, and an automated typst document creation pipeline cli to blast out reports and posters and stuff, among a couple others. I basically did my job via terminal with agents after investing a couple days getting it set up, paid off very quickly.
ishtanbul 1 day ago||
Can you share more about your setup? This is such a common problem.
philajan 1 day ago|
I've been working on an app to track my son's 1000 books before kindergarten. I've also added QOL features like barcode scanning for adding books to the library and creating a rotation based on the last time the book was read and whether I actually enjoy reading it. (The books I don't like make it through the rotation just with less frequency.)

This was an excuse to ship a mobile app for the first time and get familiar with supabase.

After these last few bugs are fixed, its ready for a semi-public TestFlight with our friends who have kids.

More comments...