The fastest way to deploy your documentation is with the Doccupine Platform. If you prefer to manage your own infrastructure, you can self-host the generated Next.js app on any platform.
Sign up at doccupine.com and connect your repository. Your documentation site is live in minutes - no build configuration, no infrastructure to manage.
The Doccupine Platform is the recommended way to deploy. It handles builds, hosting, SSL, and updates automatically so you can focus on writing documentation.
Every push to your repository triggers a new deployment. You can customize your site's appearance, domain, and settings from the dashboard. See the Platform Overview for a full walkthrough of the dashboard, editor, and configuration options.
Doccupine generates a standard Next.js app, so you can deploy it anywhere that supports Node.js or Next.js.
Deploy the generated website directory (the Next.js app), not your MDX source folder. In a monorepo, set the root directory to the generated site folder.
Self-hosting requires you to manage your own build pipeline, hosting, SSL certificates, and AI provider API keys. For a hands-off experience, consider the Doccupine Platform.
@netlify/plugin-nextjs adapter. Works with the standard next build output.@cloudflare/next-on-pages adapter for edge-based hosting.next build && next start on any server or VPS with Node.js installed.