Skip to content

A robust, real-time video conferencing application built with Next.js, Stream, Clerk, and Tailwind CSS. This app offers seamless video and audio communication, allowing users to connect and collaborate effortlessly.

Notifications You must be signed in to change notification settings

prakharsingh-74/LinkUp

This branch is 3 commits ahead of, 1 commit behind rishisingh34/LinkUp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c8f139c Β· Nov 27, 2024

History

36 Commits
Sep 20, 2024
Oct 2, 2024
Oct 3, 2024
Oct 2, 2024
Sep 12, 2024
Sep 20, 2024
Sep 15, 2024
Sep 20, 2024
Sep 12, 2024
Nov 27, 2024
Sep 12, 2024
Sep 15, 2024
Sep 12, 2024
Oct 2, 2024
Oct 2, 2024
Sep 12, 2024
Sep 16, 2024
Sep 12, 2024

Repository files navigation

Video Conferencing Web App

A fully-featured video conferencing web application built using Next.js, TypeScript, Clerk for authentication, and Stream for real-time video and chat capabilities.

πŸš€ Features

  • Real-Time Video Conferencing: Connect and communicate with multiple users in real-time.
  • User Authentication: Secure user management with Clerk.
  • Instant Messaging: Real-time chat during video sessions using Stream.
  • Responsive UI: Optimized for both desktop and mobile devices.
  • Scalable: Built with Next.js and TypeScript for maintainability and performance.

πŸ› οΈ Tech Stack

  • Next.js: Framework for server-rendered React applications.
  • TypeScript: Type-safe development for scalable code.
  • Clerk: User authentication and management.
  • Stream: Real-time messaging and video API.

πŸ“¦ Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repo-name.git
    cd your-repo-name
    
  2. Install dependencies: npm install ##OR yarn install

  3. Set up environment variables: Create a .env.local file in the root of your project and add the following variables: NEXT_PUBLIC_CLERK_FRONTEND_API= CLERK_API_KEY= STREAM_API_KEY= STREAM_SECRET=

  4. Run the development server: npm run dev

    or

    yarn dev

Open http://localhost:3000 in your browser to see the app in action.

πŸ“ Usage

  1. Sign up / Log in: Users are authenticated through Clerk.
  2. Join / Create a Room: Start or join a video conference.
  3. Chat: Send and receive messages in real time during the call.

πŸ“ Project Structure

Here's an overview of the project's structure:

β”œβ”€β”€ components # Reusable UI components β”œβ”€β”€ pages # Next.js pages and API routes β”œβ”€β”€ lib # Utility functions and external library setups β”œβ”€β”€ public # Public assets β”œβ”€β”€ styles # Global styles └── README.md # Project documentation

🧩 Key Libraries

@clerk/nextjs: For integrating Clerk's authentication in Next.js. stream-chat-react: Components for the chat feature. next-auth: Optional, if needed for additional auth setups.

βš™οΈ Deployment

To deploy this project: Set up your environment variables in your deployment platform.

About

A robust, real-time video conferencing application built with Next.js, Stream, Clerk, and Tailwind CSS. This app offers seamless video and audio communication, allowing users to connect and collaborate effortlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • CSS 2.5%
  • JavaScript 0.3%