DanielRudrich / livekit-dev-tokens

LiveKit Dev-Server Token Generator

Home Page:https://livekit-dev-tokens.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveKit Dev-Server Token Generator

Ever lost time creating a bunch of tokens for a local LiveKit development server (livekit-server --dev)?

This simple web app provides a handy UI to create these dev tokens for you:

  • 🪪 specify the user's identity and what room to join
  • ☑️ select permissions
  • 📋 copy generated token to clipboard
  • 😎 Store setting in the local storage to reuse later!

Everything happens client-side! No analytics, no telemetry, nothing stored on the server.

Checkout https://livekit-dev-tokens.vercel.app

Things I want to add1:

  • responsive layout
  • edit stored settings
  • export/import stored settings
  • maybe get rid of livekit-server-sdk but might be premature optimization...

Please feel free to create issues if you encounter any bugs!

Build and run locally

  • clone repository
  • npm install
  • npm run dev

Footnotes

  1. but won't promise to do :D

About

LiveKit Dev-Server Token Generator

https://livekit-dev-tokens.vercel.app

License:MIT License


Languages

Language:TypeScript 97.0%Language:JavaScript 1.7%Language:CSS 1.3%