An open-source application to generate invoices.
Warning This app is a work in progress. I'm building this in public. See the roadmap below.
- Download invoice as pdf
- Add Custom tailwind variables to puppeteer pdf
- Enhance UI/UX
- Add more templates
- Auth using next-auth
- Save invoices online
- dashboard
- Save client details for the future to save in one click
- Autofill details
- Autofill ui/ux
- Edit invoice b/w due,sent,paid
- New mobile navigation [ tbd ]
- bug fixes
- Signature upload
If you have some suggestions, feel free to create an issue.
- Install dependencies using pnpm:
pnpm install
- Start the development server:
pnpm dev