Skip to content

Files

Latest commit

7828026 · Apr 10, 2025

History

History

nextjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 6, 2023
Dec 11, 2024
Apr 13, 2023
Sep 11, 2024
Jan 19, 2023
Oct 1, 2024
Jan 19, 2023
Apr 10, 2025
Nov 9, 2023
Oct 1, 2024
Apr 10, 2025
Oct 1, 2024

LiveKit Components NextJS Example

A collection of small examples bundled in a Next.js app. Next.js is just the medium, all the concepts shown should be easily transferable to a framework of your choice.

Monorepo Navigation

Setup Examples

To get up and running make sure to first follow the Setup Monorepo instructions the root level of this repository to create all locally linked dependencies within the monoerepo.

Copy the the contents of .env.example in to a newly created .env.local file and adjust the values accordingly to your livekit server setup.

Run Examples

With everything setup we can now start the Next.js-App from the root of the monorepo with:

pnpm dev:next

Navigate to http://localhost:3000/ to see a list of examples to choose from.

Example Code

The source code of the examples is located in the pages directory of the Next.js app.