{"id":25506746,"url":"https://github.com/ibaliqbal/solvedthis","last_synced_at":"2026-05-07T17:31:40.297Z","repository":{"id":278205205,"uuid":"934244513","full_name":"Ibaliqbal/SolvedThis","owner":"Ibaliqbal","description":"An open source discussion platform built with Next.js","archived":false,"fork":false,"pushed_at":"2025-03-19T05:36:07.000Z","size":1652,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T10:49:07.556Z","etag":null,"topics":["better-auth","discussion-platform","drizzle-orm","nextjs14","postgresql","resend","shadcn-ui","tailwindcss","tiptap-editor"],"latest_commit_sha":null,"homepage":"https://solvedthis.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/Ibaliqbal.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}},"created_at":"2025-02-17T14:08:47.000Z","updated_at":"2025-05-12T13:19:21.000Z","dependencies_parsed_at":"2025-05-20T02:52:01.776Z","dependency_job_id":null,"html_url":"https://github.com/Ibaliqbal/SolvedThis","commit_stats":null,"previous_names":["ibaliqbal/solvedthis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ibaliqbal/SolvedThis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibaliqbal%2FSolvedThis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibaliqbal%2FSolvedThis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibaliqbal%2FSolvedThis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibaliqbal%2FSolvedThis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ibaliqbal","download_url":"https://codeload.github.com/Ibaliqbal/SolvedThis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibaliqbal%2FSolvedThis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32748459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["better-auth","discussion-platform","drizzle-orm","nextjs14","postgresql","resend","shadcn-ui","tailwindcss","tiptap-editor"],"created_at":"2025-02-19T06:59:35.468Z","updated_at":"2026-05-07T17:31:40.280Z","avatar_url":"https://github.com/Ibaliqbal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 SolvedThis\n\n![App Screenshoot](/public/home.png)\n\nSolvedThis is a modern discussion platform that empowers communities to engage in meaningful conversations. Built with cutting-edge technologies, it offers a seamless experience for creating, sharing, and engaging with content. SolvedThis promotes healthy discussions within a secure and user-friendly environment.\n\n## 🚀 Features\n\n### Interactive Discussions\n\n- **Create Threads:** Users can easily create new discussion threads with rich text formatting and multimedia support\n- **Engage with Content:** Like and share interesting discussions with the community\n- **Reply System:** Participate in conversations through threaded replies and nested discussions\n- **Rich Text Editor:** Customize content with a powerful editor supporting markdown, images, and embedded youtube\n\n### User Experience\n\n- **Light/Dark Mode:** Toggle between light and dark themes for comfortable viewing\n- **Responsive Design:** Seamless experience across all devices and screen sizes\n- **Smart Search:** Find relevant discussions and content quickly\n- **User Profiles:** Customize your profile and track your contributions\n- **User Reputation:** Earn points for quality contributions\n\n### Security \u0026 Authentication\n\n- **Email Verification:** Secure account creation with email verification\n- **Password Recovery:** Easy password reset process through email\n- **OAuth Integration:** Multiple sign-in options for user convenience\n- **Account Management:** Update profile information and security settings\n\n## 🛠 Techstack\n\n- **Nextjs:** React framework for production\n- **TypeScript:** Type-safe code\n- **Drizzle ORM:** Modern TypeScript ORM\n- **PostgreSQL:** Reliable database solution\n- **Better-Auth:** Secure authentication system\n- **Shadcn/UI:** Beautiful UI components\n- **TailwindCSS:** Utility-first CSS\n- **Tiptap:** Rich text editor integration\n- **Uploadthing:** Manage file uploads\n\n## Run Locally\n\n1. Clone the project\n\n```bash\n  git clone https://github.com/Ibaliqbal/SolvedThis.git\n```\n\n2. Go to the project directory\n\n```bash\n  cd SolvedThis\n```\n\n3. Install dependencies\n\n```bash\n  pnpm install\n```\n\n4. Set up environment variables\n\n```bash\n  cp .env.example .env.local\n```\n\n5. Set up the database\n   Before running the project, set up your PostgreSQL database and update your environment variables:\n\n```bash\n  BETTER_AUTH_SECRET=\n  BETTER_AUTH_URL=http://localhost:3000\n\n  DATABASE_CONNECTION_STRING=postgresql://username:YOUR_PASSWORD@host:port/dbname\n\n  RESEND_API_KEY=\n  EMAIL_VERIFICATION_CALLBACK_URL=http://localhost:3000/email-verified\n  EMAIL_FROM=\n\n  GOOGLE_CLIENT_ID=\n  GOOGLE_CLIENT_SECRET=\n\n  GITHUB_CLIENT_ID=\n  GITHUB_CLIENT_SECRET=\n\n  DISCORD_CLIENT_ID=\n  DISCORD_CLIENT_SECRET=\n\n  NEXT_PUBLIC_APP_URL=http://localhost:3000\n```\n\n6. Run database migrations\n\n```bash\n  pnpm db:generate\n  pnpm db:migrate\n```\n\n7. Start the server\n\n```bash\n  pnpm dev\n```\n\n## Feedback\n\nIf you have any feedback or inspiration for some feature, please reach out to us at issues.Your feedback makes us continue to grow\n\n## Usage\n\nAfter logging in, users can:\n\n- Create new discussion threads\n- Engage with existing content through likes and replies\n- Use the rich text editor for creating content\n\nSolvedThis - Fostering Meaningful Discussions\n\n\u003cdiv align=\"center\"\u003eDon't forget to ⭐ this repo if you found it helpful!\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibaliqbal%2Fsolvedthis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibaliqbal%2Fsolvedthis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibaliqbal%2Fsolvedthis/lists"}