demos for spacedust
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>notifications api</title>
6 </head>
7 <body>
8 <h1>hello!</h1>
9 <p>this is the api server for <a href="https://spacedust.microcosm.blue/">spacedust</a> demos!</p>
10 <p>the source code for this server is on github at <a href="https://github.com/at-microcosm/spacedust-utils/tree/main/server">at-microcosm/spacedust-utils</a>.</p>
11 <h3>demos:</h3>
12 <ul>
13 <li>
14 <p><a href="https://notifications.microcosm.blue">universal atproto notifications</a> with spacedust and webpush</p>
15 </li>
16 </ul>
17 </body>
18</html>