Frontend for Web
Build
frontend for
any web application
- elegant
- modern
- stylish
- native
- elegant
Predictable Performance
No unpredictable garbage collection pauses. No JIT compiler performance cliffs. Just low-level control coupled with high-level ergonomics.
Small Code Size
Small code size means faster page loads. Rust-generated .wasm doesn’t include extra bloat, like a garbage collector. Advanced optimizations and tree shaking remove dead code.
Use with JavaScript
Existing code bases don't need to be thrown away. Slint supports multiple programming languages including JavaScript.
Plays Well with Others
Slint is built with Rust. Rust and WebAssembly integrates with existing JavaScript tooling. It supports ECMAScript modules and you can continue using the tooling you already love, like npm, Webpack, and Greenkeeper.