{"id":26214654,"url":"https://github.com/ankitsinghsisodya/discuss","last_synced_at":"2026-05-06T04:03:48.002Z","repository":{"id":280503530,"uuid":"942170281","full_name":"Ankitsinghsisodya/Discuss","owner":"Ankitsinghsisodya","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-28T11:50:15.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T21:53:44.529Z","etag":null,"topics":["nextauth","nextjs","prisma","superbase"],"latest_commit_sha":null,"homepage":"https://discuss-nufb.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/Ankitsinghsisodya.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-03-03T17:26:52.000Z","updated_at":"2025-11-28T11:50:19.000Z","dependencies_parsed_at":"2025-03-03T20:23:35.554Z","dependency_job_id":"4d1e5a3a-2737-4685-9e30-7a02a06370dc","html_url":"https://github.com/Ankitsinghsisodya/Discuss","commit_stats":null,"previous_names":["ankitsinghsisodya/discuss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ankitsinghsisodya/Discuss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitsinghsisodya%2FDiscuss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitsinghsisodya%2FDiscuss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitsinghsisodya%2FDiscuss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitsinghsisodya%2FDiscuss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ankitsinghsisodya","download_url":"https://codeload.github.com/Ankitsinghsisodya/Discuss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankitsinghsisodya%2FDiscuss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["nextauth","nextjs","prisma","superbase"],"created_at":"2025-03-12T10:18:01.408Z","updated_at":"2026-05-06T04:03:47.975Z","avatar_url":"https://github.com/Ankitsinghsisodya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discuss - Interactive Discussion Forum\n\nDiscuss is a modern web application built with Next.js that allows users to create topics, start discussions, and engage in meaningful conversations with others. With a clean, intuitive interface and real-time updates, it's the perfect platform for community discussions.\n\n\n\n## Features\n\n- **User Authentication** - Secure login via GitHub\n- **Topic Creation** - Create interest-based discussion topics\n- **Post Creation** - Start new discussions within topics\n- **Comments** - Engage in conversations through threaded comments\n- **Search Functionality** - Find relevant topics and discussions\n- **Responsive Design** - Seamless experience across all devices\n\n## Tech Stack\n\n- **Frontend**: Next.js, React, TypeScript, Tailwind CSS\n- **Backend**: Next.js API Routes, Server Actions\n- **Database**: PostgreSQL with Prisma ORM\n- **Authentication**: NextAuth.js with GitHub provider\n- **Deployment**: Vercel\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or higher\n- PostgreSQL database (or Supabase account)\n- GitHub OAuth application\n\n### Installation\n\n1. Clone the repository\n2. Install dependencies\n3. Set up environment variables\n    - `your_postgresql_connection_string`\n4. Set up the database\n    - `init`\n5. Run the development server\n    - `dev`\n6. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## Usage\n\n### Creating a Topic\n\n1. Sign in with your GitHub account\n2. Click on the \"New Topic\" button\n3. Enter a name and description for your topic\n4. Click \"Save changes\"\n\n### Creating a Post\n\n1. Navigate to a topic\n2. Click on \"Create Post\"\n3. Enter a title and content\n4. Click \"Submit\"\n\n### Commenting on Posts\n\n1. Click on a post to view its details\n2. Scroll to the comment section\n3. Enter your comment and click \"save\"\n\n## Deployment\n\nThis project is configured for easy deployment on Vercel:\n\n1. Push your code to GitHub\n2. Import your repository in Vercel\n3. Set the required environment variables\n4. Set the build command to `npx prisma generate \u0026\u0026 next build`\n5. Deploy\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- Next.js team for the amazing framework\n- Prisma team for the excellent ORM\n- Vercel for hosting and deployment\n- All contributors who helped shape this project\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitsinghsisodya%2Fdiscuss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitsinghsisodya%2Fdiscuss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitsinghsisodya%2Fdiscuss/lists"}