# Build Full-Stack Servers

> Markdown mirror of DialtoneApp's public top-site detail page for `nitro.build`.

URL: https://dialtoneapp.com/top-sites/nitro.build/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/nitro.build

## Summary

- Domain: `nitro.build`
- Website: https://nitro.build
- Description: ai readable | score 27 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 715

## robots

~~~text
User-agent: *
Disallow:
~~~

## llms

~~~text
# Nitro

> Add server API routes to any Vite apps and deploy with zero configuration on your favorite hosting platform.

## Documentation Sets

- [Nitro](https://nitro.build/llms-full.txt): Add server API routes to any Vite apps and deploy with zero configuration on your favorite hosting platform.

## Content

- [Introduction](https://nitro.build/raw/docs.md): Nitro is a full-stack server framework, compatible with any runtime and any deployment target.
- [Quick Start](https://nitro.build/raw/docs/quick-start.md): Start with a fresh Nitro project or adopt it in your current Vite project.
- [Nitro Renderer](https://nitro.build/raw/docs/renderer.md): Use a renderer to handle all unmatched routes with custom HTML or a templating system.
- [Routing](https://nitro.build/raw/docs/routing.md): Nitro supports filesystem routing to automatically map files to routes. By combining code-splitting with compiled routes, it removes the need for a runtime router, leaving only minimal compiled logic.
- [Assets](https://nitro.build/raw/docs/assets.md)
- [Configuration](https://nitro.build/raw/docs/configuration.md): Customize and extend Nitro defaults.
- [Database](https://nitro.build/raw/docs/database.md): Nitro provides a built-in and lightweight SQL database layer.
- [Lifecycle](https://nitro.build/raw/docs/lifecycle.md): Understand how Nitro runs and serves incoming requests to your application.
- [OpenAPI](https://nitro.build/raw/docs/openapi.md): Nitro can automatically generate an OpenAPI specification from your route handlers and serve interactive API documentation.
- [Plugins](https://nitro.build/raw/docs/plugins.md): Use plugins to extend Nitro's runtime behavior.
- [Tasks](https://nitro.build/raw/docs/tasks.md): Nitro tasks allow on-off operations in runtime.
- [WebSocket](https://nitro.build/raw/docs/websocket.md): Nitro provides cross-platform WebSocket support powered by CrossWS and H3.
- [Nitro Server Entry](https://nitro.build/raw/docs/server-entry.md): Use a server entry to create a global middleware that runs for all routes before they are matched.
- [Cache](https://nitro.build/raw/docs/cache.md): Nitro provides a caching system built on top of the storage layer, powered by ocache.
- [KV Storage](https://nitro.build/raw/docs/storage.md): Nitro provides a built-in storage layer that can abstract filesystem or database or any other data source.
- [Migration Guide](https://nitro.build/raw/docs/migration.md)
- [Nightly Channel](https://nitro.build/raw/docs/nightly.md): Nitro has a nightly release channel that automatically releases for every commit to main branch to try latest changes.
- [Deploy](https://nitro.build/raw/deploy.md): Learn more about Nitro deploy providers.
- [Node.js](https://nitro.build/raw/deploy/runtimes/node.md): Run Nitro apps with Node.js runtime.
- [Bun](https://nitro.build/raw/deploy/runtimes/bun.md): Run Nitro apps with Bun runtime.
- [Deno](https://nitro.build/raw/deploy/runtimes/deno.md): Run Nitro apps with Deno runtime.
- [Alwaysdata](https://nitro.build/raw/deploy/providers/alwaysdata.md): Deploy Nitro apps to alwaysdata.
- [AWS Lambda](https://nitro.build/raw/deploy/providers/aws.md): Deploy Nitro apps to AWS Lambda.
- [AWS Amplify](https://nitro.build/raw/deploy/providers/aws-amplify.md): Deploy Nitro apps to AWS Amplify Hosting.
- [Azure](https://nitro.build/raw/deploy/providers/azure.md): Deploy Nitro apps to Azure Static Web apps or functions.
- [Cleavr](https://nitro.build/raw/deploy/providers/cleavr.md): Deploy Nitro apps to Cleavr.
- [Cloudflare](https://nitro.build/raw/deploy/providers/cloudflare.md): Deploy Nitro apps to Cloudflare.
- [Deno Deploy](https://nitro.build/raw/deploy/providers/deno-deploy.md): Deploy Nitro apps to Deno Deploy.
- [DigitalOcean](https://nitro.build/raw/deploy/providers/digitalocean.md): Deploy Nitro apps to DigitalOcean.
- [EdgeOne Pages](https://nitro.build/raw/deploy/providers/edgeone.md): Deploy Nitro apps to EdgeOne Pages.
- [Firebase](https://nitro.build/raw/deploy/providers/firebase.md): Deploy Nitro apps to Firebase.
- [Flightcontrol](https://nitro.build/raw/deploy/providers/flightcontrol.md): Deploy Nitro apps to AWS via Flightcontrol.
- [Genezio](https://nitro.build/raw/deploy/providers/genezio.md): Deploy Nitro apps to Genezio.
- [GitHub Pages](https://nitro.build/raw/deploy/providers/github-pages.md): Deploy Nitro apps to GitHub Pages.
- [GitLab Pages](https://nitro.build/raw/deploy/providers/gitlab-pages.md): Deploy Nitro apps to GitLab Pages.
- [Heroku](https://nitro.build/raw/deploy/providers/heroku.md): Deploy Nitro apps to Heroku.
- [IIS](https://nitro.build/raw/deploy/providers/iis.md): Deploy Nitro apps to IIS.
- [Koyeb](https://nitro.build/raw/deploy/providers/koyeb.md): Deploy Nitro apps to Koyeb.
- [Netlify](https://nitro.build/raw/deploy/providers/netlify.md): Deploy Nitro apps to Netlify functions or edge.
- [Platform.sh](https://nitro.build/raw/deploy/providers/platform-sh.md): Deploy Nitro apps to platform.sh
- [Render.com](https://nitro.build/raw/deploy/providers/render.md): Deploy Nitro apps to Render.com.
- [StormKit](https://nitro.build/raw/deploy/providers/stormkit.md): Deploy Nitro apps to StormKit.
- [Vercel](https://nitro.build/raw/deploy/providers/vercel.md): Deploy Nitro apps to Vercel.
- [Zeabur](https://nitro.build/raw/deploy/providers/zeabur.md): Deploy Nitro apps to Zeabur.
- [Zephyr Cloud](https://nitro.build/raw/deploy/providers/zephyr.md): Deploy Nitro apps to Zephyr Cloud.
- [Zerops](https://nitro.build/raw/deploy/providers/zerops.md): Deploy Nitro apps to Zerops.
- [Config](https://nitro.build/raw/config.md)
- [Examples](https://nitro.build/raw/examples.md): Explore Nitro examples to learn how to build full-stack applications
- [API Routes](https://nitro.build/raw/examples/api-routes.md): File-based API routing with HTTP method support and dynamic parameters.
- [Auto Imports](https://nitro.build/raw/examples/auto-imports.md): Automatic imports for utilities and composables.
- [Cached Handler](https://nitro.build/raw/examples/cached-handler.md): Cache route responses with configurable bypass logic.
- [Custom Error Handler](https://nitro.build/raw/examples/custom-error-handler.md): Customize error responses with a global error handler.
- [Database](https://nitro.build/raw/examples/database.md): Built-in database support with SQL template literals.
- [Elysia](https://nitro.build/raw/examples/elysia.md): Integrate Elysia with Nitro using the server entry.
- [Express](https://nitro.build/raw/examples/express.md): Integrate Express with Nitro using the server entry.
- [Fastify](https://nitro.build/raw/examples/fastify.md): Integrate Fastify with Nitro using the server entry.
- [Hello World](https://nitro.build/raw/examples/hello-world.md): Minimal Nitro server using the web standard fetch handler.
- [Hono](https://nitro.build/raw/examples/hono.md): Integrate Hono with Nitro using the server entry.
- [Import Alias](https://nitro.build/raw/examples/import-alias.md): Custom import aliases for cleaner module paths.
- [Middleware](https://nitro.build/raw/examples/middleware.md): Request middleware for authentication, logging, and request modification.
- [Mono JSX](https://nitro.build/raw/examples/mono-jsx.md): Server-side JSX rendering in Nitro with mono-jsx.
- [Nano JSX](https://nitro.build/raw/examples/nano-jsx.md): Server-side JSX rendering in Nitro with nano-jsx.
- [Plugins](https://nitro.build/raw/examples/plugins.md): Extend Nitro with custom plugins for hooks and lifecycle events.
- [Custom Renderer](https://nitro.build/raw/examples/renderer.md): Build a custom HTML renderer in Nitro with server-side data fetching.
- [Runtime Config](https://nitro.build/raw/examples/runtime-config.md): Environment-aware configuration with runtime access.
- [Server Fetch](https://nitro.build/raw/examples/server-fetch.md): Internal server-to-server requests without network overhead.
- [Shiki](https://nitro.build/raw/examples/shiki.md): Server-side syntax highlighting in Nitro with Shiki.
- [Virtual Routes](https://nitro.build/raw/examples/virtual-routes.md): Define routes programmatically using Nitro's virtual module system.
- [Vite Nitro Plugin](https://nitro.build/raw/examples/vite-nitro-plugin.md): Use Nitro as a Vite plugin for programmatic configuration.
- [Vite RSC](https://nitro.build/raw/examples/vite-rsc.md): React Server Components with Vite and Nitro.
- [Vite SSR HTML](https://nitro.build/raw/examples/vite-ssr-html.md): Server-side rendering with vanilla HTML, Vite, and Nitro.
- [SSR with Preact](https://nitro.build/raw/examples/vite-ssr-preact.md): Server-side rendering with Preact in Nitro using Vite.
- [SSR with React](https://nitro.build/raw/examples/vite-ssr-react.md): Server-side rendering with React in Nitro using Vite.
- [SSR with SolidJS](https://nitro.build/raw/examples/vite-ssr-solid.md): Server-side rendering with SolidJS in Nitro using Vite.
- [SSR with TanStack Router](https://nitro.build/raw/examples/vite-ssr-tsr-react.md): Client-side routing with TanStack Router in Nitro using Vite.
- [SSR with TanStack Start](https://nitro.build/raw/examples/vite-ssr-tss-react.md): Full-stack React with TanStack Start in Nitro using Vite.
- [SSR with Vue Router](https://nitro.build/raw/examples/vite-ssr-vue-router.md): Server-side rendering with Vue Router in Nitro using Vite.
- [Vite + tRPC](https://nitro.build/raw/examples/vite-trpc.md): End-to-end typesafe APIs with tRPC in Nitro using Vite.
- [WebSocket](https://nitro.build/raw/examples/websocket.md): Real-time bidirectional communication with WebSocket support.
- [Nitro v3 Beta is here!](https://nitro.build/raw/blog/v3-beta.md): Nitro v3 is now available as a public beta — a ground-up evolution of the server framework, built around web standards, Rolldown, Vite v8, and the same deploy-anywhere promise.
- [Blog](https://nitro.build/raw/blog.md)
- [Build Full-Stack Servers](https://nitro.build/raw/index.md)
~~~

## llms-full

Not found.