{"id":22361401,"url":"https://github.com/kei-k23/streamify","last_synced_at":"2026-04-30T08:32:34.932Z","repository":{"id":217314139,"uuid":"743556647","full_name":"Kei-K23/streamify","owner":"Kei-K23","description":"Streamify is a streaming web app(like Twitch) that can connect your favorite streaming software. Provide simple communication with your viewers and other essential features that need in streaming application.","archived":false,"fork":false,"pushed_at":"2024-01-15T14:49:06.000Z","size":374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T15:53:53.078Z","etag":null,"topics":["clerk","clerkau","livekit","nextjs","nextjs14","postgresql","prisma","server-actions","shadcn-ui","typescript","typescript4"],"latest_commit_sha":null,"homepage":"https://streamify-sigma.vercel.app","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/Kei-K23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-15T13:44:06.000Z","updated_at":"2024-01-15T14:48:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"1fefd40f-ac7d-44f0-b351-0c7afab20cdd","html_url":"https://github.com/Kei-K23/streamify","commit_stats":null,"previous_names":["kei-k23/streamify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kei-K23%2Fstreamify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kei-K23%2Fstreamify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kei-K23%2Fstreamify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kei-K23%2Fstreamify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kei-K23","download_url":"https://codeload.github.com/Kei-K23/streamify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245673754,"owners_count":20654008,"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","clerkau","livekit","nextjs","nextjs14","postgresql","prisma","server-actions","shadcn-ui","typescript","typescript4"],"created_at":"2024-12-04T16:29:32.919Z","updated_at":"2025-10-06T18:19:07.119Z","avatar_url":"https://github.com/Kei-K23.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamify (Streaming web application)\n\n## Overview\n\nStreamify is a streaming web app(like `Twitch`) that can connect your favorite streaming software. Provide simple communication with your viewers and other essential features that need in streaming application.\n\n## Features\n\nKey Features:\n\n- Streaming using RTMP / WHIP streaming protocols\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- 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- 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- Grouped routes \u0026 layouts\n- MySQL\n- Deployment\n\n## Tech Stack\n\n- Next.js 14 (server action for data mutation)\n- Postgresql (Neon cloud)\n- Prisma\n- Clerk (Auth)\n- TypeScript\n- Tailwind / ShadcnUI\n- Livekit (Video streaming \u0026 WebRTC)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed on your machine.\n- Postgresql database for storing application data.\n\n### Installation\n\n1. Clone the repository: `git clone https://github.com/Kei-K23/task-mingle`\n2. Navigate to the project directory: `cd your-web-app`\n3. Install dependencies: `npm install`\n4. Configure environment variables.\n5. Start the application locally: `npm run dev`\n\n### Configuration\n\nMake sure to set the following environment variables:\n\n- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\u003cYOUR_CLERK_PUBLISHABLE_KEY\u003e\n- CLERK_SECRET_KEY=\u003cYOUR_CLERK_SECRET_KEY\u003e\n\n- NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\u003cmodify_as_you_need\u003e\n- NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\u003cmodify_as_you_need\u003e\n- NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\u003cmodify_as_you_need\u003e\n- NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/\u003cmodify_as_you_need\u003e\n\n- NEXT_PUBLIC_UNSPLASH_ACCESS_KEY=\u003cYOUR_UNSPLASH_ACCESS_KEY\u003e\n- NEXT_PUBLIC_UNSPLASH_SECRET_KEY=\u003cYOUR_UNSPLASH_SECRET_KEY\u003e\n\n- DATABASE_URL=\u003cYOUR_POSTGRESQL_DATABASE_CONNECTION_STRING\u003e\n\n- NEXT_PUBLIC_LIVEKIT_WS_URL=\u003cYOUR_NEXT_PUBLIC_LIVEKIT_WS_URL\u003e\n- LIVEKIT_API_KEY=\u003cYOUR_LIVEKIT_API_KEY\u003e\n- LIVEKIT_SECRET_KEY=\u003cYOUR_LIVEKIT_SECRET_KEY\u003e\n- LIVEKIT_API_URL=\u003cYOUR_LIVEKIT_API_URL\u003e\n\n- UPLOADTHING_SECRET=\u003cYOUR_UPLOADTHING_SECRET\u003e\n- UPLOADTHING_APP_ID=\u003cYOUR_UPLOADTHING_APP_ID\u003e\n\n## Contributing\n\nWe welcome contributions from the community! If you find a bug or have an idea for an improvement, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- `Twitch` for the inspiration.\n- [Build a Twitch Clone using Next.js 14, React, Prisma, Tailwind, MySQL | Full Course 2023 | Part 1/2](https://youtu.be/a02JAryRPVU?si=m83YYw9EVq2kX7gD) for the inspiration and learning.\n\n---\n\nHappy collaborating with streamify! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkei-k23%2Fstreamify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkei-k23%2Fstreamify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkei-k23%2Fstreamify/lists"}