{"id":28102144,"url":"https://github.com/nabarvn/documon","last_synced_at":"2025-05-13T19:34:30.966Z","repository":{"id":204696679,"uuid":"711947272","full_name":"nabarvn/documon","owner":"nabarvn","description":"Chat with your PDF documents on this AI-powered SaaS - leveraging TypeScript, Next.js 14, Tailwind CSS, Pinecone, and Langchain.","archived":false,"fork":false,"pushed_at":"2024-09-10T21:07:40.000Z","size":2519,"stargazers_count":24,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-11T00:56:25.556Z","etag":null,"topics":["kinde","langchain-js","nextjs","openai","pinecone","planetscale","prisma","react-query","stripe","tailwindcss","trpc","typescript","uploadthing","upstash-ratelimit","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://documon.nabarun.ai","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/nabarvn.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":"2023-10-30T13:49:19.000Z","updated_at":"2024-09-10T21:07:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"435e45de-3470-4251-8a7a-8f593ebda3a0","html_url":"https://github.com/nabarvn/documon","commit_stats":null,"previous_names":["nabarvn/documon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabarvn%2Fdocumon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabarvn%2Fdocumon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabarvn%2Fdocumon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabarvn%2Fdocumon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nabarvn","download_url":"https://codeload.github.com/nabarvn/documon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254013190,"owners_count":21999371,"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":["kinde","langchain-js","nextjs","openai","pinecone","planetscale","prisma","react-query","stripe","tailwindcss","trpc","typescript","uploadthing","upstash-ratelimit","vercel-deployment"],"created_at":"2025-05-13T19:32:45.256Z","updated_at":"2025-05-13T19:34:30.955Z","avatar_url":"https://github.com/nabarvn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documon\n\nA web application that harnesses the power of artificial intelligence to transform the way you interact with PDF documents. Documon enables you to seamlessly engage in a conversation with your PDFs, enjoy smart context summarization, and benefit from annotation features. This makes document exploration and information retrieval a breeze.\n\n## Screenshot\n\n\u003cimg src=\"./screenshot.png\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://documon.nabarun.ai\"\u003e\u003cstrong\u003eView Project »\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Running Locally\n\nThis application requires Node.js v16.13+.\n\n### Cloning the repository to the local machine:\n\n```bash\ngit clone https://github.com/nabarvn/documon.git\ncd documon\n```\n\n### Installing the dependencies:\n\n```bash\npnpm install\n```\n\n### Setting up the `.env` file:\n\n```bash\ncp .env.example .env\n```\n\n\u003e [!IMPORTANT]\n\u003e Ensure you populate the variables with your respective API keys and configuration values before proceeding.\n\n### Configuring Prisma:\n\n```bash\npnpm prisma generate\n```\n\n```bash\npnpm prisma db push\n```\n\n### Running the application:\n\n```bash\npnpm dev\n```\n\n## Tech Stack\n\n- **Language**: [TypeScript](https://www.typescriptlang.org)\n- **Framework**: [Next.js](https://nextjs.org)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com)\n- **Analytics**: [Vercel Analytics](https://vercel.com/analytics)\n- **State Management**: [React Query](https://www.npmjs.com/package/@tanstack/react-query)\n- **ORM Toolkit**: [Prisma](https://www.prisma.io/docs/concepts/overview/what-is-prisma)\n- **LLM Provider**: [OpenAI](https://platform.openai.com/docs/overview)\n- **Vector Database**: [Pinecone](https://docs.pinecone.io/docs/overview)\n- **Memory Builder**: [LangChain.js](https://js.langchain.com/docs/get_started/introduction)\n- **Rate Limiter**: [Upstash](https://docs.upstash.com/redis)\n- **MySQL Database**: [Aiven](https://aiven.io/docs/get-started)\n- **Authentication**: [Kinde](https://kinde.com/docs/developer-tools/nextjs-sdk)\n- **File Hosting**: [UploadThing](https://docs.uploadthing.com)\n- **API Typesafety**: [tRPC](https://trpc.io/docs)\n- **Payments**: [Stripe](https://stripe.com/docs/payments)\n- **Deployment**: [Vercel](https://vercel.com)\n\n## Credits\n\nLearned a ton while building this project. All thanks to Josh for the next level (no pun intended) tutorial!\n\n\u003chr /\u003e\n\n\u003cdiv align=\"center\"\u003eDon't forget to leave a STAR 🌟\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabarvn%2Fdocumon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnabarvn%2Fdocumon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabarvn%2Fdocumon/lists"}