{"id":18541155,"url":"https://github.com/manjurulhoque/threadly","last_synced_at":"2026-03-09T15:33:18.646Z","repository":{"id":260069063,"uuid":"879898505","full_name":"manjurulhoque/threadly","owner":"manjurulhoque","description":"A real-time discussion platform inspired by Threads, built with Golang and Next.js. Enables users to create, engage with, and manage threaded conversations seamlessly.","archived":false,"fork":false,"pushed_at":"2025-03-12T18:56:07.000Z","size":33617,"stargazers_count":36,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T08:52:37.854Z","etag":null,"topics":["gin","gin-framework","gin-gonic","golang","nextjs"],"latest_commit_sha":null,"homepage":"","language":"Go","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/manjurulhoque.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-10-28T18:35:42.000Z","updated_at":"2025-03-23T03:52:43.000Z","dependencies_parsed_at":"2024-11-19T19:21:47.522Z","dependency_job_id":"9b7ddcf0-fab4-4138-9302-ca8fafc6314d","html_url":"https://github.com/manjurulhoque/threadly","commit_stats":{"total_commits":108,"total_committers":1,"mean_commits":108.0,"dds":0.0,"last_synced_commit":"012a8cf8ef564b2c94579f853ec5ee111e5f2b06"},"previous_names":["manjurulhoque/threadly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manjurulhoque/threadly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjurulhoque%2Fthreadly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjurulhoque%2Fthreadly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjurulhoque%2Fthreadly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjurulhoque%2Fthreadly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manjurulhoque","download_url":"https://codeload.github.com/manjurulhoque/threadly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manjurulhoque%2Fthreadly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"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":["gin","gin-framework","gin-gonic","golang","nextjs"],"created_at":"2024-11-06T20:03:56.740Z","updated_at":"2026-03-09T15:33:18.636Z","avatar_url":"https://github.com/manjurulhoque.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Threadly\n\nA modern social media platform built with Next.js and Go, featuring real-time messaging, dark mode, and a clean UI.\n\nLive: [Demo](http://threadly.manjurulhoque.com/)\n\n## Features\n\n- 🔐 Authentication with NextAuth.js and JWT\n- 🌓 Dark/Light mode theming\n- 💬 Real-time chat messaging\n- 🧵 Thread creation and interactions\n- 💖 Like/Unlike functionality\n- 🔔 Real-time notifications\n- 👥 User profiles and following system\n- 🤝 Community features // todo\n- 📱 Responsive design\n- 🔍 User search functionality // todo\n- 🖼️ Image upload support // todo\n- 🌐 WebSocket integration\n\n## Preview\n\n### Home Page\n![Home Page](./screenshots/t1.png)\n\n### Profile Page\n![Profile Page](./screenshots/t2.png)\n\n### Single thread with comments Page\n![Single thread with comments Page](./screenshots/t3.png)\n\n### Notifications Page\n![Notifications Page](./screenshots/t4.png)\n\n### Real time chat Page\n![Chat Page](./screenshots/t5.png)\n\n\n## Tech Stack\n\n### Frontend\n- ⚛️ Next.js 14 (App Router)\n- 🎨 Tailwind CSS\n- 🔄 Redux Toolkit\n- 🎭 Shadcn/ui Components\n- 🎣 React Hook Form\n- ✨ TypeScript\n- 🔒 NextAuth.js\n- 🌐 WebSocket (react-use-websocket)\n- 📅 date-fns\n- 🎯 Zod Validation\n\n### Backend\n- 🚀 Go\n- 🎯 Gin Framework\n- 🗄️ PostgreSQL\n- 🔑 JWT Authentication\n- 🔄 GORM\n- 🌐 WebSocket\n- 🔒 bcrypt\n\n## Getting Started\n\nFirst, run the development server:\n\n```\nFrontend\ncd frontend\nnpm install\nnpm run dev\n```\n\n```\nBackend\ncd backend\ngo mod download\ngo run cmd/app/main.go\n```\n\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Environment Setup\n\nCreate a `.env` file in the frontend directory with the following variables:\n\nenv\nNEXTAUTH_URL=http://localhost:3000\nNEXTAUTH_SECRET=your-secret-key\nBACKEND_BASE_URL=http://localhost:8080\n\n\nCreate a `.env` file in the backend directory:\n\nenv\nDB_HOST=localhost\nDB_USER=your-db-user\nDB_PASSWORD=your-db-password\nDB_NAME=threadly\nDB_PORT=5432\nJWT_SECRET=your-jwt-secret\n\n\n## Learn More\n\nTo learn more about the technologies used:\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Tailwind CSS](https://tailwindcss.com/docs)\n- [Go Documentation](https://golang.org/doc/)\n- [Gin Framework](https://gin-gonic.com/docs/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanjurulhoque%2Fthreadly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanjurulhoque%2Fthreadly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanjurulhoque%2Fthreadly/lists"}