{"id":21342799,"url":"https://github.com/colburncodes/social","last_synced_at":"2025-10-26T09:44:03.066Z","repository":{"id":214977683,"uuid":"705910472","full_name":"colburncodes/social","owner":"colburncodes","description":"Social is a boilerplate that you can use for an unlimited number of projects. Whether you're trying to learn how to structure your own app or want to rapidly spin up a number of features, it sets you up with a powerful set of features.","archived":false,"fork":false,"pushed_at":"2024-10-18T00:51:18.000Z","size":46748,"stargazers_count":5,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-20T11:38:09.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://staging.socialio.site/","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/colburncodes.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":"2023-10-17T00:01:44.000Z","updated_at":"2024-10-16T22:10:01.000Z","dependencies_parsed_at":"2024-05-02T04:36:14.900Z","dependency_job_id":"0d776aec-ca43-438c-a0a8-8ae0bad52052","html_url":"https://github.com/colburncodes/social","commit_stats":null,"previous_names":["colburncodes/social"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colburncodes%2Fsocial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colburncodes%2Fsocial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colburncodes%2Fsocial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colburncodes%2Fsocial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colburncodes","download_url":"https://codeload.github.com/colburncodes/social/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225824718,"owners_count":17529906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-22T01:10:03.588Z","updated_at":"2025-10-26T09:44:02.989Z","avatar_url":"https://github.com/colburncodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Social\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"#introduction\"\u003eIntroduction\u003c/a\u003e •\n \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n \u003ca href=\"#how-to\"\u003eHow to run it\u003c/a\u003e •\n \u003ca href=\"#tech-stack\"\u003eTech stack\u003c/a\u003e •\n \u003ca href=\"#author\"\u003eAuthor\u003c/a\u003e •\n \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## 📖 Introduction\n\nSocial was built on the idea that anyone, anywhere in the world can share\nand monetize their passions. Our vision: a world where passions create connections across\ncontinents.\nMade with [Blitz](https://github.com/blitz-js/blitz).\n\n---\n\n## 📦 Features\n\n- [x] Authentication and Authorization\n- [x] Multi-tenancy\n- [x] Payments Integration [Lemon Squeezy](https://docs.lemonsqueezy.com/api#test-mode)\n- [x] Event Monitoring [Log Snag](https://logsnag.com/)\n    - [ ] Billing\n    - [ ] Orders\n    - [x] User activity\n- [ ] Subscriptions [Subscriptions](https://docs.lemonsqueezy.com/api/subscriptions)\n- [ ] Subscription plans\n- [x] User Roles\n- [ ] Notifications\n    - [x] Email prod env using [Resend](https://resend.com/) and [React Email](https://react.email/)\n      - [x] Welcome Email \n      - [x] Forgot Password\n      - [x] Password Reset\n      - [x] Contact Email\n    - [ ] Email staging env using [MailTrap](https://api-docs.mailtrap.io/docs/mailtrap-api-docs/5tjdeg9545058-mailtrap-api)\n    - [x] Email testing env using [Nodemailer](https://nodemailer.com/about/)\n    - [ ] Discord\n    - [ ] Browser / in-app\n- [x] Admin Panel\n- [ ] Announcements\n- [ ] Invite system\n- [ ] Cron jobs\n- [x] Testing - [Vitest](https://vitest.dev/)\n---\n\n## 🛠️ How to run it\n\nClone Project\n```bash\ngit clone https://github.com/colburncodes/social.git\n```\nNavigate to project directory\n```bash\ncd social\n```\nInstall dependencies\n```bash\nnpm install\n```\nCreate a `.env` file in root directory\n```\nDATABASE_URL\nRESEND_API_KEY\nNODE_MAILER_USER\nNODE_MAILER_PASS\nUPLOADTHING_SECRET\nUPLOADTHING_APP_ID\nLEMONSQUEEZY_WEBHOOK_SECRET\nLEMONSQUEEZY_API_KEY\nLEMONSQUEEZY_STORE_ID\nLEMONSQUEEZY_VARIANT_ID\nLOGSNAG_API_KEY\nNEXT_PUBLIC_LOGSNAG_CLIENT_TOKEN\n```\nStart the server\n```bash\nnpm run dev\n```\nStart Prisma Studio\n```bash\nnpm run studio\n```\n\n## Tech Stack\n\nThe following tools were used in the construction of the project:\n\n- **[mantine](https://ui.mantine.dev/)**\n- **[blitz](https://github.com/blitz-js/blitz)**\n- **[prisma](https://www.prisma.io/nextjs)**\n- **[postgresql](https://www.postgresql.org/)**\n- **[railway](https://railway.app/)**\n\n---\n\n## Author\n\n\u003ca href=\"https://www.whocolburn.com\"\u003e\n  \u003cimg style=\"border-radius: 50%;\" src=\"https://avatars.githubusercontent.com/u/71975541?v=4\" width=\"100px;\" alt=\"who colburn\"/\u003e\n  \u003cbr /\u003e\n  \u003cb\u003eColburn\u003c/b\u003e\n\u003c/a\u003e\n \u003cbr /\u003e\n\n---\n\n## License\n\nThis project is under the license [MIT](./LICENSE).\n\nMade with ❤ by Colburn 👋🏽 [Get in Touch!](mailto:hello@whocolburn.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolburncodes%2Fsocial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolburncodes%2Fsocial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolburncodes%2Fsocial/lists"}