{"id":25102940,"url":"https://github.com/khaledsaeed18/socially","last_synced_at":"2026-02-17T15:02:11.663Z","repository":{"id":274705275,"uuid":"910570655","full_name":"KhaledSaeed18/Socially","owner":"KhaledSaeed18","description":"A full-stack social media application built with Next.js and shadcn for a modern and responsive UI. It uses Clerk for authentication and UploadThing for image uploads. The backend is powered by Neon PostgreSQL, managed with Prisma ORM for efficient database operations.","archived":false,"fork":false,"pushed_at":"2025-01-28T21:55:33.000Z","size":638,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T07:12:19.750Z","etag":null,"topics":["clerk","full-stack","neon","nextjs","postgresql","prisma-orm","shadcn-ui","tailwindcss","typescript","upload-thing"],"latest_commit_sha":null,"homepage":"https://socially-ruddy.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/KhaledSaeed18.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-12-31T17:05:35.000Z","updated_at":"2025-01-30T16:24:36.000Z","dependencies_parsed_at":"2025-01-28T22:36:07.695Z","dependency_job_id":null,"html_url":"https://github.com/KhaledSaeed18/Socially","commit_stats":null,"previous_names":["khaledsaeed18/socially"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KhaledSaeed18/Socially","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSaeed18%2FSocially","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSaeed18%2FSocially/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSaeed18%2FSocially/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSaeed18%2FSocially/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhaledSaeed18","download_url":"https://codeload.github.com/KhaledSaeed18/Socially/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSaeed18%2FSocially/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"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":["clerk","full-stack","neon","nextjs","postgresql","prisma-orm","shadcn-ui","tailwindcss","typescript","upload-thing"],"created_at":"2025-02-07T21:33:57.047Z","updated_at":"2026-02-17T15:02:11.648Z","avatar_url":"https://github.com/KhaledSaeed18.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Socially - Modern Social Media Platform\n\nA full-stack social media application built with cutting-edge technologies for optimal performance, security, and user experience.\n\n![Next JS](https://img.shields.io/badge/Next.js-black?style=for-the-badge\u0026logo=next.js\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Prisma](https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge\u0026logo=Prisma\u0026logoColor=white)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge\u0026logo=vercel\u0026logoColor=white)\n![shadcn/ui](https://img.shields.io/badge/shadcn%2Fui-000000?style=for-the-badge\u0026logo=shadcnui\u0026logoColor=white)\n![Clerk](https://img.shields.io/badge/Clerk-7B68EE?style=for-the-badge\u0026logo=clerk\u0026logoColor=white)\n\n## 🚀 Tech Stack\n\n- **Frontend Framework:** Next.js with App Router\n- **UI Components:** shadcn/ui (Built on Tailwind CSS)\n- **Authentication:** Clerk\n- **Database:** Neon PostgreSQL (Serverless)\n- **ORM:** Prisma\n- **File Storage:** UploadThing\n- **Styling:** Tailwind CSS\n\n## ✨ Features\n\n- Modern authentication with Clerk\n- Real-time social interactions\n- Responsive and accessible UI components\n- Image uploads and management\n- Serverless PostgreSQL database\n- Type-safe database operations with Prisma\n\n## 🛠️ Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/KhaledSaeed18/Socially.git\n\n# Install dependencies\nnpm install\n\n# Run database migrations\nnpx prisma migrate dev\n\n# Start the development server\nnpm run dev\n```\n\n## 🔑 Environment Variables\n\n```bash\n# Clerk Authentication\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\n\n# Database\nDATABASE_URL=\n\n# UploadThing\nUPLOADTHING_TOKEN=\n```\n\n## 📚 Documentation\n\nFor detailed documentation on the technologies used:\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Clerk Documentation](https://clerk.dev/docs)\n- [Prisma Documentation](https://www.prisma.io/docs)\n- [shadcn/ui Documentation](https://ui.shadcn.com)\n- [UploadThing Documentation](https://docs.uploadthing.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhaledsaeed18%2Fsocially","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhaledsaeed18%2Fsocially","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhaledsaeed18%2Fsocially/lists"}