A federated, p2p communication platform. Chat with your friends from anywhere in the world!
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-23 19:00:51 -04:00
src Initial commit: Starling-Web placeholder 2026-07-22 12:36:49 -04:00
.gitignore Add .gitignore and Forgejo Actions mirror workflow 2026-07-22 12:58:31 -04:00
Cargo.toml revert edition 2026 to 2024 2026-07-23 12:58:06 -04:00
LICENSE Initial commit: Starling-Web placeholder 2026-07-22 12:36:49 -04:00
README.md Fix Solid.JS -> SolidJS in README 2026-07-23 19:00:51 -04:00

Starling Web

Browser client for Starling — a federated, peer-to-peer communications platform with no company in the middle.

Status: 📋 Planned — not yet started. The terminal client, Starling-TUI, is the working client today. This repo is a placeholder for the WebAssembly build. The web client needs no install — it'll just be a hosted page you open in a browser.


What this will be

Starling with nothing to install: open a page, paste an invite code, and you're in the flock. The web client is how someone tries Starling for the first time without a terminal or a download — text, voice, and video in the browser, still peer-to-peer and end-to-end encrypted.

How it's built (planned)

The same SolidJS frontend as the desktop and Android clients, delivered in the browser instead of a Tauri shell — so the UI is shared across all three. The starling-server core is compiled to WebAssembly to run in-page. The interesting engineering is in the browser's constraints, not the protocol.

Piece Stack
Frontend SolidJS (shared with Desktop + Android)
Protocol / networking starling-server core, compiled to wasm32
Transport note iroh over the browser uses WebTransport/relays; the datagram-vs-stream media paths may need browser-specific handling
Media getUserMedia for mic/camera; WASM Opus for audio

Following along

  • Design and roadmap live in the main Starling repo.
  • The protocol this will implement is documented in Starling-Server.

License

Apache 2.0