Encrypted stranger chat,
built to outlive any one server.

Glimpr pairs you with a random stranger for an encrypted conversation. The matchmaker in the middle helps two people find each other and relays messages between them, but the goal is simple: the server should not be the thing you have to trust with your conversation. When a session ends, your browser discards the session keys. The matchmaker may know that two people connected and roughly when, but it should not have the plaintext chat or the keys needed to recover it.

A
matchmaker
B
end-to-end encrypted between peers

Servers should be replaceable

The bigger idea is that the servers should be replaceable. Anyone should be able to run a matchmaker that speaks the same protocol. If one shuts down, gets slow, or starts acting badly, users can move to another one. No giant shared database, no single server that the whole thing depends on.

matchmaker.athens
matchmaker.kyoto
matchmaker.lagos
matchmaker.berlin
A
end-to-end encrypted
B

The matchmaker helps route traffic, not read it.

Introduction matchmaker pairs two browsers
End-to-end encrypted between clients

How Glimpr works

Start a session

When you start, your browser creates fresh temporary keys for that session. They are kept in memory and are not intentionally saved to disk.

Get matched

A matchmaker pairs you with someone else and passes public keys between both browsers. From there, the two browsers derive a shared secret. The matchmaker helps route traffic, but it does not get that secret.

Chat, or don't

Messages are encrypted before they leave your device. The matchmaker sees sealed packets and routing metadata, not the actual conversation. You can skip, close the tab, or leave whenever you want.

Browser A Matchmaker Browser B

The matchmaker exchanges public keys. The browsers do the rest.

Why Glimpr?

The original stranger chat experience depended on one service staying alive. When it disappeared, clones showed up everywhere, but most were built around the same problem — one site, one operator, one place that can vanish overnight. Glimpr is trying a different shape. The protocol matters more than any one server, and matchmakers are meant to be disposable.

This is not magic privacy. The matchmaker can still see metadata: which IPs connected, when they matched, and roughly how long they stayed connected. Anonymous routing is something we want later, but it is not here yet.

What the server actually knows

Content.

The goal is that chat content is encrypted in your browser before it leaves your device. The matchmaker relays encrypted messages. It should not have the session key, and it should not be able to read the conversation.

Metadata.

The matchmaker still sees metadata — which connections were paired, roughly when they talked, and how long the session lasted. If you do not trust a matchmaker, you should be able to use a different one or run your own.

Moderation.

The protocol itself does not force one global content policy. Each matchmaker can set its own rules. The matchmakers we run are being built with safety rules, reporting, rate limits, and abuse controls — other operators may choose different policies, so the server you connect to matters.

Creators and visitors

Glimpr has two sides being built together. One side is free stranger chat: open the page, get matched, talk, leave. The other side is a creator layer: handles, paid access, private rooms, and priority matching. That part is still being shaped, but the idea is simple — if people already want to talk to a creator, the conversation itself should be the product, not just a feed of posts. Creator features are being built as a separate layer, and the free stranger chat side should still work without accounts, payments, or creator profiles.

For creators

A future creator account should let people find your handle and pay for better access to you. Possible features include monthly access, priority matching, and private encrypted rooms. Some creators might use it casually, others might use it like paid office hours, fan calls, tutoring, consulting, or community access, depending on the rules of the matchmaker they use.

For visitors

You should not need an account to use the free stranger chat side. No email, no profile, no long onboarding. Open the page, choose how you want to chat, and leave when you are done. Paid features should be optional and random matching should stay free by default.

creator access (future)
handles · paid sessions · private rooms · priority matching · reputation · portability
free stranger chat (now)
no account · random match · temporary keys · encrypted chat · skip or leave anytime

The hard part

First, Glimpr needs to get encrypted stranger chat working well. The harder part comes later — if we add creator handles, paid access, private rooms, and reputation, it would be easy to become just another platform with a single company in the middle. That is not what we want. The goal is to let creators build an audience without being stuck on any particular server, payment system, or set of rules.

Glimpr is early. Some parts are still experimental, and right now the focus is free stranger chat. The creator layer will come later. We want to build it carefully instead of copying the usual platform model.