tangled
alpha
login
or
join now
smokesignal.events
/
quickdid
50
fork
atom
QuickDID is a high-performance AT Protocol identity resolution service written in Rust. It provides handle-to-DID resolution with Redis-backed caching and queue processing.
50
fork
atom
overview
issues
pulls
pipelines
chore: site meta-data
Nick Gerakines
6 months ago
16788c7f
3ba9119d
+28
-1
1 changed file
expand all
collapse all
unified
split
www
index.html
+28
-1
www/index.html
···
5
5
<meta charset="utf-8">
6
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
7
<meta name="color-scheme" content="light dark">
8
8
+
9
9
+
<!-- Primary Meta Tags -->
10
10
+
<title>QuickDID - AT Protocol Identity Resolution Service</title>
11
11
+
<meta name="title" content="QuickDID - AT Protocol Identity Resolution Service">
12
12
+
<meta name="description" content="High-performance handle-to-DID resolution service for the AT Protocol ecosystem. Resolve Bluesky and AT Protocol handles instantly.">
13
13
+
<meta name="keywords" content="ATProtocol, Bluesky, DID, handle resolution, decentralized identity, atproto">
14
14
+
<meta name="author" content="Nick Gerakines">
15
15
+
16
16
+
<!-- Open Graph / Facebook -->
17
17
+
<meta property="og:type" content="website">
18
18
+
<meta property="og:url" content="https://quickdid.smokesignal.tools/">
19
19
+
<meta property="og:title" content="QuickDID - AT Protocol Identity Resolution Service">
20
20
+
<meta property="og:description" content="High-performance handle-to-DID resolution service for the AT Protocol ecosystem. Resolve Bluesky and AT Protocol handles instantly.">
21
21
+
<meta property="og:site_name" content="QuickDID">
22
22
+
23
23
+
<!-- Twitter -->
24
24
+
<meta property="twitter:card" content="summary_large_image">
25
25
+
<meta property="twitter:url" content="https://quickdid.smokesignal.tools/">
26
26
+
<meta property="twitter:title" content="QuickDID - AT Protocol Identity Resolution Service">
27
27
+
<meta property="twitter:description" content="High-performance handle-to-DID resolution service for the AT Protocol ecosystem. Resolve Bluesky and AT Protocol handles instantly.">
28
28
+
29
29
+
<!-- Additional Meta Tags -->
30
30
+
<meta name="robots" content="index, follow">
31
31
+
<meta name="language" content="English">
32
32
+
<meta name="theme-color" content="#1976d2">
33
33
+
<link rel="canonical" href="https://quickdid.smokesignal.tools/">
34
34
+
35
35
+
<!-- Stylesheet -->
8
36
<link rel="stylesheet" href="/css/pico.classless.green.min.css">
9
9
-
<title>QuickDID - AT Protocol Identity Resolution Service</title>
10
37
<style>
11
38
#resolveForm {
12
39
margin: 2rem 0;