- React-based
- Pages are just React components. No more logic in awkward templating languages.
- No runtime
- By default, Radish doesn't output any client-side JavaScript — just plain HTML and CSS.
- Flexible content
- Write prose in Markdown. Keep structured data in TOML, YAML or JSON. Use React components directly in your content.
- Offline first
- Radish creates a service worker for you, so your users can access your website with or without an internet connection.