This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
VoidZero
voidzero.dev
did:plc:vqbogjyhzudzajc6bu6mxdni
Real-world impact with Ant Design as example
```js
import { Button } from 'antd';
```
◆ Without: 2986 modules, ~65ms
◆ With: 250 modules, ~28ms
That's 92% fewer modules and 2-4x faster builds.
2026-02-03T16:40:46.099Z