virtual-vibe Tailwind Templates

Virtual Vibe

Virtual Vibe is a video conferencing website offering dynamic, intuitive experiences. Built with Next.js and TypeScript, it features private rooms powered by GetStream and Clerk.js for secure, personalized interactions. The platform emphasizes efficient meeting management and seamless recording accessibility, using Tailwind CSS for a sleek design.

Virtual Vibe

Elevate your video calls with ease. Enjoy crisp audio, HD video, and secure meetings. Your go-to for seamless virtual communication.

Cloning the repository

  git clone https://github.com/sameer240704/virtual-vibe.git
  cd virtual-vibe

Installation

Install the project dependencies

  npm install

Setup the Environment Variables

Create a new file named .env.local in the root directory of the project and add the following content or enter your credentials from GetStream and Clerk in the .env.local.example:

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_SECRET_KEY=

NEXT_PUBLIC_BASE_URL=

Running the Project

Open http://localhost:3000 in your browser to view the project

  npm run dev

Top categories

Loading Svelte Themes