Livqeno Docs

Guides

End-to-end builds. Each one starts from an empty folder and finishes with something that runs.

Reference pages tell you what an API does. These tell you how to put one together.

Every guide follows the same shape: what we're building, prerequisites, implementation, how it works, production considerations, next steps. Read the "how it works" section — that is where the design decisions are, and they are the part that transfers to your own app.

Calls

GuideBuild timeYou end with
Build a video call~20 minTwo participants, camera and microphone
Build a group call~30 minA participant grid that scales to a room
Add screen sharing~10 minA screen share track alongside the camera
Handle reconnection~15 minA UI that survives a network drop

Chat and streaming

GuideBuild timeYou end with
Build a chat application~25 minDurable history, presence, typing
Build a live stream~30 minOne host, many viewers, live chat

Backend

GuideBuild timeYou end with
Handle webhooks~20 minA verified, idempotent receiver
Build for production~45 minA deployment that will survive contact with users

Migrating

GuideYou end with
Migrate from LiveKitA mapping from LiveKit's concepts to Livqeno's

Before you start any of them

You need a project, an API key, and somewhere to run a small backend. If you do not have those, spend five minutes on the Quickstart first — every guide assumes it.

Next steps

  • Examples — the same ideas as runnable apps in the repository.
  • Concepts — the vocabulary the guides use.