Show HN: Reinhardt – Django-style Rust framework; WASM+SSR from one DSL
Category: web-framework
Tags: web-framework, rust, django-inspired, wasm, full-stack
Score: 7.3/10 (Innovation: 6, Technical: 8, Documentation: 8, Utility: 7)
Reinhardt is a composable, batteries-included web framework for Rust that brings Django's productivity patterns (ORM, admin, serializers) to a type-safe, high-performance environment. It's interesting because it offers a 'polylithic' architecture where developers can use an integrated Django-like experience or compose only the specific components they need, all while enabling WASM frontends with SSR from a single codebase.
Target audience: backend devs, full-stack devs
Repository: https://github.com/kent8192/reinhardt-web · Rust · BSD-3-Clause · 10 stars
View on Hacker News