Lightning Fast
Minimal overhead and a small footprint keep your interface quick and responsive.
A lightweight JavaScript framework that's as satisfying as a rice ball. Build reactive interfaces with a small, focused toolkit designed to stay out of your way.
A focused set of features wrapped in a small, approachable framework.
Minimal overhead and a small footprint keep your interface quick and responsive.
Build polished interfaces without bringing a giant stack along for the ride.
CSRF protection, XSS prevention, and security helpers are part of the toolkit.
Responsive patterns that work from small screens through large desktop layouts.
A straightforward API with granular pieces you can load when you actually need them.
AJAX, PJAX, i18n, storage, validation, modes, animations, and more.
Use only the pieces your project needs, then build naturally on top of them.
const app = new Onigiri({
el: '#app',
data: {
message: 'Hello, OnigiriJS!'
},
methods: {
greet() {
console.log(this.message)
}
}
});
Gzipped Size
Active Users
Satisfaction Rate
Community Support
Start with the core, add what you need, and build something satisfying.
Start Building Now