An open API service indexing awesome lists of open source software.

https://simplereally.github.io/invoice-forge/

Free online invoice generator - create professional invoices in seconds
https://simplereally.github.io/invoice-forge/

Last synced: 2 months ago
JSON representation

Free online invoice generator - create professional invoices in seconds

Awesome Lists containing this project

README

          

# InvoiceForge ⚡

> Free online invoice generator — create professional invoices in seconds!

**Live Demo:** [https://simplereally.github.io/invoice-forge/](https://simplereally.github.io/invoice-forge/)

## Features

- 📝 **Easy Invoice Creation** — Fill in your business details, client info, and line items
- 🧮 **Auto-Calculate** — Automatic subtotals, tax calculations, and grand totals
- 📄 **PDF Export** — Download professional-looking invoices as PDF
- 💱 **Multi-Currency** — Support for USD, EUR, GBP, CAD, AUD, JPY, INR, CHF, CNY, BRL
- 💾 **Save Templates** — Store frequently used invoice templates in your browser
- 📱 **Mobile Responsive** — Works great on desktop and mobile devices
- 🚀 **No Signup Required** — Start creating invoices immediately

## Free Tier

- 3 invoices per day
- All features included
- Small "Generated by InvoiceForge" watermark

## Pro Tier ($9/month)

- Unlimited invoices
- No watermark
- Priority support
- Custom logo upload (coming soon)

## Tech Stack

- **Frontend:** HTML5, CSS3, Vanilla JavaScript
- **Styling:** [Pico CSS](https://picocss.com/) (classless CSS framework)
- **PDF Generation:** [jsPDF](https://github.com/parallax/jsPDF)
- **Storage:** localStorage for templates and usage tracking
- **Hosting:** GitHub Pages

## Development

This is a single-page application with no build step required. Just open `index.html` in a browser.

```bash
# Clone the repo
git clone https://github.com/Simplereally/invoice-forge.git

# Open in browser
open index.html
# or serve locally
python -m http.server 8000
```

## Privacy

All data stays in your browser. We don't collect or store any invoice information on servers.

## License

MIT License — feel free to fork and modify!

---

Made with ❤️ by [Simplereally](https://github.com/Simplereally)