See the best posts from any Bluesky account
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update about copy

+19 -19
+19 -19
resources/views/pages/about.edge
··· 6 6 @slot('main') 7 7 <div class="py-12 space-y-4"> 8 8 <h1 class="font-heading text-3xl font-bold mb-6 tracking-tight">About favs.blue</h1> 9 - <p> 10 - 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 11 - site for <a href="https://bsky.app" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Bluesky</a>. 12 - Type any handle and see that account's most-liked and most-reposted posts, powered by the 13 - <a href="https://atproto.com" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">AT Protocol</a> firehose. 14 - </p> 15 - <p> 16 - Data is collected from the Bluesky Jetstream feed and updated in near real-time. 17 - No login or account required — all data shown is already public on Bluesky. 18 - </p> 19 - <p> 20 - Deletions and account takedowns are honored: when a post or account is removed from 21 - Bluesky, it disappears from favs.blue too. 22 - </p> 23 - <p> 24 - {{-- TODO: add GitHub URL --}} 25 - 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> 26 - </p> 27 - <p><a href="/" class="text-blue-600 dark:text-blue-400 hover:underline">← Back to search</a></p> 9 + <p> 10 + 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 11 + site for <a href="https://bsky.app" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Bluesky</a>. 12 + Type any handle and see that account's most popular posts, powered by the 13 + <a href="https://atproto.com" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">AT Protocol</a> firehose. 14 + </p> 15 + <p> 16 + Data is updated in near real-time. 17 + No login or account required — all data shown is already public on Bluesky. 18 + But if you want, you can sign in to like & repost right from the site. 19 + </p> 20 + <p> 21 + Deletions and account takedowns are honored: when a post or account is removed from 22 + Bluesky, it disappears from favs.blue too. 23 + </p> 24 + <p> 25 + By <a href="https://btao.org/" target="_blank" rel="noopener" class="text-blue-600 dark:text-blue-400 hover:underline">Tao</a> 26 + </p> 27 + <p><a href="/" class="text-blue-600 dark:text-blue-400 hover:underline">← Back to search</a></p> 28 28 </div> 29 29 @endslot 30 30 @endcomponent