CNZR

Modern Fast TypeScript

A powerful Node.js framework built for developers who value speed, simplicity, and elegance

~/my-project
$ npx cnzr new my-app
Creating your CNZR project...
2.5.2
Latest Version
10K+
Downloads
500+
GitHub Stars
15+
Contributors

Powerful Features

Everything you need to build modern web applications

Advanced Routing

File-based routing with dynamic parameters, catch-all routes, and middleware support

Plugin System

Extensible architecture with powerful hooks and lifecycle events for maximum flexibility

TypeScript First

Built with TypeScript for superior developer experience and type safety

Session & Cookies

Built-in session and cookie management with secure defaults out of the box

Security Built-in

CORS, security headers, and request validation included by default

Lightning Fast

Optimized performance with compression, caching, and smart optimizations

Simple & Elegant

Write less code, achieve more

server.js
import { CenzeroApp } from 'cnzr';

const app = new CenzeroApp();

// Modern context API
app.get('/', (ctx) => {
  return ctx.json({ 
    message: 'Hello CNZR!' 
  });
});

app.listen(3000);

Ready to build something extraordinary?

Join thousands of developers building the future with CNZR