wraplet
wraplet is a small JavaScript/TypeScript framework for projects that work directly with the actual DOM (server-rendered apps, jQuery legacy, multipage sites, plain HTML, etc.).
Cost / License
- Free
- Open Source (MIT)
Platforms
- JavaScript
- Typescript
- npm
Features
- No registration required
- Works Offline
- Ad-free
- Object-oriented Language
wraplet News & Activities
Recent activities
wraplet information
What is wraplet?
wraplet is a JavaScript and TypeScript framework for organizing frontend code around the real DOM. Instead of replacing the browser's native structure with a virtual rendering layer, it helps you turn actual interface elements into components with their own lifecycle, dependencies, and responsibilities.
It is especially useful when you want to improve architecture without rebuilding the entire UI from scratch.
Wraplet embraces the old-school philosophy of a front-end developer working with both the backend-rendered templates and front-end JavaScript, but with new technology, making it as clean as never before, with declarative dependency management and easily testable subcomponents.

