An API you can curl, or open in a browser, to receive Bluesky data as markdown!
11
fork

Configure Feed

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

Replace custom butterfly SVG with official Bluesky icon

Uses the homarr-labs dashboard-icons Bluesky SVG (downloaded from
jsdelivr CDN) instead of the hand-rolled butterfly path. Saved to
public/bluesky.svg and inlined in the follow button with fill="white".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

jack 03da00e0 8323b2c6

+4 -3
+3 -3
app/components/FollowPrompt.tsx
··· 81 81 className={s.followBtn} 82 82 onClick={dismiss} 83 83 > 84 - {/* Bluesky butterfly SVG */} 85 - <svg className={s.bskyIcon} viewBox="0 0 360 320" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> 86 - <path d="M180 142C180 142 107.5 41.5 54.5 13.5C1.5 -14.5 -11 37.5 9 75C21.5 99 45.5 115.5 45.5 115.5C45.5 115.5 2.5 107.5 0.5 144.5C-1.5 181.5 35 194 75 181C75 181 55 255.5 101.5 280C148 304.5 180 242 180 242C180 242 212 304.5 258.5 280C305 255.5 285 181 285 181C325 194 361.5 181.5 359.5 144.5C357.5 107.5 314.5 115.5 314.5 115.5C314.5 115.5 338.5 99 351 75C371 37.5 358.5 -14.5 305.5 13.5C252.5 41.5 180 142 180 142Z" fill="white"/> 84 + {/* Bluesky icon */} 85 + <svg className={s.bskyIcon} xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 30.56 512 450.84" aria-hidden="true"> 86 + <path d="M111 60.9c58.7 44.1 121.8 133.4 145 181.4 23.2-47.9 86.3-137.3 145-181.4 42.4-31.8 111-56.4 111 21.9 0 15.6-9 131.3-14.2 150.1-18.3 65.3-84.9 82-144.1 71.9 103.5 17.6 129.9 76 73 134.4-108 110.9-155.3-27.8-167.4-63.4-2.2-6.5-3.3-9.6-3.3-7 0-2.6-1.1.5-3.3 7-12.1 35.5-59.4 174.2-167.4 63.4-56.9-58.4-30.5-116.8 73-134.4-59.2 10.1-125.8-6.5-144.1-71.8C9 214.2 0 98.5 0 82.8 0 4.5 68.6 29.1 111 60.9" fill="white"/> 87 87 </svg> 88 88 Follow on Bluesky 89 89 </a>
+1
public/bluesky.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 30.56 512 450.84"><path d="M111 60.9c58.7 44.1 121.8 133.4 145 181.4 23.2-47.9 86.3-137.3 145-181.4 42.4-31.8 111-56.4 111 21.9 0 15.6-9 131.3-14.2 150.1-18.3 65.3-84.9 82-144.1 71.9 103.5 17.6 129.9 76 73 134.4-108 110.9-155.3-27.8-167.4-63.4-2.2-6.5-3.3-9.6-3.3-7 0-2.6-1.1.5-3.3 7-12.1 35.5-59.4 174.2-167.4 63.4-56.9-58.4-30.5-116.8 73-134.4-59.2 10.1-125.8-6.5-144.1-71.8C9 214.2 0 98.5 0 82.8 0 4.5 68.6 29.1 111 60.9" style="fill:#1185fe"/></svg>