Rebuilding Cryptlex's design system in React
My third attempt at a Cryptlex design system. Hopefully the last
I rewrote the Cryptlex component library using React and built a Next.js output: static website with it. Most of what Next is being used for is the router, which might just be replaced by Tanstack Router if I can get it to prerender pages.
Previous iterations
Previous iterations written by me over the years failed to be performant, represent brand elements in the visual style, and were painful to maintain due to the growing size and absence of templating.

