···11{% extends "base.html" %}
2233{% block main_content %}
44-This is the homepage
44+<h2>astrolabe: AT Protocol Repository Browser</h2>
55+66+<p>This is a tool for browsing <a href="https://atproto.com">AT Protocol</a> ("atproto") repositories and records. You can enter an account identifier or full URI to view content as JSON. It works by fetching data directly from account PDS instances: the data itself is not hosted by this service.
77+88+<p>Examples:
99+<ul>
1010+ <li>Account Handle: <code><a href="/account/bnewbold.net">bnewbold.net</a></code></li>
1111+ <li>Account DID: <code><a href="/account/did:plc:44ybard66vv44zksje25o7dz">did:plc:44ybard66vv44zksje25o7dz</a></code></li>
1212+ <li>Collection: <code><a href="/at/bnewbold.net/app.bsky.feed.post">at://bnewbold.net/app.bsky.feed.post</a></code></li>
1313+ <li>Record: <code><a href="/at/did:plc:44ybard66vv44zksje25o7dz/app.bsky.actor.profile/self">at://bnewbold.net/app.bsky.actor.profile/self</a></code></li>
1414+</ul>
1515+1616+<p>Other similar services include <a href="https://atproto-browser.vercel.app/">atproto-browser.vercel.app</a> and <a href="https://pdsls.dev/">pdsls.dev</a>.
517{% endblock %}