ComputeKit
1 like
The React-first toolkit for WASM and Web Workers. Run heavy computations with React hooks. Use WASM for native-speed performance. Keep your UI at 60fps.
Cost / License
- Free
- Open Source (MIT)
Platforms
- Self-Hosted
- React
ComputeKit
1 like
Features
- React
Tags
- wasm
- webassembly
- web-worker
- typescript
ComputeKit News & Activities
Highlights All activities
Recent activities
- tapava added ComputeKit
- POX updated ComputeKit
- tapava liked ComputeKit
ComputeKit information
No comments or reviews, maybe you want to be first?
What is ComputeKit?
The React-first toolkit for WASM and Web Workers. Run heavy computations with React hooks. Use WASM for native-speed performance. Keep your UI at 60fps.
Features:
- React-first — Purpose-built hooks like useCompute with loading, error, and progress states
- WASM integration — Load and call AssemblyScript/Rust WASM modules with zero boilerplate
- Non-blocking — Everything runs in Web Workers, keeping your UI at 60fps
- Zero config — No manual worker files, postMessage handlers, or WASM glue code
- Tiny — Core library is ~3KB gzipped
- TypeScript — Full type safety for your compute functions and WASM bindings
- Worker pool — Automatic load balancing across CPU cores
- Progress tracking — Built-in progress reporting for long-running tasks