I've been putting together a no-nonsense free invoice generator, for people (like myself) that only occasionally send invoices. It's more-or-less a WYSIWYG editor, and the state is stored in the URL, so you don't have to worry about keeping track of where you stored your copy - if you've sent someone an email with the link, you've got a copy. This project was born out of the frustration of trying to generate an invoi…
Nice work! Would totally have used this when I was freelancing. Honestly love the serif'd fonts, would love to see everything serif'd tbh. Also back when I had to do these (I used Wave) having a notes section was very useful to include a few things (i.e. I used to include conversion rates). Would probably be pretty easy.
Ask HN: What are you working on? (March 2025)
341–350 of 1001 posts
Re: Ask HN: What are you working on? (March 2025)
#342I've been putting together a no-nonsense free invoice generator, for people (like myself) that only occasionally send invoices. It's more-or-less a WYSIWYG editor, and the state is stored in the URL, so you don't have to worry about keeping track of where you stored your copy - if you've sent someone an email with the link, you've got a copy. This project was born out of the frustration of trying to generate an invoi…
Great friggin name! Love that it dumps you right into the experience.
Re: Ask HN: What are you working on? (March 2025)
#343Just shipped the first phase of v2 which lets you navigate Nix store objects.
Give it a spin here: https://v2.mynixos.com/nix/store/16s8kjwv6zz7xyv3hjr890n7v0d...
(Adjust settings in the upper right corner menu to control what is streamed).
More info here and in FAQ on front page: https://discourse.nixos.org/t/mynixos-v2-release-updates/622...
Re: Ask HN: What are you working on? (March 2025)
#344Re: Ask HN: What are you working on? (March 2025)
#345My master's thesis[1] was half research, half dev project, exploring how we can continue to fully fuse traditional RPGs with computers. This goal is my life quest, my life's work. I think virtual tabletops (VTTs) as they currently stand are barking up the wrong tree[2]. I want a computer-augmented RPG to allow the GM to do everything he does in the analog form of the game. On-the-fly addition of content to the game w…
Re: Ask HN: What are you working on? (March 2025)
#346I've been putting together a no-nonsense free invoice generator, for people (like myself) that only occasionally send invoices. It's more-or-less a WYSIWYG editor, and the state is stored in the URL, so you don't have to worry about keeping track of where you stored your copy - if you've sent someone an email with the link, you've got a copy. This project was born out of the frustration of trying to generate an invoi…
Interesting, I’ve been using https://simpleinvoices.io for a couple of years and really like it. Integrates with my Stripe and super easy to configure. Best of luck!
Re: Ask HN: What are you working on? (March 2025)
#347I'm working on pure.md[1], which lets your scripts, APIs, apps, agents, etc reliably access web content in markdown format. Simply prefix any URL with `pure.md/` and you get the unblocked markdown content of that webpage. It avoids bot detection and renders JavaScript-heavy websites, and can convert HTML, PDFs, images, and more into pure markdown. pure.md acts as a global caching layer between LLMs and web content. I…
Re: Ask HN: What are you working on? (March 2025)
#348A platform for indie devs to publish WIP web games: ( https://flipkick.gg ) The goal is to build a discovery system/algo that surfaces stickiness and fun to give developers a tighter publish/iterate feedback loop so they can really hone their craft on a shorter time frame. If you have a prototype of a game that can be hosted as a static frontend web rotting away in your "projects/" directory feel free to toss it up o…
Re: Ask HN: What are you working on? (March 2025)
#349Re: Ask HN: What are you working on? (March 2025)
#350I've been putting together a no-nonsense free invoice generator, for people (like myself) that only occasionally send invoices. It's more-or-less a WYSIWYG editor, and the state is stored in the URL, so you don't have to worry about keeping track of where you stored your copy - if you've sent someone an email with the link, you've got a copy. This project was born out of the frustration of trying to generate an invoi…
Useful and simple. The pattern could be applied to any templatized document we need to generate.