{"id":30828753,"url":"https://github.com/priyanshscpp/meetwise-app","last_synced_at":"2025-09-06T14:45:56.648Z","repository":{"id":311732465,"uuid":"798949739","full_name":"priyanshscpp/MeetWise-App","owner":"priyanshscpp","description":"MeetWise - Professional Video Meeting Platform - A modern, professional video conferencing application built with Next.js, featuring real-time video calls, meeting scheduling, and recording management.","archived":false,"fork":false,"pushed_at":"2025-08-26T08:28:12.000Z","size":832,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T09:21:22.005Z","etag":null,"topics":["n8n","n8n-nodes","nextjs","openapi"],"latest_commit_sha":null,"homepage":"","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/priyanshscpp.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,"zenodo":null}},"created_at":"2024-05-10T20:33:14.000Z","updated_at":"2025-08-26T08:28:16.000Z","dependencies_parsed_at":"2025-08-26T09:22:12.534Z","dependency_job_id":"23f4e4fe-fcba-43cf-9788-80bee4b6b375","html_url":"https://github.com/priyanshscpp/MeetWise-App","commit_stats":null,"previous_names":["priyanshscpp/meetwise-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/priyanshscpp/MeetWise-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshscpp%2FMeetWise-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshscpp%2FMeetWise-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshscpp%2FMeetWise-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshscpp%2FMeetWise-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/priyanshscpp","download_url":"https://codeload.github.com/priyanshscpp/MeetWise-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshscpp%2FMeetWise-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273919534,"owners_count":25191206,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["n8n","n8n-nodes","nextjs","openapi"],"created_at":"2025-09-06T14:45:50.769Z","updated_at":"2025-09-06T14:45:56.598Z","avatar_url":"https://github.com/priyanshscpp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeetWise - Professional Video Meeting Platform\n\nA modern, professional video conferencing application built with Next.js, featuring real-time video calls, meeting scheduling, and recording management.\n\n## ✨ Features\n\n- **Instant Meetings**: Start video calls immediately\n- **AI Notetaker and Summarizer**: Helps user to give notes of the meet on their dashboard\n- **Google Workspace Integration**: Join meetings via invitation links\n- **Recording Management**: View and manage meeting recordings\n- **Scheduled Meetings**: Plan and schedule meetings in advance\n- **Personal Room**: Dedicated personal meeting space\n- **Latency Checker**: You will find less and a latency checker for this appllication.\n\n## 🚀 Tech Stack\n\n- **Frontend**: Next.js 14, React 18, TypeScript\n- **Styling**: Tailwind CSS, CSS Modules\n- **Authentication**: Clerk\n- **UI Components**: Radix UI, Lucide React Icons\n- **Date Handling**: React DatePicker, date-fns\n\n## Previews\n\u003cimg width=\"1919\" height=\"1147\" alt=\"Screenshot 2025-08-26 122211\" src=\"https://github.com/user-attachments/assets/ebe5f2a8-62ac-48c6-82bb-20f903fb886c\" /\u003e\n\u003cimg width=\"1905\" height=\"1001\" alt=\"Screenshot 2025-08-26 122245\" src=\"https://github.com/user-attachments/assets/e9149602-fd3f-4e86-b9d6-bf2022d94ca7\" /\u003e\n\u003cimg width=\"1919\" height=\"1000\" alt=\"Screenshot 2025-08-26 122548\" src=\"https://github.com/user-attachments/assets/d3255495-120c-434b-aaf5-9bca29367f8c\" /\u003e\n\u003cimg width=\"1916\" height=\"1000\" alt=\"Screenshot 2025-08-26 122505\" src=\"https://github.com/user-attachments/assets/af49ecba-8066-423a-a764-cf1d07334975\" /\u003e\n\n## 🛠️ Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd meetwise\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Environment Setup**\n   Create a `.env.local` file with the following variables:\n   ```env\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_key\n   CLERK_SECRET_KEY=your_clerk_secret\n   NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\n   NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n   NEXT_PUBLIC_BASE_URL=http://localhost:3000\n   ```\n\n4. **Run the development server**\n   ```bash\n   npm run dev\n   ```\n\n5. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000)\n\n## 📱 Usage\n\n### Starting a Meeting\n1. Click on \"New Meeting\" to start an instant meeting\n2. Use \"Schedule Meeting\" to plan future meetings\n3. Join existing meetings via \"Join Meeting\"\n\n### Navigation\n- **Home**: Dashboard with meeting options\n- **Upcoming**: View scheduled meetings\n- **Previous**: Access past meeting history\n- **Recordings**: Manage meeting recordings\n- **Personal Room**: Your dedicated meeting space\n\n## 🎨 UI Improvements\n\nThe application features a modern, professional design with:\n- Clean, minimalist interface\n- Consistent color scheme\n- Responsive grid layouts\n- Smooth animations and transitions\n- Professional typography\n- Glassmorphism effects\n\n## 🔧 Development\n\n```bash\n# Run development server\nnpm run dev\n\n# Build for production\nnpm run build\n\n# Start production server\nnpm start\n\n# Run linting\nnpm run lint\n```\n\n## 📁 Project Structure\n\n```\nmeetwise/\n├── app/                    # Next.js app directory\n│   ├── (auth)/           # Authentication routes\n│   ├── (root)/           # Main application routes\n│   └── globals.css       # Global styles\n├── components/            # Reusable UI components\n├── constants/             # Application constants\n├── hooks/                 # Custom React hooks\n├── lib/                   # Utility functions\n├── providers/             # Context providers\n└── public/                # Static assets\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Built with Next.js and React\n- Powered by Stream Video SDK\n- Authentication by Clerk\n- UI components from Radix UI\n- Icons from Lucide React\n\n---\n\n**MeetWise** - Making professional video meetings simple and efficient.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyanshscpp%2Fmeetwise-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyanshscpp%2Fmeetwise-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyanshscpp%2Fmeetwise-app/lists"}