Client-side interactions without writing JavaScript. Toggle, collapse, and reveal content with simple attributes.
This content can be shown or hidden by clicking the button above. No JavaScript required.
What is an HTML-first web framework powered by Rust. You write HTML templates and the framework handles routing, rendering, and interactivity.
No. What handles interactivity on the server side with live content injection and session-driven reactivity. Client-side interactions use simple HTML attributes.
Very fast. Built with Rust and Tokio, What serves pages with minimal overhead and handles high concurrency effortlessly.
Absolutely. What comes with a utility CSS framework, but you can add your own stylesheets in the static directory alongside or instead of the built-in styles.
User-defined 404, 500, and 403 error pages with error context variables for custom error handling.