Wisl Fe Script Hub -

npm install @wisl/hub Then import only what you need:

<script src="https://hub.wisl.dev/latest/wisl-core.min.js"></script> <script> // The hub exposes a global 'Wisl' object. Wisl.modules.focusTrap('#main-modal'); </script> For production apps. Wisl FE Script Hub

For quick prototypes or legacy projects. npm install @wisl/hub Then import only what you

Every front-end developer knows the feeling. You are starting your third project of the month, and you reach for the same utilities: the throttle function, the dark mode toggler, the API error handler, and that specific CSS fix for Safari. Every front-end developer knows the feeling

If you are a solo developer? The documentation is exhaustive, and the scripts are written to be read, not just used. Final Thoughts We built Wisl FE Script Hub because we were tired of fixing the same CSS overflow bug for the 40th time. We are open sourcing the core engine today (MIT License) because we believe front-end tooling should be shared, not hoarded.