{"id":46117424,"url":"https://github.com/interjc/invoify","last_synced_at":"2026-03-01T23:35:45.064Z","repository":{"id":339583166,"uuid":"1022611466","full_name":"interjc/invoify","owner":"interjc","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-20T12:39:06.000Z","size":15180,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-20T15:56:30.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://invoice.vibany.com","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interjc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-19T12:55:45.000Z","updated_at":"2026-02-20T12:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/interjc/invoify","commit_stats":null,"previous_names":["interjc/invoify"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/interjc/invoify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interjc%2Finvoify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interjc%2Finvoify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interjc%2Finvoify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interjc%2Finvoify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interjc","download_url":"https://codeload.github.com/interjc/invoify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interjc%2Finvoify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29987698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-01T23:35:44.340Z","updated_at":"2026-03-01T23:35:44.978Z","avatar_url":"https://github.com/interjc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invoify\n\nInvoify is a web-based invoice generator application built with Next.js 16, TypeScript, React 19, and the Shadcn UI library. It provides an easy way to create and manage professional invoices with PDF generation, email support, and multi-language capabilities.\n\n![Invoify Website image](https://invoice.vibany.com/assets/img/invoify-web-app.png)\n\n## Table of Contents\n\n- [Invoify](#invoify)\n  - [Table of Contents](#table-of-contents)\n  - [Features](#features)\n  - [Technologies](#technologies)\n    - [Core Technologies](#core-technologies)\n    - [Additional Dependencies](#additional-dependencies)\n  - [Roadmap](#roadmap)\n  - [Demo](#demo)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n    - [Environment Variables](#environment-variables)\n  - [Development](#development)\n    - [Available Scripts](#available-scripts)\n    - [Bundle Analysis](#bundle-analysis)\n  - [Deployment](#deployment)\n    - [Cloudflare Workers (Recommended)](#cloudflare-workers-recommended)\n    - [Other Platforms](#other-platforms)\n  - [License](#license)\n  - [Discord](#discord)\n\n## Features\n\n- **Invoice Creation**: Simple form-based interface to quickly generate professional invoices\n- **Multiple Templates**: Choose from multiple invoice templates\n- **Live Preview**: Real-time preview as you edit the form\n- **PDF Generation**: Generate PDFs using @react-pdf/renderer\n- **Export Formats**: Export invoices in JSON, XLSX, CSV, and XML formats\n- **Email Support**: Send invoices via email with PDF attachments\n- **Multi-Language Support (i18n)**: Available in 15+ languages including English, Spanish, French, German, Japanese, Portuguese, Italian, Arabic, and more\n- **Dark/Light Theme**: Built-in theme switching support\n- **Signature Support**: Draw, type, or upload signatures\n- **Drag \u0026 Drop**: Reorder line items with drag and drop\n- **Local Storage**: Save invoices in browser for easy retrieval\n- **Tax \u0026 Discount Calculations**: Automatic calculations for tax, discounts, and shipping\n\n## Technologies\n\n### Core Technologies\n\n- **Next.js 16**: React framework with App Router and Turbopack support\n- **React 19**: Latest React version with improved performance\n- **TypeScript 5.2**: JavaScript superset with static typing\n- **Tailwind CSS 3.3**: Utility-first CSS framework\n- **Shadcn/UI**: Modern UI component library built on Radix UI\n- **React Hook Form**: Form management with validation\n- **Zod**: TypeScript-first schema validation\n- **@react-pdf/renderer**: PDF generation library\n\n### Additional Dependencies\n\n- **next-intl**: Internationalization (i18n) for Next.js\n- **Nodemailer**: Email sending functionality\n- **@react-email/components**: React components for email templates\n- **Lucide React**: Collection of customizable SVG icons\n- **@dnd-kit**: Drag and drop toolkit for React\n- **react-signature-canvas**: Signature drawing component\n- **xlsx**: Excel file generation\n- **@json2csv/node**: CSV export functionality\n- **xml2js**: XML parsing and building\n- **number-to-words**: Convert numbers to words\n- **react-use-wizard**: Step wizard component\n\n## Roadmap\n\n- [x] Easily Create Invoices\n- [x] Save for Future Access\n- [x] Retrieve Invoices Effortlessly\n- [x] Flexible Download Options\n- [x] Template Variety\n- [x] Live Preview\n- [x] Export in Various Formats (JSON, XLSX, CSV, XML)\n- [x] I18N Support with 15+ Languages\n- [ ] Themeable Templates: Select a theme color for the invoice\n- [ ] Custom Inputs: Define your own inputs (Ex: VAT number)\n- [ ] Individual Tax for Line Items\n\n## Demo\n\nVisit the [live demo](https://invoice.vibany.com/) to see Invoify in action.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 20+ and pnpm installed on your system\n- For email functionality: SMTP email credentials\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/al1abb/invoify.git\n   cd invoify\n   ```\n\n2. Create an `.env.local` file (see Environment Variables section below)\n\n3. Start the development server using the dev script:\n\n   ```bash\n   ./dev.sh\n   ```\n\n   \u003e **Note**: This script requires `pnpm` to be installed. It will automatically install dependencies and start the dev server with Turbopack.\n\n4. Open your browser at [http://localhost:3000](http://localhost:3000)\n\n### Environment Variables\n\nFor email functionality, create `.env.local`:\n\n```env\nNODEMAILER_EMAIL=your_email@example.com\nNODEMAILER_PW=your_email_password\n```\n\n## Development\n\n### Available Scripts\n\n- `pnpm dev` - Start development server with Turbopack\n- `pnpm build` - Build the application\n- `pnpm start` - Start production server\n- `pnpm lint` - Run ESLint\n\n### Bundle Analysis\n\n```bash\nANALYZE=true pnpm build\n```\n\n## Deployment\n\n### Cloudflare Workers (Recommended)\n\nThis project is optimized for deployment to Cloudflare Workers:\n\n```bash\n# Build and preview locally\npnpm preview\n\n# Build and deploy to production\npnpm deploy\n```\n\n**Requirements**:\n- Cloudflare account\n- `wrangler` CLI configured with your account\n- Environment variables in `.dev.vars` or Cloudflare dashboard\n\n### Other Platforms\n\nStandard Next.js deployment is also supported:\n\n```bash\npnpm build\npnpm start\n```\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Discord\n\nJoin the Discord server [here](https://s.zhaikr.com/d-course-public)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterjc%2Finvoify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterjc%2Finvoify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterjc%2Finvoify/lists"}