A powerful Node.js framework built for developers who value speed, simplicity, and elegance
Everything you need to build modern web applications
File-based routing with dynamic parameters, catch-all routes, and middleware support
Extensible architecture with powerful hooks and lifecycle events for maximum flexibility
Built with TypeScript for superior developer experience and type safety
Built-in session and cookie management with secure defaults out of the box
CORS, security headers, and request validation included by default
Optimized performance with compression, caching, and smart optimizations
Write less code, achieve more
import { CenzeroApp } from 'cnzr';
const app = new CenzeroApp();
// Modern context API
app.get('/', (ctx) => {
return ctx.json({
message: 'Hello CNZR!'
});
});
app.listen(3000);
Join thousands of developers building the future with CNZR