Show HN: Reinhardt – Django-style Rust framework; WASM+SSR from one DSL
Reinhardt is a Rust web framework that uses a single component DSL to compile to both WASM for client-side and server-rendered HTML. It includes Django-style features like an ORM with auto-generated migrations, authentication, admin interface, and REST capabilities. The framework aims to eliminate separate frontend codebases and duplicated types across client/server boundaries.