{"id":30523862,"url":"https://github.com/yikenman/nestjs-kitchen","last_synced_at":"2026-01-17T23:55:34.716Z","repository":{"id":265500870,"uuid":"896136138","full_name":"yikenman/nestjs-kitchen","owner":"yikenman","description":"Convenient tools to serve your NextJS application.","archived":false,"fork":false,"pushed_at":"2025-09-20T06:55:28.000Z","size":820,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T08:39:43.495Z","etag":null,"topics":["authentication","authorization","nestjs","nestjs-library","nestjs-module","nodejs","postgres","presto","sql"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yikenman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-29T16:09:52.000Z","updated_at":"2025-09-20T06:54:56.000Z","dependencies_parsed_at":"2025-01-06T15:28:10.586Z","dependency_job_id":"6494c7a1-6d43-4ea8-9c61-24f87d51d196","html_url":"https://github.com/yikenman/nestjs-kitchen","commit_stats":null,"previous_names":["yikenman/nestjs-kitchen"],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/yikenman/nestjs-kitchen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yikenman%2Fnestjs-kitchen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yikenman%2Fnestjs-kitchen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yikenman%2Fnestjs-kitchen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yikenman%2Fnestjs-kitchen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yikenman","download_url":"https://codeload.github.com/yikenman/nestjs-kitchen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yikenman%2Fnestjs-kitchen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278802800,"owners_count":26048566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","authorization","nestjs","nestjs-library","nestjs-module","nodejs","postgres","presto","sql"],"created_at":"2025-08-26T20:51:34.367Z","updated_at":"2026-01-17T23:55:34.709Z","avatar_url":"https://github.com/yikenman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nestjs-kitchen\n\n[![CodeQL](https://github.com/yikenman/nestjs-kitchen/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/yikenman/nestjs-kitchen/actions/workflows/github-code-scanning/codeql)\n[![Dependabot Updates](https://github.com/yikenman/nestjs-kitchen/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/yikenman/nestjs-kitchen/actions/workflows/dependabot/dependabot-updates)\n[![reviewdog](https://github.com/yikenman/nestjs-kitchen/actions/workflows/lint.yml/badge.svg)](https://github.com/yikenman/nestjs-kitchen/actions/workflows/lint.yml)\n[![Test](https://github.com/yikenman/nestjs-kitchen/actions/workflows/test.yml/badge.svg)](https://github.com/yikenman/nestjs-kitchen/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/yikenman/nestjs-kitchen/graph/badge.svg?token=43EG2T8LKS)](https://codecov.io/gh/yikenman/nestjs-kitchen)\n[![Release](https://github.com/yikenman/nestjs-kitchen/actions/workflows/release.yml/badge.svg)](https://github.com/yikenman/nestjs-kitchen/actions/workflows/release.yml)\n\nConvenient tools to serve your NextJS application.\n\n---\n\n## Description\n\n`nestjs-kitchen` is a collection of packages offering convenient features to accelerate your NestJS application development.\n\n## Packages\n\n| Status | Package                                | Description                                                   |\n|--------|----------------------------------------|---------------------------------------------------------------|\n| ✅     | [`@nestjs-kitchen/authz`](./packages/authz/README.md) | Simplest authentication \u0026 authorization module in NextJS.     |\n| ✅     | [`@nestjs-kitchen/connextion`](./packages/connextion/README.md) | A module builder of generic instance management in NextJS.   |\n| ✅     | [`@nestjs-kitchen/connextion-postgres`](./packages/connextion-postgres/README.md) | A flexible module to provide [node-postgres](https://node-postgres.com/) interface in NextJS.   |\n| ✅     | [`@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.   |\n| ✅     | [`@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.   |\n| ✅     | [`@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.                    |\n| ✅     | [`@nestjs-kitchen/csrf`](./packages/csrf/README.md) | A CSRF module in NextJS.   |\n| ✅     | [`@nestjs-kitchen/proxy`](./packages/proxy/README.md) | Provides an HTTP proxy functionality in the NestJS style.   |\n| ✅     | [`@nestjs-kitchen/headers`](./packages/headers/README.md) | An convenient way to add custom HTTP headers.   |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyikenman%2Fnestjs-kitchen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyikenman%2Fnestjs-kitchen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyikenman%2Fnestjs-kitchen/lists"}