{"id":22495461,"url":"https://github.com/productdevbook/nitro-kutu","last_synced_at":"2026-03-09T08:31:46.659Z","repository":{"id":266563433,"uuid":"898636203","full_name":"productdevbook/nitro-kutu","owner":"productdevbook","description":"See requests in the terminal. Get more detail with the panel. Nitrojs","archived":false,"fork":false,"pushed_at":"2024-12-05T17:41:18.000Z","size":567,"stargazers_count":33,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T17:09:35.908Z","etag":null,"topics":["nitro","nitro-module","nitrojs","nuxt","nuxt3","nuxt4","terminal"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/productdevbook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":["productdevbook"]}},"created_at":"2024-12-04T18:44:20.000Z","updated_at":"2025-06-06T16:08:54.000Z","dependencies_parsed_at":"2024-12-04T23:08:15.066Z","dependency_job_id":"4d026b16-4e82-4bdc-b22a-5527870b5864","html_url":"https://github.com/productdevbook/nitro-kutu","commit_stats":null,"previous_names":["productdevbook/nitro-kutu"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/productdevbook/nitro-kutu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbook%2Fnitro-kutu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbook%2Fnitro-kutu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbook%2Fnitro-kutu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbook%2Fnitro-kutu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/productdevbook","download_url":"https://codeload.github.com/productdevbook/nitro-kutu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/productdevbook%2Fnitro-kutu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30287825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nitro","nitro-module","nitrojs","nuxt","nuxt3","nuxt4","terminal"],"created_at":"2024-12-06T19:28:52.855Z","updated_at":"2026-03-09T08:31:46.633Z","avatar_url":"https://github.com/productdevbook.png","language":"TypeScript","funding_links":["https://github.com/sponsors/productdevbook"],"categories":[],"sub_categories":[],"readme":"# Nitro Kutu\n\n![nitro-kutu](./.github/assets/cover.png)\n\n\n```ts\n  ➜ Local:    http://localhost:3001/\n  ➜ Network:  use --host to expose\n\n[nitro 1:41:02 AM] ✔ Nitro Server built in 272 ms\n01:41:02 □ ● GET │ / │ 2.386ms -\n01:57:53 □ ● GET │ / │ 0.784ms -\n01:57:53 □ ● GET │ / │ 0.603ms -\n01:57:54 □ ● GET │ / │ 0.171ms -\n01:57:54 □ ● GET │ / │ 0.272ms -\n01:57:54 □ ● GET │ / │ 0.157ms -\n01:57:55 □ ● GET │ / │ 0.186ms -\n``` \n\n\u003e [!NOTE]\n\u003e See requests in the terminal. Get more detail with the panel.\n\n## Usage\n\nFirst, install `nitro-kutu` packages as a dev dependency: ([unjs/nypm](https://nypm.unjs.io) will automatically detect your package manager!)\n\n```sh\nnpx nypm@latest add -D nitro-kutu\n```\n\nFor **Nuxt** update `nuxt.config.ts`:\n\n```ts\nexport default defineNuxtConfig({\n  modules: [\"nitro-kutu\"],\n});\n```\n\nFor **Nitro** update `nitro.config.ts`:\n\n```ts\nimport nitroKutu from \"nitro-kutu\";\n\nexport default defineNitroConfig({\n  modules: [nitroKutu],\n});\n```\n\n## Dashboard\n\n`http://localhost:3001/api/_analytics/dashboard` for the dashboard. `api/_analytics/dashboard` is the default path.\n\n\n## Development\n\n- Clone this repository\n- Install the latest LTS version of [Node.js](https://nodejs.org/en/)\n- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`\n- Install dependencies using `pnpm install`\n- Build in stub mode using `pnpm build --stub`\n- Run Nitro playground using `pnpm dev:nitro` or Nuxt playground using `pnpm dev:nuxt`\n\n## License\n\n[MIT](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproductdevbook%2Fnitro-kutu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproductdevbook%2Fnitro-kutu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproductdevbook%2Fnitro-kutu/lists"}