{"id":44190643,"url":"https://github.com/mohamedramadansaudi/mini-meeting","last_synced_at":"2026-03-08T05:02:43.493Z","repository":{"id":337447463,"uuid":"1145518122","full_name":"MohamedRamadanSaudi/Mini-Meeting","owner":"MohamedRamadanSaudi","description":"In short, I'm trying to be a competitor to google meet :)","archived":false,"fork":false,"pushed_at":"2026-03-06T04:00:19.000Z","size":805,"stargazers_count":14,"open_issues_count":31,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-06T08:58:20.247Z","etag":null,"topics":["docker","docker-compose","fiber","go","golang","gorm","livekit","nginx","oauth","postgresql","react","redis","tailwindcss","websockets"],"latest_commit_sha":null,"homepage":"https://mini-meeting.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/MohamedRamadanSaudi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-29T22:10:16.000Z","updated_at":"2026-03-06T04:00:22.000Z","dependencies_parsed_at":"2026-03-06T06:10:44.652Z","dependency_job_id":null,"html_url":"https://github.com/MohamedRamadanSaudi/Mini-Meeting","commit_stats":null,"previous_names":["mohamedramadansaudi/mini-meeting"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/MohamedRamadanSaudi/Mini-Meeting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedRamadanSaudi%2FMini-Meeting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedRamadanSaudi%2FMini-Meeting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedRamadanSaudi%2FMini-Meeting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedRamadanSaudi%2FMini-Meeting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohamedRamadanSaudi","download_url":"https://codeload.github.com/MohamedRamadanSaudi/Mini-Meeting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedRamadanSaudi%2FMini-Meeting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30246626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","docker-compose","fiber","go","golang","gorm","livekit","nginx","oauth","postgresql","react","redis","tailwindcss","websockets"],"created_at":"2026-02-09T17:05:50.547Z","updated_at":"2026-03-08T05:02:43.485Z","avatar_url":"https://github.com/MohamedRamadanSaudi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini-Meeting 🎥\n\nMini-Meeting is a modern, lightweight video conferencing platform featuring instant AI-powered summarization. Built with Go, React, and LiveKit.\n\n## 🏗️ Architecture\n\nThe platform follows a hybrid-cloud architecture to ensure high performance while remaining easy to deploy:\n\n- **Local/Docker (Core)**: Backend API (Go), Frontend (React), and Faster-Whisper Server (for transcription).\n- **Cloud Services**:\n    - **LiveKit Cloud**: Real-time video/audio streaming.\n    - **Neon**: Serverless PostgreSQL database.\n    - **Redis Cloud**: Session management and caching.\n    - **OpenRouter**: LLM gateway for AI summarization.\n    - **Brevo**: Transactional email delivery.\n\n---\n\n## 🚀 Getting Started\n\nTo get the project running locally for development, follow these steps:\n\n### 1. Prerequisites\n- [Docker](https://www.docker.com/products/docker-desktop/) \u0026 [Docker Compose](https://docs.docker.com/compose/)\n- [Go 1.24+](https://go.dev/dl/) (optional, for local development without Docker)\n- [Node.js 20+](https://nodejs.org/) (optional, for local development without Docker)\n\n### 2. Infrastructure Setup (Secrets)\nBefore running the application, you need to set up several cloud services. Follow the step-by-step guides in the `docs/Infrastructure-Setup` directory:\n\n1.  [PostgreSQL (Neon)](./docs/Infrastructure-Setup/database.md)\n2.  [Redis (Redis Cloud)](./docs/Infrastructure-Setup/redis-server.md)\n3.  [LiveKit (LiveKit Cloud)](./docs/Infrastructure-Setup/livekit-server.md)\n4.  [OpenRouter (AI Summarization)](./docs/Infrastructure-Setup/open-router.md)\n5.  [OAuth (Google \u0026 GitHub)](./docs/Infrastructure-Setup/google-app.md)\n6.  [Brevo (Email Service)](./docs/Infrastructure-Setup/bravo.md)\n\n### 3. Environment Configuration\nCopy the `.env.example` files to `.env` in both `backend` and `frontend` folders and fill in the secrets you obtained in the previous step.\n\n**Linux/Mac:**\n```bash\ncp backend/.env.example backend/.env\ncp frontend/.env.example frontend/.env\n```\n\n**Windows:**\n```cmd\ncopy backend\\.env.example backend\\.env\ncopy frontend\\.env.example frontend\\.env\n```\n\n### 4. Run with Docker Compose\nRun the entire stack (Backend, Frontend, and Whisper Server) with a single command:\n\n```bash\ndocker-compose up --build\n```\n\n- **Frontend**: [http://localhost:5173](http://localhost:5173)\n- **Backend API**: [http://localhost:3000](http://localhost:3000)\n- **Whisper Server**: [http://localhost:9000](http://localhost:9000)\n\n---\n\n## 🛠️ Tech Stack\n\n### Backend\n- **Go**: High-performance REST API.\n- **Faster-Whisper**: Local AI transcription server.\n- **GORM**: Database ORM and migrations.\n- **Air**: Hot-reloading for Entwicklung.\n\n### Frontend\n- **React 18**: UI Framework (Vite).\n- **TypeScript**: Type-safe logic.\n- **TailwindCSS**: Modern styling.\n- **LiveKit React Components**: Pre-built video conferencing UI.\n\n---\n\n## 🤝 Contributing\nContributions are welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.\n\n## 📄 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedramadansaudi%2Fmini-meeting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedramadansaudi%2Fmini-meeting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedramadansaudi%2Fmini-meeting/lists"}