The code for my (private) website lives here. The implementation is private, sorry.
However, I can divulge the following information:
- It is comprised of 4 Rust libraries (authentication interop, backend, frontend, api interop).
- It is written entirely in Rust🦀, using Actix in the backend and Yew on the frontend.
- The frontend gets compiled to WebAssembly and served as a fat-client to your browser.