Modern Invoice Platform
Production-Ready Invoice Generation Platform for Freelancers & Businesses
### Production-Ready Invoice Generation Platform for Freelancers & BusinessesInvo-Gen is a modern, SaaS-style invoice generation platform designed to help freelancers and small businesses create professional, print-ready invoices with a seamless user experience.
Built with a focus on performance, scalability, and clean UI/UX, the platform enables users to generate invoices in real time and export them as high-quality PDFs — all while maintaining complete client-side privacy.
🔗 Live Demo: https://www.Lune.in/
📦 Repository: https://github.com/surajgupt01/Invo-Gen
- 📄 Professional Invoice Templates – Clean, business-ready layouts
- ⚡ Real-Time Preview Engine – Instant updates while editing invoices
- 💱 Multi-Currency Support – Flexible usage across global clients
- 🧮 Automated Calculations – Totals, taxes, and discounts handled seamlessly
- 🖨️ High-Quality PDF Export – Optimized for printing and sharing
- 🎨 Modern SaaS UI – Minimal, responsive, and intuitive design
- 🔒 Privacy-First Architecture – Fully client-side invoice generation
- Next.js (App Router) – Scalable, modern React architecture
- TypeScript – Type-safe and maintainable codebase
- Tailwind CSS – Utility-first styling for rapid UI development
- shadcn/ui – Accessible and reusable UI components
- Zustand – Lightweight and efficient global state handling
- Puppeteer (HTML → PDF) – High-fidelity document generation
src/
├─ app/
├─ components/
├─ store/
├─ constants/
├─ styles/
└─ utils/git clone https://github.com/surajgupt01/Invo-Gen.git
cd Invo-Gen
npm install
npm run dev