https://github.com/yikenman/nestjs-kitchen
Convenient tools to serve your NextJS application.
https://github.com/yikenman/nestjs-kitchen
authentication authorization nestjs nestjs-library nestjs-module nodejs postgres presto sql
Last synced: 25 days ago
JSON representation
Convenient tools to serve your NextJS application.
- Host: GitHub
- URL: https://github.com/yikenman/nestjs-kitchen
- Owner: yikenman
- License: mit
- Created: 2024-11-29T16:09:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T06:55:28.000Z (about 1 month ago)
- Last Synced: 2025-09-20T08:39:43.495Z (about 1 month ago)
- Topics: authentication, authorization, nestjs, nestjs-library, nestjs-module, nodejs, postgres, presto, sql
- Language: TypeScript
- Homepage:
- Size: 801 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nestjs-kitchen
[](https://github.com/yikenman/nestjs-kitchen/actions/workflows/github-code-scanning/codeql)
[](https://github.com/yikenman/nestjs-kitchen/actions/workflows/dependabot/dependabot-updates)
[](https://github.com/yikenman/nestjs-kitchen/actions/workflows/lint.yml)
[](https://github.com/yikenman/nestjs-kitchen/actions/workflows/test.yml)
[](https://codecov.io/gh/yikenman/nestjs-kitchen)
[](https://github.com/yikenman/nestjs-kitchen/actions/workflows/release.yml)
Convenient tools to serve your NextJS application.
---
## Description
`nestjs-kitchen` is a collection of packages offering convenient features to accelerate your NestJS application development.
## Packages
| Status | Package | Description |
|--------|----------------------------------------|---------------------------------------------------------------|
| ✅ | [`@nestjs-kitchen/authz`](./packages/authz/README.md) | Simplest authentication & authorization module in NextJS. |
| ✅ | [`@nestjs-kitchen/connextion`](./packages/connextion/README.md) | A module builder of generic instance management in NextJS. |
| ✅ | [`@nestjs-kitchen/connextion-postgres`](./packages/connextion-postgres/README.md) | A flexible module to provide [node-postgres](https://node-postgres.com/) interface in NextJS. |
| ✅ | [`@nestjs-kitchen/connextion-presto`](./packages/connextion-presto/README.md) | A flexible module to provide [presto-client](https://www.npmjs.com/package/presto-client) interface in NextJS. |
| ✅ | [`@nestjs-kitchen/connextion-duckdb`](./packages/connextion-duckdb/README.md) | A flexible module to provide [@duckdb/node-api](https://www.npmjs.com/package/@duckdb/node-api) interface in NextJS. |
| ✅ | [`@nestjs-kitchen/cache-manager`](./packages/cache-manager/README.md) | A better caching module for NestJS, fully compatible with [@nestjs/cache-manager](https://www.npmjs.com/package/@nestjs/cache-manager) v3. |
| ✅ | [`@nestjs-kitchen/csrf`](./packages/csrf/README.md) | A CSRF module in NextJS. |
| ✅ | [`@nestjs-kitchen/proxy`](./packages/proxy/README.md) | Provides an HTTP proxy functionality in the NestJS style. |