Convenient tools to serve your NextJS application.
nestjs-kitchen is a collection of packages offering convenient features to accelerate your NestJS application development.
| Status | Package | Description |
|---|---|---|
| ✅ | @nestjs-kitchen/authz |
Simplest authentication & authorization module in NextJS. |
| ✅ | @nestjs-kitchen/connextion |
A module builder of generic instance management in NextJS. |
| ✅ | @nestjs-kitchen/connextion-postgres |
A flexible module to provide node-postgres interface in NextJS. |
| ✅ | @nestjs-kitchen/connextion-presto |
A flexible module to provide presto-client interface in NextJS. |
| ✅ | @nestjs-kitchen/connextion-duckdb |
A flexible module to provide @duckdb/node-api interface in NextJS. |
| ✅ | @nestjs-kitchen/cache-manager |
A better caching module for NestJS, fully compatible with @nestjs/cache-manager v3. |
| ✅ | @nestjs-kitchen/csrf |
A CSRF module in NextJS. |
| ✅ | @nestjs-kitchen/proxy |
Provides an HTTP proxy functionality in the NestJS style. |
| ✅ | @nestjs-kitchen/headers |
An convenient way to add custom HTTP headers. |