Skip to content

Repository files navigation

InvoiceForge

Free Invoice Generator for Freelancers & Small Business. Create professional invoices in seconds — entirely client-side, no data ever leaves your browser.

Features

  • 🔒 100% Client-Side — No data is sent to any server
  • Instant Generation — Fill out a form, get a professional invoice
  • 📄 PDF Export — Download beautiful PDF invoices (powered by jsPDF)
  • 🎨 Multiple Templates — Freelancer, Agency, and SaaS templates
  • 💰 Completely Free — No signup, no limits, no catch
  • 💾 Auto-Save — Your work is saved locally in the browser

How It Works

  1. Enter your business and client details
  2. Add line items (services, products, hours)
  3. Preview your invoice in real-time
  4. Download as a professional PDF

Deploy

This is a static HTML site. Deploy anywhere for free:

GitHub Pages

  1. Push this repo to GitHub
  2. Go to Settings → Pages
  3. Select "Deploy from branch" → main
  4. Your site is live at https://yourusername.github.io/invoiceforge/

Netlify / Vercel

Just drag and drop the directory — zero config needed.

Monetization Ideas

  • ☕ Buy Me a Coffee donations
  • Google AdSense (add ad units)
  • Premium templates ($5-10 each)
  • Pro tier with recurring invoices, client management
  • API access for SaaS integrations

Project Structure

InvoiceForge/
├── index.html          # Landing page
├── generator.html      # Invoice generator tool
├── css/
│   └── style.css       # Design system
├── js/
│   ├── invoice.js      # Invoice engine
│   └── pdf-export.js   # PDF export (jsPDF)
├── templates/          # Future template files
├── .github/workflows/
│   └── deploy.yml      # GitHub Pages auto-deploy
└── README.md

Tech Stack

  • Pure HTML/CSS/JavaScript (no frameworks)
  • jsPDF for client-side PDF generation
  • localStorage for auto-save
  • GitHub Pages for free hosting

Disclaimer

InvoiceForge generates invoice templates for convenience. Always verify tax calculations and financial details with a qualified professional.

License

MIT — do whatever you want with it.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages