{"id":13337893,"url":"https://github.com/rishicds/TLDR","last_synced_at":"2025-03-11T08:31:54.981Z","repository":{"id":247282419,"uuid":"824224119","full_name":"rishicds/TLDR","owner":"rishicds","description":"Read less,TL;DR more","archived":false,"fork":false,"pushed_at":"2024-10-20T07:35:32.000Z","size":2276,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T04:45:35.678Z","etag":null,"topics":["ai","daisyui","nextjs","summarization","tailwindcss","tldr"],"latest_commit_sha":null,"homepage":"https://tldr-nice.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishicds.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}},"created_at":"2024-07-04T16:11:33.000Z","updated_at":"2024-10-20T07:35:37.000Z","dependencies_parsed_at":"2024-10-23T19:27:45.453Z","dependency_job_id":"fe2d853c-2337-4e86-b912-37934500a162","html_url":"https://github.com/rishicds/TLDR","commit_stats":null,"previous_names":["rishicds/tldr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishicds%2FTLDR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishicds%2FTLDR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishicds%2FTLDR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishicds%2FTLDR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishicds","download_url":"https://codeload.github.com/rishicds/TLDR/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243000769,"owners_count":20219741,"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":["ai","daisyui","nextjs","summarization","tailwindcss","tldr"],"created_at":"2024-07-29T19:15:10.536Z","updated_at":"2025-03-11T08:31:54.558Z","avatar_url":"https://github.com/rishicds.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TL;DR\nA mordern and fast Document Summarizer built using NextJS 14, TailwindCSS, NeonDB. Currently supports directly uploads of PDFs and PDF Links\n\n## Demo\n\nhttps://github.com/rishicds/TLDR/assets/124495375/2b3e94cb-51de-4898-a1dc-d03975ff74d5\n\n\n\n\n## Tech Stack\n1. NextJS 14\n2. Tailwind CSS\n3. NeonDB\n4. Pinecone\n5. Clerk\n6. AWS Storage\n\n## How to Install \n1. Fork and ⭐ the repository\n2. Clone the repository using `git clone https://github.com/rishicds/TLDR.git`\n3. Install the dependencies using `npm i`.\n4. Fill the env as shown:\n```\n//clerk\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/\n//neondb\nDATABASE_URL=\n//AWS\nNEXT_PUBLIC_S3_ACCESS_KEY_ID=\nNEXT_PUBLIC_S3_SECRET_ACCESS_KEY=\nNEXT_PUBLIC_S3_BUCKET_NAME=\n//Pinecone\nPINECONE_ENVIRONMENT=\nPINECONE_API_KEY=\n```\n5. Run the project using `npm run dev`.\n6. run `npx drizzle-kit push` to create schema and push to NeonDB.\n* Note: Make sure you allow Public access on AWS S3 Bucket\n* Set Bucket policy as :\n\n* ```\n    {\"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Sid\": \"PublicReadGetObject\",\n            \"Effect\": \"Allow\",\n            \"Principal\": \"*\",\n            \"Action\": \"s3:GetObject\",\n            \"Resource\": \"arn:aws:s3:::{bucketName}/*\"\n        }\n    ]}\n* Setup CORS to allow your domain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishicds%2FTLDR","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishicds%2FTLDR","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishicds%2FTLDR/lists"}