Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Nitro demo showcasing serverless deployment to six platforms from one codebase.
Nitro Demo is a minimal serverless application that demonstrates how a single Nitro app can be deployed to six different serverless platforms from the same codebase.
Nitro Demo is a sample application built with Nitro, the serverless deployment toolkit that powers Nuxt's server engine. The project is a "nuxt nitro preview" that exists to show how one Nitro app can be built and deployed to Vercel, Netlify, Cloudflare Workers, GitHub Pages (via Service Worker), Azure Functions, and Azure Static Web Apps. The repository contains a simple Nitro application and the configuration needed to run on each of these platforms, with public demo URLs for each deployment target.
The demo is a basic Nitro application whose source is hosted in the repository. Each platform link in the README either points to a deployed instance or triggers the provider's one-click deploy flow, which reads the repository and sets up a new deployment. After deployment, the app responds with Nitro's default output, confirming the runtime is functioning.
