logoalt Hacker News

walrus01today at 12:48 AM3 repliesview on HN

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.


Replies

ameliaquiningtoday at 1:07 AM

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.

show 2 replies
VorpalWaytoday at 12:56 AM

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.

show 2 replies
arikrahmantoday at 8:47 AM

Looks like astro starlight

show 1 reply