Exosphere is a set of small, modular, self-hostable community tools built on the AT Protocol.
exosphere.site
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <meta charset="UTF-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <title>Exosphere — Community tools on AT Protocol</title>
8 <meta name="description"
9 content="Exosphere is a set of small, modular, self-hostable community tools built on the AT Protocol." />
10 <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
11 <link rel="stylesheet" href="/style.css" />
12</head>
13
14<body>
15 <main>
16 <h1>Exosphere</h1>
17 <p class="tagline">
18 Modular, self-hostable community tools<br />built on
19 <a href="https://atproto.com">AT Protocol</a>.
20 </p>
21
22 <a class="cta" href="https://app.exosphere.site">
23 Open the app
24 </a>
25
26 <div class="links">
27 <a href="https://tangled.org/exosphere.site">Source on Tangled</a>
28 <a href="https://bsky.app/profile/exosphere.site">@exosphere.site</a>
29 </div>
30 </main>
31</body>
32
33</html>