https://github.com/nitrojs/nitro
Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://github.com/nitrojs/nitro
Last synced: about 9 hours ago
JSON representation
Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
- Host: GitHub
- URL: https://github.com/nitrojs/nitro
- Owner: nitrojs
- License: mit
- Created: 2022-01-26T12:37:12.000Z (about 3 years ago)
- Default Branch: v3
- Last Pushed: 2025-04-16T22:31:02.000Z (1 day ago)
- Last Synced: 2025-04-17T19:58:53.111Z (about 20 hours ago)
- Language: TypeScript
- Homepage: https://nitro.build
- Size: 16.2 MB
- Stars: 7,041
- Watchers: 31
- Forks: 585
- Open Issues: 390
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - nitrojs/nitro - Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer. (TypeScript)
- awesome - nitrojs/nitro - Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer. (TypeScript)
- my-awesome-list - nitro
- awesome-backend - Nitro - fast server engine eupercharging web development. (Uncategorized / Uncategorized)
README
# Nitro
[](https://npmjs.com/package/nitro)
[](https://npm.chart.dev/nitro)Create web servers that run anywhere! 📖 [**documentation**](https://nitro.build)
> [!IMPORTANT]
> You are on the **v3 beta branch**. Checkout the [v2](https://github.com/nitrojs/nitro/tree/v2) branch for current stable.Check [migration guide](./docs/1.guide/00.migration.md) for migrating from Nitro v2 to Nitro v3.
## Contribution
Local development
- Clone this repository
- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run tests using `pnpm dev` or `pnpm test`## License
Published under the [MIT](https://github.com/nitrojs/nitro/blob/main/LICENSE) license.
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/nitrojs/nitro/graphs/contributors) 💛
![]()
---
_🤖 auto updated with [automd](https://automd.unjs.io)_