{"id":32963551,"url":"https://github.com/sreenathkumar/quinvox","last_synced_at":"2026-04-19T06:40:39.193Z","repository":{"id":323526191,"uuid":"1093012722","full_name":"sreenathkumar/quinvox","owner":"sreenathkumar","description":"QuInvox is a modern, lightweight invoice generator built with Next.js, Tailwind CSS, and Zustand. It helps users create, preview, and manage invoices effortlessly — all from a clean, responsive interface.","archived":false,"fork":false,"pushed_at":"2026-04-02T17:36:35.000Z","size":2723,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T06:39:49.689Z","etag":null,"topics":["better-auth","nextjs","shadcn-ui","taildwindcss","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://quinvox.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sreenathkumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-09T18:33:43.000Z","updated_at":"2026-04-02T17:36:42.000Z","dependencies_parsed_at":"2025-11-10T18:05:29.151Z","dependency_job_id":null,"html_url":"https://github.com/sreenathkumar/quinvox","commit_stats":null,"previous_names":["sreenathkumar/quinvox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sreenathkumar/quinvox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreenathkumar%2Fquinvox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreenathkumar%2Fquinvox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreenathkumar%2Fquinvox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreenathkumar%2Fquinvox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sreenathkumar","download_url":"https://codeload.github.com/sreenathkumar/quinvox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreenathkumar%2Fquinvox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31997804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["better-auth","nextjs","shadcn-ui","taildwindcss","typescript","zustand"],"created_at":"2025-11-13T01:00:45.625Z","updated_at":"2026-04-19T06:40:39.186Z","avatar_url":"https://github.com/sreenathkumar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quinvox\n\nQuinvox is a modern, fast, and free online invoice creator. It allows freelancers and small businesses to generate professional invoices, manage client details, and export documents to PDF seamlessly.\n\n---\n\n## 🚀 Features\n\n- **Instant Invoice Generation:** Create invoices quickly with a user-friendly form interface.\n- **Live Preview:** See changes in real-time as you edit invoice details.\n- **PDF Export \u0026 Print:** Download invoices as high-quality PDFs or print them directly from the browser.\n- **Local Persistence:** Invoices are saved locally using browser storage, so you don't lose your work on refresh.\n- **Cloud Backup:** Invoices will be saved on cloud automatically for multi device sync.\n- **Authentication:** Optional User Sign-up/Login to manage sessions (powered by Better Auth).\n- **Client \u0026 Biller Management:** Easily input and manage billing details for both parties.\n- **Tax \u0026 Totals Calculation:** Automatic calculation of subtotals, taxes, and grand totals.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Framework:** Next.js 15 (App Router)\n- **Language:** TypeScript\n- **Styling:** Tailwind CSS\n- **UI Components:** Shadcn UI (Radix UI)\n- **State Management:** Zustand with persistence\n- **Forms \u0026 Validation:** React Hook Form + Zod\n- **Auth:** Better-Auth\n- **PDF Generation:** html2canvas, jspdf, react-to-print\n- **Testing:** Vitest + React Testing Library\n- **Deployment:** Vercel\n\n---\n\n## 📂 Project Structure\n\n```\n\nquinvox/\n├── app/                         # Next.js App Router pages\n│   ├── dashboard/\n│   ├── invoice/\n│   ├── login/\n│   └── signup/\n├── components/                  # Reusable UI components\n├── hooks/                       # Custom hooks (Zustand stores, utilities)\n├── lib/                         # Firebase config, helpers, utils\n├── styles/                      # Global Tailwind styles\n├── tests/                       # Vitest + RTL test files\n├── public/                      # Public static assets\n└── package.json\n\n```\n\n---\n\n## 🔧 Environment Variables\n\nCreate a `.env` file in the root directory and add:\n\n```bash\nBETTER_AUTH_SECRET\nBETTER_AUTH_URL\nDATABASE_URL\nGOOGLE_CLIENT_ID\nGOOGLE_CLIENT_SECRET\nLINKEDIN_CLIENT_ID\nLINKEDIN_CLIENT_SECRET\nEMAIL_SEVER_API_KEY\n```\n\n---\n\n## 💻 Getting Started\n\n### Prerequisites\n\n- Node.js v18+\n- pnpm (recommended), npm, or yarn\n\n### Installation Steps\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/your-username/quinvox.git\n   cd quinvox\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   pnpm install\n   # or npm install\n   ```\n\n3. **Run the development server**\n\n   ```bash\n   pnpm dev\n   ```\n\n4. Visit:\n\n   ```\n   http://localhost:3000\n   ```\n\n---\n\n## 📜 Available Scripts\n\n| Command      | Description             |\n| ------------ | ----------------------- |\n| `pnpm dev`   | Run development server  |\n| `pnpm build` | Build for production    |\n| `pnpm start` | Start production server |\n| `pnpm lint`  | Run ESLint              |\n| `pnpm test`  | Run tests               |\n\n---\n\n## 🧪 Testing\n\nQuinvox uses:\n\n- **Vitest** for unit testing\n- **React Testing Library** for component testing\n- **(Optional)** MSW for API mocking\n\nRun tests:\n\n```bash\npnpm test\n```\n\n---\n\n## 📦 Deployment\n\nYou can deploy Quinvox easily using **Vercel**:\n\n1. Push the project to a GitHub repository\n2. Import it into Vercel\n3. Add required environment variables\n4. Deploy 🚀\n\n---\n\n## 🌱 Roadmap\n\n- [ ] Send invoices via email\n- [ ] Invoice templates \u0026 themes\n- [ ] Multi-language support\n- [ ] Team \u0026 workspace collaboration\n- [ ] Easy share\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome and appreciated!\n\n1. Fork the repository\n2. Create a new feature branch\n3. Commit using conventional commit messages\n4. Open a pull request\n\n**Example commit messages:**\n\n```\nfeat: add dark mode toggle\nfix: correct invoice total calculation\nrefact: optimize Zustand store\n```\n\n---\n\n## 📄 License\n\nQuinvox is released under the **MIT License**.\nYou are free to use, modify, and distribute this project.\n\n---\n\n## ⭐ Support the Project\n\nIf you find Quinvox useful:\n\n- ⭐ Star the repository\n- 📮 Share it with others\n- 🛠️ Contribute improvements\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreenathkumar%2Fquinvox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsreenathkumar%2Fquinvox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreenathkumar%2Fquinvox/lists"}