Live data from Hacker News

Ask HN: What Are You Working On? (December 2025)

news.ycombinator.com

1–10 of 1001 posts

Re: Ask HN: What Are You Working On? (December 2025)

#2
Working on updating my Your-Age-in-Days app[1] for iOS 26. The main motivation was to have the days I've lived always available on the lock screen with a more native feel than the workaround I had before (nightly Shortcut which updates the background image and adds the current number as an overlay to it).

[1]: https://apps.apple.com/de/app/days-of-life-milestones/id6738...

Re: Ask HN: What Are You Working On? (December 2025)

#3
A side project for my side project: I built my own static site generator with React islands architecture and MDX support, using Bun. (Build your site from .mdx files, output only html+css, progressively hydrate the client with React only as needed).

I wrote about it here: https://pcmaffey.com/custom-ssg/

Forkable template: https://github.com/pcmaffey/bun-ssg

Re: Ask HN: What Are You Working On? (December 2025)

#5
I've really enjoyed writing blog posts recently. Not only is it a great way to flex your writing muscles, but writing about a topic, unsurprisingly, helps you understand that topic better too. I've had great conversations with friends about the posts I've written as well.

And sort of in that same vein, I've been developing my own static site generator that I eventually want to move my blog to. It's almost certainly going to be a worse SSG than every alternative, but it'll be mine and that's worth something in itself.

Plus it's just been fun to make! I wrote some gnarly code to generate infinitely nestable layouts that I'm kind of proud of. It's the kind of code that's really cool but you can only code on a project for yourself, because if someone else had to debug it, they might say some pretty unkind things about you.

Re: Ask HN: What Are You Working On? (December 2025)

#7
I built a free USCIS form-filling tool (no Adobe required)

USCIS forms still use XFA PDFs, which don’t let you edit in most browsers. Even with Adobe, fields break, and getting the signature is hard.

So I converted the PDF form into modern, browser-friendly web forms - and kept every field 1:1 with the original. You fill the form, submit it, and get the official USCIS PDF filled.

https://fillvisa.com/demo/

What Fillvisa does:

- Fill USCIS forms directly in your browser - no Adobe needed

- 100% free

- No login/account required

- Autosave as you type

- Local-only storage (your data never leaves the browser)

- Clean, mobile-friendly UI

- Generates the official USCIS PDF, ready to submit

- Built-in signature pad

I just wanted a fast, modern, free way to complete the actual USCIS form itself without the PDF headaches. This is a beta version

Re: Ask HN: What Are You Working On? (December 2025)

#8
Puzzleship - a free daily puzzles website with the archives paywalled. Right now it has Logic Grid Puzzles and Zebra Puzzles. I'm pretty proud of the LGP generator algorithm and some experienced players also liked the way the puzzles are constructed. This is my first subscription site and it's been online for about 15 days, so I'm learning a lot and trying to figure out the pricing.

https://www.puzzleship.com/

Re: Ask HN: What Are You Working On? (December 2025)

#10
A fully automated time-tracker that feeds screenshots into llms to help you spend your time where it matters to you.

https://donethat.ai

With lot's of built-in data privacy safeguards https://donethat.ai/data

Also made an overview of similar tools out there https://donethat.ai/compare

Recently broke on Linux with a Wayland security update, working on a fix! Using Electron for cross-platform.

Post reply on HN