Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.29 KB

File metadata and controls

49 lines (35 loc) · 1.29 KB

Invora

Invora is a modern, free invoice generator built with Next.js.
Create professional invoices in seconds with clean templates, live preview, and export support.

Key Features

  • Modern invoice editor with instant preview
  • Multiple invoice templates (Classic, Modern, Minimal, Accent)
  • Export flows for invoice PDF/PNG generation
  • Responsive UI for freelancers and small businesses
  • Vercel Analytics integration

Tech Stack

  • Next.js (App Router)
  • React + TypeScript
  • Tailwind CSS
  • Radix UI + Tabler Icons
  • Puppeteer (server-side rendering/export tasks)

Local Development

npm install
npm run dev

Open http://localhost:3000.

Build

npm run build
npm run start

Important Links

Notes

  • Configure environment variables in .env as needed for deployment.
  • For production, deploy on Vercel for the smoothest Next.js workflow.