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="landing">
4 <section class="landing-header">
5 <h1>Collaborative Markdown Editing</h1>
6 <p>Write, review, and collaborate on Markdown documents in the <a href="https://www.bskyinfo.com/glossary/atmosphere/">ATmosphere</a>.
7 <p>Diffdown uses your <a href="https://bsky.app">Bluesky</a> (or any <a href="https://atproto.com/">AT Protocol</a> account) so no need to create an account here, just log in.</p>
8 </section>
9 <div class="landing-actions">
10 <a href="/auth/atproto" class="btn btn-lg">Log In</a>
11 </div>
12 <hr class="landing-hr">
13 <section>
14 <p><a href="/about">Diffdown is in Alpha</a></p>
15 </section>
16</div>
17{{end}}