{"id":22021130,"url":"https://github.com/darshit02/strimly","last_synced_at":"2026-04-10T02:52:11.505Z","repository":{"id":213779796,"uuid":"732082944","full_name":"Darshit02/strimly","owner":"Darshit02","description":"Tired of clunky interfaces and limited features? Unleash the power of Strimly! Our open-source platform offers a seamless and customizable streaming experience, empowering creators and viewers alike.","archived":false,"fork":false,"pushed_at":"2024-01-16T04:03:08.000Z","size":201,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T16:44:37.900Z","etag":null,"topics":["clerk","convex","livekit","nextjs","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://strimly.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/Darshit02.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-12-15T15:46:54.000Z","updated_at":"2024-06-26T11:15:42.000Z","dependencies_parsed_at":"2023-12-23T03:22:53.962Z","dependency_job_id":"82dcfb84-f31a-4e03-9a16-4874a12c0421","html_url":"https://github.com/Darshit02/strimly","commit_stats":null,"previous_names":["darshit02/strimly"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darshit02%2Fstrimly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darshit02%2Fstrimly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darshit02%2Fstrimly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Darshit02%2Fstrimly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Darshit02","download_url":"https://codeload.github.com/Darshit02/strimly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245084608,"owners_count":20558251,"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":["clerk","convex","livekit","nextjs","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-11-30T06:09:48.293Z","updated_at":"2025-10-24T05:48:53.676Z","avatar_url":"https://github.com/Darshit02.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a repository for Fullstack Streaming website: Next.js 14, Livestreaming, React, Prisma, Stripe, Tailwind, MySQL;\n\nKey Features:\n- 📡 Streaming using RTMP / WHIP protocols \n- 🌐 Generating ingress\n- 🔗 Connecting Next.js app to OBS / Your favorite streaming software \n- 🔐 Authentication \n- 📸 Thumbnail upload\n- 👀 Live viewer count \n- 🚦 Live statuses \n- 💬 Real-time chat using sockets \n- 🎨 Unique color for each viewer in chat \n- 👥 Following system \n- 🚫 Blocking system \n- 👢 Kicking participants from a stream in real-time \n- 🎛️ Streamer / Creator Dashboard \n- 🐢 Slow chat mode \n- 🔒 Followers only chat mode \n- 📴 Enable / Disable chat \n- 🔽 Collapsible layout (hide sidebars, chat etc, theatre mode etc.) \n- 📚 Sidebar following \u0026 recommendations tab \n- 🏠 Home page recommending streams, sorted by live first \n- 🔍 Search results page with a different layout \n- 🔄 Syncing user information to our DB using Webhooks \n- 📡 Syncing live status information to our DB using Webhooks \n- 🤝 Community tab \n- 🎨 Beautiful design\n- ⚡ Blazing fast application \n- 📄 SSR (Server-Side Rendering) \n- 🗺️ Grouped routes \u0026 layouts \n- 🗃️ MySQL\n- 🚀 Deployment\n\n### Prerequisites\n\n**Node version 18.17 or later**\n\n### Cloning the repository\n\n```shell\ngit clone https://github.com/Darshit02/strimly.git\n```\n\n### Install packages\n\n```shell\nnpm i\n```\n\n### Setup .env file\n\n\n```js\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/\nCLERK_WEBHOOK_SECRET=\n\nDATABASE_URL=\n\nLIVEKIT_API_URL=\nLIVEKIT_API_KEY=\nLIVEKIT_API_SECRET=\nNEXT_PUBLIC_LIVEKIT_WS_URL=\n\nUPLOADTHING_SECRET=\nUPLOADTHING_APP_ID=\n```\n\n### Setup Prisma\n\nAdd MySQL Database (I used PlanetScale)\n\n```shell\nnpx prisma generate\nnpx prisma db push\n\n```\n\n### Start the app\n\n```shell\nnpm run dev\n```\n\n## Available commands\n\nRunning commands with npm `npm run [command]`\n\n| command         | description                              |\n| :-------------- | :--------------------------------------- |\n| `dev`           | Starts a development instance of the app |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarshit02%2Fstrimly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarshit02%2Fstrimly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarshit02%2Fstrimly/lists"}