{"id":26072809,"url":"https://github.com/akapez/quick-bill-app","last_synced_at":"2026-04-10T12:05:10.633Z","repository":{"id":276076220,"uuid":"918522401","full_name":"akapez/quick-bill-app","owner":"akapez","description":"A Next.js application for invoice management, integrated with by Gemini API and OpenAI (Vercel AI SDK). ","archived":false,"fork":false,"pushed_at":"2025-03-30T11:45:53.000Z","size":3294,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-10T03:39:44.398Z","etag":null,"topics":["chatbot","gemini-api","generative-ui","invoice-management","mongodb","next-auth","nextjs","openai","shadcn-ui","typescript","vercel-ai-sdk"],"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/akapez.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-01-18T06:23:29.000Z","updated_at":"2025-03-30T11:50:10.000Z","dependencies_parsed_at":"2025-02-06T06:40:42.817Z","dependency_job_id":null,"html_url":"https://github.com/akapez/quick-bill-app","commit_stats":null,"previous_names":["akapez/quick-bill-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akapez/quick-bill-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akapez%2Fquick-bill-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akapez%2Fquick-bill-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akapez%2Fquick-bill-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akapez%2Fquick-bill-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akapez","download_url":"https://codeload.github.com/akapez/quick-bill-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akapez%2Fquick-bill-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["chatbot","gemini-api","generative-ui","invoice-management","mongodb","next-auth","nextjs","openai","shadcn-ui","typescript","vercel-ai-sdk"],"created_at":"2025-03-09T00:54:45.004Z","updated_at":"2026-04-10T12:05:10.599Z","avatar_url":"https://github.com/akapez.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickBill Application (Invoice Management with AI Finance Assistant)\n\nA **Next.js** application for invoice management, powered by **Gemini API** and **OpenAI (Vercel AI SDK)**. This AI-driven system analyzes financial data and provides insights for better financial management, as well as chats with AI assistants with interactive generative UI.\n\n![Screenshot of a home page](https://raw.githubusercontent.com/akapez/quick-bill-app/refs/heads/main/screenshot.png)\n\nhttps://github.com/user-attachments/assets/eb793c1d-db60-4396-9745-e0dc4306599c\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n\n## Features\n\n- **Next.js**: A React framework for building server-side rendered and static web applications.\n- **Gemini API** – Analyzes data and provides financial insights.\n- **Vercel AI SDK (OpenAI Model)** - Chat with an AI assistant using an interactive generative UI.\n- **Auth.js**: Authentication for Next.js applications.\n- **React Hook Form / Zod**: Form handling and validation.\n- **shadcn/ui**: A UI component library.\n- **Stripe**: Integrate Stripe checkout for payment handling.\n- **Resend**: Send authentications and invoice-related emails.\n- **MongoDB with Prisma**: Prisma is used as the ORM for database operations.\n\n## Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/akapez/quick-bill-app.git\n   cd quick-bill\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   yarn install\n   ```\n\n3. **Set up environment variables**:\n   Create a `.env` file in the root directory and add the following variables:\n\n   ```env\n   AUTH_SECRET=\n   DATABASE_URL=\n   GOOGLE_CLIENT_ID=\n   GOOGLE_CLIENT_SECRET=\n   RESEND_API_KEY=\n   VERCEL_URL=http://localhost:3000\n   STRIPE_SECRET_KEY=\n   CLOUDINARY_CLOUD_NAME=\n   CLOUDINARY_API_KEY=\n   CLOUDINARY_API_SECRET=\n   GEMINI_API_KEY=\n   MAIL=\n   OPENAI_API_KEY=\n   ```\n\n## Usage\n\n1. **Start the development server**:\n\n   ```bash\n   yarn dev\n   ```\n\n2. The application will start on `http://localhost:3000`.\n\n3. This project uses `commitlint`. Please follow the convention below when committing your changes:\n\n   ```bash\n   git commit -m \"subject: message\"\n   ```\n\n4. **Run unit tests**:\n\n   ```bash\n   yarn test\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakapez%2Fquick-bill-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakapez%2Fquick-bill-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakapez%2Fquick-bill-app/lists"}