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
Enabling it is simple. Just add this to your Rolldown config:
```js
export default {
experimental: {
lazyBarrel: true,
},
};
```
For Vite 8, you can put it under `build.rolldownOptions`
2026-02-03T16:40:46.396Z