Deployment
Guide on how to deploy your Docstra documentation site.
Since Docstra is built on Next.js, you can deploy your documentation site to any platform that supports Next.js.
Recommended: Vercel
The easiest way to deploy Docstra is using Vercel, the creators of Next.js.
- Push your code to a GitHub, GitLab, or Bitbucket repository.
- Import your project into Vercel.
- Vercel will automatically detect Next.js and configure the build settings.
- Click Deploy.
Other Platforms
You can also deploy to other platforms like:
- Netlify: Supports Next.js via the Netlify Next.js Runtime.
- AWS Amplify: Provides seamless hosting for Next.js apps.
- Docker: You can containerize your Docstra app and deploy it to any cloud provider.
Build Commands
When deploying, ensure your build command is set to:
Terminal
This will trigger the Next.js build process, which includes Docstra's static generation and indexing.
How is this guide?
Last updated on March 30, 2026