{"id":25386309,"url":"https://github.com/snowycrest/nextjs-forums-page","last_synced_at":"2026-04-26T22:31:44.309Z","repository":{"id":276932789,"uuid":"919048840","full_name":"SnowyCrest/nextjs-forums-page","owner":"SnowyCrest","description":"A small forum/threads page component built using Next.js TSX and stored on Supabase, including admin functionalities, post pinning and deleting, and replies to posts.","archived":false,"fork":false,"pushed_at":"2025-02-13T16:47:40.000Z","size":446,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T18:02:46.137Z","etag":null,"topics":["component","forums","good-first-issue","nextjs-typescript","page","shadcn-ui","supabase","tailwindcss"],"latest_commit_sha":null,"homepage":"https://nextjs-forums-page.vercel.app/forums","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SnowyCrest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-01-19T15:26:24.000Z","updated_at":"2025-02-13T16:47:44.000Z","dependencies_parsed_at":"2025-02-11T08:50:29.022Z","dependency_job_id":null,"html_url":"https://github.com/SnowyCrest/nextjs-forums-page","commit_stats":null,"previous_names":["snowycrest/nextjs-forums-page"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SnowyCrest/nextjs-forums-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowyCrest%2Fnextjs-forums-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowyCrest%2Fnextjs-forums-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowyCrest%2Fnextjs-forums-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowyCrest%2Fnextjs-forums-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SnowyCrest","download_url":"https://codeload.github.com/SnowyCrest/nextjs-forums-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowyCrest%2Fnextjs-forums-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: 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":["component","forums","good-first-issue","nextjs-typescript","page","shadcn-ui","supabase","tailwindcss"],"created_at":"2025-02-15T10:30:50.170Z","updated_at":"2026-04-26T22:31:44.286Z","avatar_url":"https://github.com/SnowyCrest.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💬 Next.js Forums Page Component\n\nA modern, interactive forum platform based on Discord's forums pages built with Next.js and React.\n\n## ✨ Features\n\n- 📝 Create and manage forum posts\n- 🏷️ Tag-based filtering system\n- 🔍 Search functionality\n- 💬 Real-time messaging system\n- 👍 Like/Unlike posts\n- 📌 Pin important posts (Admin only)\n- 👤 User permissions system\n- 🔄 Pagination support\n\n| Forums Overview | Post Details |\n|----------------|--------------|\n| ![Forums Page](/public/forums_showcase_1.png) | ![Post Details](/public/forums_showcase_2.png) |\n| Main forums listing with filters, search, and messaging | Create a new post with assigning tags and adding images |\n\n## 🔑 Admin Features\n\nToggle admin mode to access additional features:\n- Pin/Unpin posts\n- Add custom tags\n- Enhanced post management\n- Full message moderation\n\n## 💻 Tech Stack\n\n\u003cimg align=\"left\" alt=\"TypeScript\" width=\"28px\" style=\"padding-right:10px;\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-plain.svg\" /\u003e\n\u003cimg align=\"left\" alt=\"Supabase\" width=\"28px\" style=\"padding-right:10px;\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/supabase/supabase-original.svg\" /\u003e\n\u003cimg align=\"left\" alt=\"NextJS\" width=\"28px\" style=\"padding-right:10px;\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nextjs/nextjs-original.svg\" /\u003e\n\u003cimg align=\"left\" alt=\"Vercel\" width=\"28px\" style=\"padding-right:10px;\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vercel/vercel-original.svg\" /\u003e\n\u003cimg align=\"left\" alt=\"React\" width=\"28px\" style=\"padding-right:10px;\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg\" /\u003e\n\u003cbr clear = \"left\"/\u003e\n\n---\n\n## 🚀 Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n```bash\nnpm install\n```\n3. Configure your environment variables\n4. Start the development server\n```bash\nnpm run dev\n```\nOpen localhost:3000/forums and you will be able to see the results.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowycrest%2Fnextjs-forums-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnowycrest%2Fnextjs-forums-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowycrest%2Fnextjs-forums-page/lists"}