···66 @slot('main')
77 <div class="py-12 space-y-4">
88 <h1 class="font-heading text-3xl font-bold mb-6 tracking-tight">About favs.blue</h1>
99- <p>
1010- favs.blue is a <a href="https://favstar.fm" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">favstar.fm</a>-style
1111- site for <a href="https://bsky.app" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Bluesky</a>.
1212- Type any handle and see that account's most-liked and most-reposted posts, powered by the
1313- <a href="https://atproto.com" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">AT Protocol</a> firehose.
1414- </p>
1515- <p>
1616- Data is collected from the Bluesky Jetstream feed and updated in near real-time.
1717- No login or account required — all data shown is already public on Bluesky.
1818- </p>
1919- <p>
2020- Deletions and account takedowns are honored: when a post or account is removed from
2121- Bluesky, it disappears from favs.blue too.
2222- </p>
2323- <p>
2424- {{-- TODO: add GitHub URL --}}
2525- Source code: <a href="https://github.com/TODO/favs.blue" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">github.com/TODO/favs.blue</a>
2626- </p>
2727- <p><a href="/" class="text-blue-600 dark:text-blue-400 hover:underline">← Back to search</a></p>
99+ <p>
1010+ favs.blue is a <a href="https://en.wikipedia.org/wiki/Favstar" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">favstar.fm</a>-style
1111+ site for <a href="https://bsky.app" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Bluesky</a>.
1212+ Type any handle and see that account's most popular posts, powered by the
1313+ <a href="https://atproto.com" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">AT Protocol</a> firehose.
1414+ </p>
1515+ <p>
1616+ Data is updated in near real-time.
1717+ No login or account required — all data shown is already public on Bluesky.
1818+ But if you want, you can sign in to like & repost right from the site.
1919+ </p>
2020+ <p>
2121+ Deletions and account takedowns are honored: when a post or account is removed from
2222+ Bluesky, it disappears from favs.blue too.
2323+ </p>
2424+ <p>
2525+ By <a href="https://btao.org/" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Tao</a>
2626+ </p>
2727+ <p><a href="/" class="text-blue-600 dark:text-blue-400 hover:underline">← Back to search</a></p>
2828 </div>
2929 @endslot
3030@endcomponent