Bluesky Protocol Services

45 points | by danabramov an hour ago

5 comments

  • walrus01 23 minutes ago

    Sort of on a tangent to the actual content of the page, but what documentation system/CMS is this particular web page UI? It seems very fast and relatively uncluttered for the menu on the left side, content pane, top horizontal menu bar.

      ameliaquining 4 minutes ago

      https://github.com/bluesky-social/atproto-website

      If I'm understanding this codebase right, it's a hand-rolled framework based on MDX and Next.js; the UI elements you're referring to were designed from scratch and aren't based on any existing CMS theme.

      VorpalWay 15 minutes ago

      No sure I agree on fast. At least on mobile the sidebar has an show/hide slide animation that takes a sizeable fraction of a second. In fact is one of the slowest animations for this I have seen.

      I disable animations entirely on devices I use where possible. They just waste time and that adds up if you use something regularly.

        walrus01 13 minutes ago

        I haven't looked at it on mobile, that's unfortunate to hear. I don't see any animation when interacting with it on a desktop browser, snapping open a left side header menu item to see sub-items seems instant.

          VorpalWay 4 minutes ago

          I meant showing/hiding the side bar itself, not headings in it. Using the triple dash menu button in the top left corner.