I built this because I needed a simple way to generate invoices without subscribing to yet another SaaS. Most invoicing tools are either overkill (Freshbooks, QuickBooks) or cloud-only with monthly fees.
Stack: SvelteKit + SQLite + PDFKit. Runs locally, data stays on your machine.
What it does:
- Create invoices with line items, tax calculation, client management
- Generate professional PDFs
- Single SQLite file (easy backup, just copy the file)
- Works offline
What it doesn't do:
- Payment processing (it's just invoicing)
- Accounting (not trying to be QuickBooks)
- Cloud sync
$39 one-time, full source code included. No subscriptions, no accounts, no tracking.
Happy to answer any questions about the stack or implementation.
mendexio•22h ago
I built this because I needed a simple way to generate invoices without subscribing to yet another SaaS. Most invoicing tools are either overkill (Freshbooks, QuickBooks) or cloud-only with monthly fees.
Stack: SvelteKit + SQLite + PDFKit. Runs locally, data stays on your machine.
What it does: - Create invoices with line items, tax calculation, client management - Generate professional PDFs - Single SQLite file (easy backup, just copy the file) - Works offline
What it doesn't do: - Payment processing (it's just invoicing) - Accounting (not trying to be QuickBooks) - Cloud sync
$39 one-time, full source code included. No subscriptions, no accounts, no tracking.
Happy to answer any questions about the stack or implementation.