{"id":21290691,"url":"https://github.com/neodev99/next-saas-invoice","last_synced_at":"2026-02-12T15:32:16.089Z","repository":{"id":254680985,"uuid":"846102787","full_name":"NeoDev99/next-saas-invoice","owner":"NeoDev99","description":"A modern invoicing web application built with Next.js, TypeScript, and Tailwind CSS. This app allows users to manage invoices, customers, and bank information","archived":false,"fork":false,"pushed_at":"2024-08-26T16:44:42.000Z","size":213,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T04:22:43.858Z","etag":null,"topics":["clerkjs","dashboard","invoice","nextjs","resend-email-api","saas","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","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/NeoDev99.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}},"created_at":"2024-08-22T14:33:58.000Z","updated_at":"2024-11-24T08:05:24.000Z","dependencies_parsed_at":"2024-08-26T19:35:14.067Z","dependency_job_id":null,"html_url":"https://github.com/NeoDev99/next-saas-invoice","commit_stats":null,"previous_names":["umbrellaskiies/next-saas-invoice","neodev99/next-saas-invoice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeoDev99%2Fnext-saas-invoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeoDev99%2Fnext-saas-invoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeoDev99%2Fnext-saas-invoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeoDev99%2Fnext-saas-invoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeoDev99","download_url":"https://codeload.github.com/NeoDev99/next-saas-invoice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904952,"owners_count":21180888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["clerkjs","dashboard","invoice","nextjs","resend-email-api","saas","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-11-21T12:53:42.649Z","updated_at":"2026-02-12T15:32:11.067Z","avatar_url":"https://github.com/NeoDev99.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SaaS Invoice\n\n![GitHub repo size](https://img.shields.io/github/repo-size/UmbrellaSkiies/next-saas-invoice)\n![GitHub stars](https://img.shields.io/github/stars/UmbrellaSkiies/next-saas-invoice?style=social)\n![GitHub repo file count](https://img.shields.io/github/directory-file-count/UmbrellaSkiies/next-saas-invoice)\n![GitHub forks](https://img.shields.io/github/forks/UmbrellaSkiies/next-saas-invoice?style=social)\n![GitHub followers](https://img.shields.io/github/followers/UmbrellaSkiies?label=Followers\u0026logoColor=blue\u0026style=flat)\n\nThis is a SaaS Invoice web application built using **Next.js** with the **App Router**, **TypeScript**, and **Tailwind CSS**. The application allows users to create, manage, and send invoices, as well as manage customer information and bank details.\n\n\n## Table of Contents\n- [SaaS Invoice](#saas-invoice)\n  - [Table of Contents](#table-of-contents)\n  - [Prerequisites](#prerequisites)\n  - [Setup \\\u0026 Installation](#setup--installation)\n  - [Scripts](#scripts)\n  - [Technologies Used](#technologies-used)\n  - [Project Structure](#project-structure)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Contact](#contact)\n\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n* [Git](https://git-scm.com/downloads \"Download Git\") must be installed on your operating system.\n\n\n## Setup \u0026 Installation\n\nTo install **SaaS Invoice**, follow these steps:\n\n1. Clone the repository:\n\nLinux and macOS:\n\n    ```bash\n    sudo git clone https://github.com/UmbrellaSkiies/next-saas-invoice.git\n    ```\n\nWindows:\n\n    ```bash\n    git clone https://github.com/UmbrellaSkiies/next-saas-invoice.git\n    cd next-saas-invoice\n    ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n\n   Create a `.env.local` file in the root directory and add your environment variables:\n\n   ```env\n   DATABASE_URL=your_database_url\n   NEXT_PUBLIC_CLERK_FRONTEND_API=your_clerk_frontend_api\n   CLERK_API_KEY=your_clerk_api_key\n   RESEND_API_KEY=your_resend_api_key\n   ```\n\n\n## Scripts\n\n   - Development: npm run dev\n   - Build: npm run build\n   - Start: npm run start\n  \n   - Migrate Database: npx drizzle-kit generate\n   - Push to Database: npx drizzle-kit push\n\n\n## Technologies Used\n\n  - *Next.js 14*: React framework with server-side rendering and static site generation.\n  - *TypeScript*: Static type checking.\n  - *Tailwind CSS*: Utility-first CSS framework.\n  - *ShadCN UI*: Custom UI components.\n  - *Lucide Icons*: Icons used throughout the application.\n  - *Drizzle ORM*: Type-safe ORM for database management.\n  - *Neon Serverless*: Database hosting.\n  - *Clerk*: Authentication provider.\n  - *React-to-Print*: For printing React components as PDFs.\n  - *Resend*: For sending digital invoices.\n\n\n## Project Structure\n\n```bash\n📁 next-saas-invoice (root)\n|\n├─ 📁 app\n|  ├─ 📁 api\n|  |  ├─ 📁 bank-info\n|  |  |  |_ 📄 route.ts\n|  |  ├─ 📁 customers\n|  |  |  |_ 📄 route.ts\n|  |  ├─ 📁 invoices\n|  |     |_ 📄 route.ts\n|  ├─ 📁 home\n|  |  |_ 📄 page.tsx\n|  |  |_ 📄 layout.tsx\n|  ├─ 📁 dashboard\n|  |  |_ 📄 page.tsx\n|  |  |_ 📄 layout.tsx\n|  ├─ 📄 layout.tsx\n|  |_ 📄 page.tsx\n|\n├─ 📁 components\n|  ├─ 📁 ui\n|  |  |_ 📄 Button.tsx\n|  |  |_ 📄 Card.tsx\n|  |  |_ 📄 Modal.tsx\n|  ├─ 📁 dashboard\n|  |  |_ 📄 CustomersTable.tsx\n|  |  |_ 📄 InvoiceTable.tsx\n|  |_ 📁 layout\n|     |_ 📄 DesktopNav.tsx\n|     |_ 📄 Footer.tsx\n|     |_ 📄 Navbar.tsx\n|\n├─ 📁 lib\n|  |_ 📄 utils.ts\n|\n├─ 📁 hooks\n|  |_ 📄 useUser.ts\n|  |_ 📄 useActiveLink.ts\n|\n├─ 📁 types\n|  |_ 📄 types.d.ts\n|\n├─ 📁 styles\n|  |_ 📄 globals.css\n|  |_ 📄 variables.css\n|\n├─ 📁 public\n|  |_ 📁 images\n|  |  |_ 📄 logo.svg\n|  |  |_ 📄 hero-image.png\n|  |_ 📁 fonts\n|     |_ 📄 custom-font.woff2\n|\n├─ 📁 config\n|  |_ 📄 seo.ts\n|  |_ 📄 navigation.ts\n|\n├─ 📄 next.config.js\n├─ 📄 package.json\n├─ 📄 tsconfig.json\n├─ 📄 .env.local\n├─ 📄 .gitignore\n```\n\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch (git checkout -b feature/your-feature).\n3. Make your changes and commit them (git commit -m 'Add some feature').\n4. Push to the branch (git push origin feature/your-feature).\n5. Open a Pull Request.\n\n\n## License\n\nThis project is **free to use** and does not contain any license.\n\n\n## Contact\n\nIf you want to contact me you can reach me at [LinkedIn](https://linkedin.com/in/neo-titebe-120536254) or [Instagram](https://instagram.com/9teen_99).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneodev99%2Fnext-saas-invoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneodev99%2Fnext-saas-invoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneodev99%2Fnext-saas-invoice/lists"}