Deploy to production
Build for production
pnpm build
The build output is located in the .output/ directory and includes both server-side and client-side code.
Vercel deployment
Automatic deployment
- Create a new project on Vercel
- Connect your Git repository
- Configure the environment variables:
GITHUB_TOKEN=your-token AI_GATEWAY_API_KEY=your-key - The deploy command defaults to
nuxt build
Environment variables
| Variable | Purpose | Required when |
|---|---|---|
GITHUB_TOKEN | Git integration | Displaying commit history |
AI_GATEWAY_API_KEY | AI Chat feature | Using AI Chat |
Related resources
Nuxt
Learn how to take advantage of the Nuxt pages and layouts system in Movk Nuxt Docs, including creating custom Vue pages, configuring automatic Releases routing, the three Releases page modes (YAML / Markdown / hybrid), the Templates showcase page, and how to use the built-in default and docs layouts.
Built-in AI chat assistant
Movk Nuxt Docs includes a built-in AI Chat module that integrates deeply with your docs through MCP tools, supporting streaming responses, code highlighting, multi-model switching, and a floating input. Learn how to configure models, customize providers, write a system prompt, and use useAIChat to control the chat state.