Threadloom - Next Gen Full Stack Rust Framework

byβ€’
Threadloom is a reactive, full-stack Rust framework for Web (WASM), Desktop, and Android all from a single codebase with zero JS/TS. Why it stands out: ⚑Fine-Grained Reactivity: Signal-based state with zero virtual DOM diffing overhead. πŸ› οΈ Distaff CLI: A Vite-equivalent for Rust with instant hot-reloading across all platforms. πŸš€ Zero-Config Deploys: One-command serverless deploys to Vercel or native Actix Web binaries. πŸ“¦ Native Desktop & Android targets built-in.

Add a comment

Replies

Best
Maker
πŸ“Œ
Hey Product Hunt! πŸ‘‹ I built Threadloom so developers can build reactive web (WASM), desktop, and Android apps from a single Rust codebase without ever touching JS or TS. It features fine-grained signal reactivity (no virtual DOM overhead), a Vite-like CLI with hot-reloading (`distaff`). Threadloom is 100% open source (MIT) we'd love for you to check out the live guide or GitHub repo and let us know what you think! I'm here answering questions all day what features would you like to see next? πŸ‘‡

The signal-based reactivity without a virtual DOM is a genuinely smart call, especially for resource-constrained WASM targets. Excited to see how the Distaff CLI holds up on larger Rust projects.