# Blitz.js This directory is a brief example of a [Blitz.js](https://blitzjs.com/) project that can be deployed to Vercel with zero configuration. ## Deploy Your Own Deploy your own Blitz.js project with Vercel by viewing the [documentation on deploying to Vercel](https://blitzjs.com/docs/deploy-vercel) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/blitzjs&template=blitzjs) _Live Example: https://blitz-template.vercel.app_ ### How We Created This Example To get started with Blitz.js, you can use [npx](https://www.npmjs.com/package/npx) to initialize the project: ```shell $ npx blitz new ```