A personal site I made to showcase a hobby of mine, writing poems. This uses Rust's Dioxus framework as a fullstack application with SSR. Because I'm a single user and won't be adding things very often, I opted for the site to handle entries by parsing Markdown files on the backend side. This happens at compile time, so there is no need to parse them again once the app has been built. In the future, this would ideally take the form of a database of some kind, and I do plan on implementing that eventually.