4 projects
Dioxus is a Rust UI framework for building cross-platform apps — web, desktop, mobile, and server — from a single codebase, using a React-like component model with signals-based state, an RSX macro, and an integrated CLI for hot-reloading and bundling.
Yew is a Rust framework for building client-side web applications that compile to WebAssembly. It offers a React-like component model with an HTML macro, a virtual DOM, and JavaScript interoperability.
VERT is a privacy-focused file conversion web app that runs conversions locally in the browser via WebAssembly, supporting 250+ formats across images, audio, documents, and video without uploading files to the cloud.
Harper is a fast, privacy-first English grammar and style checker written in Rust. It runs entirely locally (including in the browser via WebAssembly), linting documents in milliseconds with a tiny memory footprint, and integrates with editors through a language server (harper-ls) and a JavaScript library (harper.js).