Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Docusaurus site that can be deployed to Vercel with zero configuration.
The Docusaurus Example is a boilerplate template from Vercel that provides a minimal Docusaurus site configured for deployment to Vercel with zero configuration.
The Docusaurus Example is a starter project that demonstrates how to deploy a Docusaurus static site on Vercel. It takes a fresh Docusaurus project created with the Docusaurus CLI and makes it ready for one-click deployment. The output is a live static site served by Vercel's global edge network. Vercel maintains this example as part of their framework boilerplates collection.
docusaurus-init in a terminal.The repository contains a standard Docusaurus project. To use it, either click the Deploy with Vercel button to create a new project from the template, or run docusaurus-init locally to generate the same structure. Once deployed, Vercel automatically detects the Docusaurus build command and output directory.
No. Vercel auto-detects Docusaurus and applies the correct build settings, so the template deploys exactly as-is.
The template code is open source as part of the vercel/examples repository. Deploying to Vercel uses Vercel's hosting plans; a hobby tier is available for non-commercial projects.
Yes. Docusaurus supports blog posts, and this example can be extended to include a blog section alongside documentation pages.
Run the Docusaurus CLI command docusaurus-init in your terminal to generate a new Docusaurus site locally, then push it to any git provider and import it to Vercel.
