Try the demo • LiveKit Components • LiveKit Docs • LiveKit Cloud • Blog
LiveKit Meet is an open source video conferencing app built on LiveKit Components, LiveKit Cloud, and Next.js. It's been completely redesigned from the ground up using our new components library.
create-next-app
.Give it a try at https://meet.livekit.io.
Steps to get a local dev setup up and running:
pnpm install
to install all dependencies..env.example
in the project root and rename it to .env.local
..env.local
file.pnpm dev
to start the development server and visit http://localhost:3000 to see the result.