···66 </section>
77 <section class="about-content">
88 <div class="about-col">
99- <h2>What is This?</h2>
1010- <p>Diffdown is a real-time collaborative Markdown editor/previewer built on <a href="https://atproto.com/">AT Protocol</a> (the tech that powers <a href="https://bsky.app">Bluesky</a>).
1111- <p>Diffdown is decentralized; it stores documents as AT Protocol records on the document creator's <a href="https://atproto.wiki/en/wiki/reference/core-architecture/pds">PDS</a>, not on the Diffdown server or a cloud provider.</p>
1212- <h2>About Me</h2>
1313- <p>I've worked in tech for a long time as a product manager and executive. These days, I'm a co-founder of <a href="https://limeleaf.coop">Limeleaf Worker Collective</a>, and an advisor to a few startups. Read about my journey building Diffdown <a href="https://www.jluther.net/tags/nonfiction/">on my Leaflet</a>.</p>
99+ <h2>What is This?</h2>
1010+ <p>Diffdown is a real-time collaborative <a href="https://www.markdownguide.org/basic-syntax/">Markdown</a> editor/previewer built on <a href="https://atproto.brussels/about-the-atmosphere">AT Protocol</a> (the tech that powers <a href="https://bsky.app">Bluesky</a> and <a href="https://atproto.brussels/atproto-apps">other cool apps</a>).
1111+ <p>Diffdown is decentralized; it stores documents as AT Protocol records on the document creator's <a href="https://atproto.wiki/en/wiki/reference/core-architecture/pds">PDS</a>, not on the Diffdown server or a cloud provider.</p>
1212+ <h2>About Me</h2>
1313+ <p>I'm a tech tinkerer, co-founder of <a href="https://limeleaf.coop">Limeleaf Worker Collective</a>, and an advisor to a few startups. Read about my journey building Diffdown <a href="https://leaflet.jluther.net">on my Leaflet</a>.</p>
1414+ <h2>Contact</h2>
1515+ <p>Feedback is welcome! Create an issue in the <a href="https://tangled.org/diffdown.com/diffdown-app/issues">Diffdown Tangled repository</a>.</p>
1416 </div>
1517 <div class="about-col">
1818+1919+ <h2>Status</h2>
2020+ <p>This is a prototype. Use at your own risk.</p>
2121+ <p><strong class="warning">Important:</strong> Because AT Proto does not support private records (<a href="https://atproto.wiki/en/working-groups/private-data">yet</a>), <strong>any documents you create will be visible to anyone with the URL</strong> (<a href="https://atproto.at/viewer?uri=did:plc:za4vlvbizdstoym7lpymc5q5/com.diffdown.document/3mgzsp6m5hs24">for example</a>).</p>
2222+ <p>Expect bugs, breaking changes, and limited features. However, any documents you create will be stored in your AT Proto account, so even if Diffdown goes away, you will still have your documents.</p>
1623 <h2>Technology</h2>
1717- <ul>
1818- <li><strong>Backend:</strong> Go, SQLite</li>
1919- <li><strong>Frontend:</strong> Plain 'ole HTML, CSS, JavaScript</li>
2020- <li><strong>Editor:</strong> <a href="https://prosemirror.net/">ProseMirror</a> with <a href="https://github.com/ProseMirror/prosemirror-collab">prosemirror-collab</a> for real-time collaboration; <a href="https://milkdown.dev/">Milkdown</a> for Markdown</li>
2121- <li><strong>Authentication:</strong> <a href="https://atproto.com/guides/auth">ATProto OAuth</a> (any PDS)</li>
2222- <li><strong>Deployment and hosting:</strong> <a href="https://fly.io">Fly.io</a></li>
2323- </ul>
2424- <h2>Status</h2>
2525- <p>This is a prototype. Use at your own risk.</p>
2626- <p><strong class="warning">Important:</strong> Because AT Proto does not support private records (<a href="https://atproto.wiki/en/working-groups/private-data">yet</a>), <strong>any documents you create will be visible to anyone with the URL</strong> (<a href="https://atproto.at/viewer?uri=did:plc:za4vlvbizdstoym7lpymc5q5/com.diffdown.document/3mgzsp6m5hs24">for example</a>).</p>
2727- <p>Expect bugs, breaking changes, and limited features.</p>
2828- <p>However, any documents you create will be stored in your AT Proto account, so even if Diffdown goes away, you will still have your documents.</p>
2929- <h2>Contact</h2>
3030- <p>Feedback is welcome! Create an issue in the <a href="https://tangled.org/diffdown.com/diffdown-app/issues">Diffdown Tangled repository</a>.</p>
2424+ <ul>
2525+ <li><strong>Backend:</strong> Go, SQLite</li>
2626+ <li><strong>Frontend:</strong> Plain 'ole HTML, CSS, JavaScript</li>
2727+ <li><strong>Editor:</strong> <a href="https://prosemirror.net/">ProseMirror</a> with <a href="https://github.com/ProseMirror/prosemirror-collab">prosemirror-collab</a> for real-time collaboration; <a href="https://milkdown.dev/">Milkdown</a> for Markdown parsing and rendering</li>
2828+ <li><strong>Authentication:</strong> <a href="https://atproto.com/guides/auth">ATProto OAuth</a> (any PDS)</li>
2929+ <li><strong>Deployment and hosting:</strong> <a href="https://fly.io">Fly.io</a></li>
3030+ </ul>
3131 </div>
3232 </section>
3333</div>