Comment by vldszn

1 day ago

I’m working on a free and open-source invoice generator: https://easyinvoicepdf.com/?template=stripe

- No sign-up, works entirely in-browser

- Live PDF preview + instant download

- VAT EU support

- Shareable invoice links

- Multi-language (10+) & multi-currency

- Multiple templates (incl. Stripe-style)

- Mobile-friendly

GitHub: https://github.com/VladSez/easy-invoice-pdf

Would love feedback, contributions, or ideas for other templates/features.

PS: e-invoice support coming soon

Ha! I built a similar service for quote generation a couple of month ago: https://quotemachine.cc

No signups, free for all, browser-only, live pdfs, etc

Built it for a friend and decided to share with all, it's just a react app (no backend) running on GCP and costs almost nothing to run.

Didn't think about opensourcing it and I will, why not.

Nice work. I liked the instant pdf viewer. Kudos for your efforts.

Only thing I would suggest is, to support different tax formats (or provide an ability to fill custom tax format name that applies to the whole invoice). Right now, it is largely VAT. In some countries, it may not be relevant.

(Having said that, as a work around, currently anyone can use Notes field to fill custom tax details and hide all VAT related fields.)