IdealystIdealyst is the cross-platform framework this whole site runs on — one Rust codebase that ships to web, iOS, Android, and desktop with native chrome on each.What I've worked onThe canvas behind you is drawn through Idealyst's renderer-agnostic 2D scene API (vello/wgpu, with a Canvas2D fallback on web). The navigation you just used is its stack navigator, mapping one author API onto each platform's native back stack.Idealyst started as a framework built on React and React Native — a suite of abstractions that gave web and mobile apps standard functionality from a single codebase, aiming for a true "write once, run everywhere" system. I then took it to its literal extreme with Idealyst Native: a Rust-based framework on the same cross-platform principles, where the core can be adapted to run truly anywhere by implementing custom backends. It's open source, and it's what powers this site and my portfolio projects.