Open source concept • No crypto • Privacy-first

Privacy-first P2P apps that feel practical

LobbyKit is a privacy-first approach to realtime apps and games. We’re starting with a simple iOS demo chat app that supports both Dark IRC and LRC (Living Room Chatter).

Privacy-first by default Local-first architecture Indie-friendly direction
Example chat bridge
darkirc
lrc
local-first
{
  "app": "lobbykit-chat",
  "networks": ["darkirc", "lrc"],
  "mode": "p2p",
  "privacy": "first"
}
P2P-first
Direct peers when possible, optional relays when needed.
Indie-ready
Simple SDKs and a small daemon. Fast integration.
Privacy by design
No global accounts or centralized data collection.

The concept

Simple primitives that make privacy-first realtime apps possible.

01

Session-first

Apps talk in sessions with signed events and minimal metadata.

02

Discovery with boundaries

Public lobbies when needed, private sessions when you don’t.

03

Indie-friendly

Small, focused tooling that doesn’t require centralized servers.

iOS demo app

An example chat app that supports both Dark IRC and LRC (Living Room Chatter).

Download the demo:

- TestFlight build for iOS
- Chat rooms via Dark IRC
- Session chats via LRC (Living Room Chatter)

More coming soon

We’re refining the concept, testing with indies, and shipping more demos.

Web-first SDKs

Clean client helpers for browser-based apps.

Unity + Godot

Experimental engine bindings after the web SDKs stabilize.

More demos

Turn-based game + collaborative tool to show the primitives.

Download the iOS demo

Get the TestFlight build for the LobbyKit chat app.