A modern video conferencing platform built with Next.js, Stream Video SDK, and TailwindCSS.
- 🎥 Real-time video conferencing
- 👥 Personal meeting rooms
- 📅 Schedule meetings
- 📱 Responsive design
- 🔒 Secure authentication with Clerk
- 🎨 Modern UI with TailwindCSS
- 📝 Meeting notes
- 🔍 View meeting recordings
- 🖥️ Screen sharing capabilities
- 🔇 Audio/video controls
- Next.js - React framework
- Stream Video SDK - Video conferencing
- Clerk - Authentication
- TailwindCSS - Styling
- TypeScript - Type safety
- Node.js 16.x or later
- npm or yarn package manager
-
Clone the repository
git clone https://github.com/yourusername/metly.git cd metly
-
Install dependencies
npm install # or yarn install
-
Set up environment variables Create a
.env.local
file in the root directory with the following variables:NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_SECRET_KEY= NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up NEXT_PUBLIC_STREAM_API_KEY= STREAM_SECREAT_KEY NEXT_PUBLIC_BASE_URL=http://localhost:3000
-
Start the development server
npm run dev # or yarn dev
-
Visit
http://localhost:3000
to see the application
metly/
├── app/ # Next.js app directory
├── components/ # Reusable UI components
├── lib/ # Utility functions and shared logic
├── public/ # Static assets
└── styles/ # Global styles
We welcome contributions to Metly! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
For support, email [email protected]