Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol
diffdown.com
1{{template "base" .}}
2{{define "content"}}
3<div class="auth-page">
4 <h2>Create an account with your AT Protocol handle</h2>
5 <form method="post" action="/auth/atproto" class="auth-form">
6 <label>
7 <input type="text" name="handle" placeholder="Bluesky username or custom domain name" required autofocus
8 autocomplete="username" spellcheck="false" autocorrect="off" autocapitalize="off">
9 </label>
10 <button type="submit" class="btn">Continue</button>
11 </form>
12</div>
13{{end}}