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…
Pls add support for changing currency and deductions (in India 10% TDS is supposed to be deducted on the amount (ie amount before tax is added) Overall it’s pretty good solution for occasional invoice generators.
Ask HN: What are you working on? (March 2025)
331–340 of 1001 posts
Re: Ask HN: What are you working on? (March 2025)
#332Re: Ask HN: What are you working on? (March 2025)
#333I built a player’s player voting tool. If you play sports, enjoy!
Re: Ask HN: What are you working on? (March 2025)
#334I'd love to make this a free/break-even service at some point!
Re: Ask HN: What are you working on? (March 2025)
#335I'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…
Awesome. Would suggest considering a built-in URL shortener.
At some point I'd like to add shortlinks but at the moment everything is clientside, there's no persistence at all (beyond localStorage). I think that's a nice feature from a security perspective.
Re: Ask HN: What are you working on? (March 2025)
#336I tried to make the dashboard experience really seamless and even used a physics engine in there. I think I did achieve this though, but I ended up spending more time on the UI than the dashboard contents. IMO infinite canvas UIs are not utilized enough.
Try it out and tell me what you think. Currently, it only shows what I put up there.
Re: Ask HN: What are you working on? (March 2025)
#337Re: Ask HN: What are you working on? (March 2025)
#338Me and a friend of mine are designing a HAB (high altitude balloon) payload meant to go on Hack Club's Apex: https://apex.hackclub.com . It's designed to measure how altitude, temperature, and much more affect photosynthesis, and in turn, chlorophyll fluorescence in algae. We learned a while back that when you shine blue light on chlorophyll, it fluoresces red, and it's really quite a cool phenomena. We're designing…
Re: Ask HN: What are you working on? (March 2025)
#339Re: Ask HN: What are you working on? (March 2025)
#340Earlier quoted context omitted.
Awesome. Would suggest considering a built-in URL shortener.
Ha, I was going to say is that url query string a sha256 or something.