Verino — Reliable OTP inputs for any framework from a single core

Опубликовано: 21 Май 2026
на канале: Olawale Balo
15
2

Verino is a fully featured, zero dependency OTP and verification input library built to handle SMS autofill, smart paste, password managers, accessibility, haptics and sound feedback, countdown timers, and resend flows, all out of the box.

Most OTP libraries render one input per slot. This breaks native autofill, confuses screen readers, and creates complex focus logic. Verino instead renders one transparent input that captures all keyboard and paste events, with purely visual elements mirroring the state. The browser sees a single real field, so everything works as expected.

At its core, Verino is a pure state machine with a typed event system. It runs independent of the DOM or any framework, with zero side effects, and works seamlessly with React, Vue, Svelte, Alpine, Vanilla JS, and Web Components.