···11{{template "base" .}}
22{{define "content"}}
33<div class="landing">
44- <h1>Collaborative Markdown Editing</h1>
55- <p>Write, review, and collaborate on Markdown documents with your team in <a href="https://www.bskyinfo.com/glossary/atmosphere/">the ATmosphere</a>.</p>
66- <p><strong>Note:</strong> This app is a toy I built to learn <a href="https://atproto.com/">AT Protocol</a>, lexicons, and <a href="https://agentic-coding.github.io/">agentic coding</a>. It is not meant for actual use. Any documents you create will be visible to anyone with the URL and may be deleted at any time.</p>
44+ <section class="landing-header">
55+ <h1>Collaborative Markdown Editing</h1>
66+ <p>Write, review, and collaborate on Markdown documents with your team in <a href="https://www.bskyinfo.com/glossary/atmosphere/">the ATmosphere</a>.</p>
77+ </section>
78 <div class="landing-actions">
89 <a href="/auth/register" class="btn btn-lg">Get Started</a>
910 <a href="/auth/login" class="btn btn-lg btn-outline">Log In</a>
1011 </div>
1212+ <hr class="landing-hr">
1313+ <section class="landing-content">
1414+ <div class="landing-col">
1515+ <h2>About This Project</h2>
1616+ <p>This app is a toy I built to learn <a href="https://atproto.com/">AT Protocol</a>, <a href="https://atproto.com/guides/lexicon">lexicons</a>, and <a href="https://www.ibm.com/think/topics/agentic-engineering">agentic engineering</a>. It is not meant for actual use. Because AT Proto does not support private records (<a href="https://atproto.wiki/en/working-groups/private-data">yet</a>), any documents you create will be visible to anyone with the URL (<a href="https://atproto.at/viewer?uri=did:plc:za4vlvbizdstoym7lpymc5q5/com.diffdown.document/3mgzsp6m5hs24">example</a>).</p>
1717+ </div>
1818+ <div class="landing-col">
1919+ <h2>About Me</h2>
2020+ <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 tech projects. <a href="https://jluther.net">I like to write.</a></p>
2121+ </div>
2222+ </section>
2323+1124</div>
1225{{end}}