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
- Host: GitHub
- URL: https://simplereally.github.io/invoice-forge/
- Owner: Simplereally
- Archived: true
- Created: 2026-02-07T08:29:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-02-07T14:31:12.000Z (3 months ago)
- Last Synced: 2026-02-18T15:58:13.252Z (3 months ago)
- Language: HTML
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-devtools - InvoiceForge - Generate professional invoices with PDF export. No signup required. (Web-based Tools / Generators)
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)