https://github.com/devrudraa/invoice
A modern and intuitive Invoice Management System that lets you create, update, and manage invoices for your clients β with automatic PDF generation, email notifications, and real-time revenue tracking via graphs.
https://github.com/devrudraa/invoice
drizzle-kit invoice-management jspdf nextjs nextjs14 shadcn-ui turso-db
Last synced: 3 months ago
JSON representation
A modern and intuitive Invoice Management System that lets you create, update, and manage invoices for your clients β with automatic PDF generation, email notifications, and real-time revenue tracking via graphs.
- Host: GitHub
- URL: https://github.com/devrudraa/invoice
- Owner: devrudraa
- License: mit
- Created: 2025-06-30T15:23:51.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-06-30T17:44:57.000Z (3 months ago)
- Last Synced: 2025-06-30T17:48:08.230Z (3 months ago)
- Topics: drizzle-kit, invoice-management, jspdf, nextjs, nextjs14, shadcn-ui, turso-db
- Language: TypeScript
- Homepage: https://invoice-rudra.vercel.app
- Size: 8.73 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invoice Management System πΌπ¨
A modern and intuitive Invoice Management System that lets you create, update, and manage invoices for your clients β with automatic PDF generation, email notifications, and real-time revenue tracking via graphs.
---
## π Features
- **Create Invoices**: Fill out a form to generate invoices with a downloadable PDF.
- **Automatic Emails**:
- Send invoice emails to clients with PDF attachments.
- Send reminder emails for pending invoices.
- Send update emails automatically when invoices are edited.
- **Revenue Dashboard**:
- Mark invoices as _Paid_ or _Pending_.
- Visualize total revenue through interactive charts.
- **Multi-Currency Support**: Works with `INR`, `USD`, `EUR`, and `GBP`.
- **Landing Page**: A professional landing page to present your tool.
- **Authentication**: Secure access to your dashboard.---
## πΈ Screenshots

---
## π οΈ Tech Stack
- **Frontend**: React / `Next.js` / TailwindCSS / Shadcn UI
- **Backend**: Next.js API Routes / Next-auth
- **Database**: SQLite / `Drizzle` / Turso
- **Email**: `Resend`
- **PDF**: `js-pdf`
- **Others**: React-hook forms, Zod, react-email---
## π¦ Getting Started
### 1. Clone the Repo
```bash
git clone https://github.com/your-username/invoice-management-system.git
cd invoice-management-system
```### 2. Install Dependencies
```bash
npm i
# or
yarn i
```### 3. Setup Environment Variables
```bash
DATABASE_URL=your_database_url
EMAIL_SERVER=smtp.your-email.com
EMAIL_USER=your@email.com
EMAIL_PASSWORD=your_email_password
NEXT_PUBLIC_BASE_URL=http://localhost:3000
```### 4. Run the Dev Server
```bash
npm run dev
# or
yarn dev
```Visit [http://localhost:3000](http://localhost:3000)
---
## π€ Deployment
You can deploy this project on platforms like:
- Vercel
- Railway
- Render
- Heroku
- DigitalOceanMake sure to set your environment variables on the respective platform.
---
## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to fork the repo and submit a PR.---
## π License
[MIT License](./LICENSE)
---
## π‘ Future Improvements
- User authentication & team access
- Recurring invoices
- Web push notifications
- Invoice templates/themes
- Mobile-responsive improvements---
## π¨βπ» Author
Dev Rudra
[Portfolio](https://rudracode.com) Β· [GitHub](https://github.com/devrudra) Β· [Linkedin](https://www.linkedin.com/in/devrudraa/)