Think of it as your team’s shared memory for code. Before the Hub, our codebase looked like a game of telephone. Developer A wrote a debounce.js file three years ago. Developer B rewrote it last year but added a bug. Developer C copied a broken version into a new microsite.
<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
We decided to stop that cycle. Today, we are officially launching —your new central command for front-end micro-utilities. What is Wisl FE Script Hub? In simple terms, Wisl FE Script Hub is a modular, lightweight script repository designed specifically for modern front-end workflows. It is not a heavy framework. It is not an opinionated library. It is a "hub"—a collection of standalone, test-driven scripts that solve specific UI/UX problems. Think of it as your team’s shared memory for code
You copy them from an old project. You paste them. You tweak them. You lose an hour. Developer B rewrote it last year but added a bug
For quick prototypes or legacy projects.