I think Catalyst looks more like the core Reshaped library atm but we’re jamming on building the first component pack for more complex form fields and layouts. A few other ideas is indeed chat interfaces as well as layout/navigation patterns
Hey, I used to sell this library for the past 5 years and happy with the money I made so decided to just make it more accessible for those who can’t afford it (the pricing was also more team focused). We’ll probably ship some additional components under as a plus license but core react and Figma libraries will stay free and open source
Good point. I’m trying to solve as much as I can with just css but a11y and minor implementation details require js, especially while a lot of newer apis require better browser support for now. Over time I expect those to move to native browser apis and become simpler
Thanks! Slow nav is a thing indeed and will look into it. Currently I’m having some server logic when navigating to scan which mdx files are available and also had a very basic auth causing me to use a server. With going OSS I can actually just switch to a static website export now