{"id":14957039,"url":"https://github.com/princegupta101/swiftscribe","last_synced_at":"2026-01-22T12:52:24.434Z","repository":{"id":238230455,"uuid":"794037193","full_name":"Princegupta101/SwiftScribe","owner":"Princegupta101","description":"SwiftScribe is a SaaS platform that maximizes student productivity by simplifying academic tasks. It offers efficient study material management, peer collaboration, and AI-powered academic support.","archived":false,"fork":false,"pushed_at":"2024-08-12T11:28:10.000Z","size":7735,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T16:33:13.224Z","etag":null,"topics":["chatgpt-api","kinde","llm","nextjs","postgresql","prisma","react-js","tailwind-css","typescript"],"latest_commit_sha":null,"homepage":"https://swift-scribe-seven.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/Princegupta101.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-04-30T10:38:02.000Z","updated_at":"2024-12-16T00:22:21.000Z","dependencies_parsed_at":"2024-05-05T05:26:40.555Z","dependency_job_id":"d14880b6-d18d-4ab3-b156-f898f41bdf62","html_url":"https://github.com/Princegupta101/SwiftScribe","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"feb6c1096c671e1ada720457f07cdd55f24464b5"},"previous_names":["princegupta101/swiftscribe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Princegupta101%2FSwiftScribe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Princegupta101%2FSwiftScribe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Princegupta101%2FSwiftScribe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Princegupta101%2FSwiftScribe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Princegupta101","download_url":"https://codeload.github.com/Princegupta101/SwiftScribe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248601217,"owners_count":21131607,"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":["chatgpt-api","kinde","llm","nextjs","postgresql","prisma","react-js","tailwind-css","typescript"],"created_at":"2024-09-24T13:13:59.661Z","updated_at":"2026-01-22T12:52:24.381Z","avatar_url":"https://github.com/Princegupta101.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftScribe - The SaaS for Students\r\n\r\nSwiftScribe is a SaaS (Software as a Service) platform designed to enhance student productivity and streamline academic tasks. With SwiftScribe, students can efficiently manage their study materials, collaborate with peers, and access powerful AI-driven features for academic assistance.\r\n\r\n## Tech Stack\r\n\r\n- React JS\r\n- Next JS\r\n- Typescript\r\n- Tailwind CSS\r\n- Vercel\r\n- PostgreSQL\r\n\r\n## Features\r\n\r\n- **PDF Upload**: Easily upload PDF files for storage and organization within the application.\r\n- **AI Assistance**: Access powerful AI-driven features for academic assistance, including text summarization, question answering, and more.\r\n- **Collaboration**: Collaborate with peers by sharing study materials, notes, and insights.\r\n- **Dashboard**: Get an overview of your study progress, upcoming deadlines, and personalized recommendations.\r\n- **Billing Integration**: Seamlessly integrate billing functionality for subscription plans and payments.\r\n- **Responsive Design**: Enjoy a seamless experience across devices with a responsive and user-friendly design.\r\n\r\n\r\n## Getting Started\r\n\r\n1. **Prerequisites**: Ensure that **Git** and **NodeJS** are installed on your system.\r\n2. **Clone the Repository**: Clone this repository to your local computer.\r\n3. **Set up Environment Variables**: Create a `.env` file in the root directory and populate it with the required environment variables as described below.\r\n\r\n### Environment Variables\r\n\r\n```env\r\n# .env\r\n\r\n# Disable Next.js telemetry\r\nNEXT_TELEMETRY_DISABLED=1\r\n\r\n# Kinde keys and URLs\r\nKINDE_CLIENT_ID=XXXXXXXXXXXXXXXXXXXXXXXXXXX\r\nKINDE_CLIENT_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\r\nKINDE_ISSUER_URL=https://example.kinde.com\r\nKINDE_SITE_URL=http://localhost:3000\r\nKINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000\r\nKINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000/dashboard\r\n\r\n# Neon DB URI\r\nDATABASE_URL=\"postgresql://\u003cuser\u003e:\u003cpassword\u003e@\u003chostname\u003e:\u003cport\u003e/swiftscribe?sslmode=require\"\r\n\r\n# Uploadthing API key and app ID\r\nUPLOADTHING_SECRET=sk_live_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\r\nUPLOADTHING_APP_ID=xxxxxxxxxxx\r\n\r\n# App base URL\r\nNEXT_PUBLIC_BASE_URL=http://localhost:3000\r\n\r\n# Pinecone API key\r\nPINECONE_API_KEY=xxxxxxxxxx-xxxxx-xxxx-xxxxxx-xxxxxxxxxxx\r\n\r\n# OpenAI API key\r\nOPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n\r\n# Stripe secret key, price ID, and webhook secret\r\nSTRIPE_SECRET_KEY=sk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\r\nSTRIPE_PRICE_ID=price_XXXXXXXXXXXXXXXXXXXXXXXXX\r\nSTRIPE_WEBHOOK_SECRET=whsec_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincegupta101%2Fswiftscribe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincegupta101%2Fswiftscribe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincegupta101%2Fswiftscribe/lists"}