@NEETzsche I can build one-off pages in React: https://gitlab.com/soapbox-pub/soapbox.pub/-/blob/main/pages/about.tsx
I can build a blog in MDX: https://gitlab.com/soapbox-pub/soapbox.pub/-/blob/main/_blog/soapbox-fe-v1.3-cryptocurrency-release.mdx
I can also build one-off pages in MDX if it’s a content-heavy page: https://gitlab.com/soapbox-pub/soapbox.pub/-/blob/main/pages/install.mdx
I can also do powerful things at build-time, such as fetching /api/v1/instance of a dozen servers to generate a page: https://gitlab.com/soapbox-pub/soapbox.pub/-/blob/main/pages/servers.tsx#L64
This is all part of one comprehensive system.