diff --git a/docs.json b/docs.json
index a70e9368..0ca32da1 100644
--- a/docs.json
+++ b/docs.json
@@ -29,11 +29,12 @@
"contextual": {
"options": ["copy", "chatgpt", "claude", "cursor", "vscode"]
},
- "navigation": {
+ "landing": "home",
+ "navigation": {
"tabs": [
{
- "tab": "Docs",
- "groups": [
+ "tab": "Docs",
+ "groups": [
{
"group": "Get started",
"pages": [
diff --git a/home.mdx b/home.mdx
new file mode 100644
index 00000000..62a0c575
--- /dev/null
+++ b/home.mdx
@@ -0,0 +1,239 @@
+---
+title: "Runpod Docs"
+description: "Help for wherever you are in your AI/ML journey."
+mode: "custom"
+---
+
+
+
Documentation
+
Help for wherever you are
in your AI/ML journey.
+
Deploy GPUs, scale models, and build AI — faster.
+
+
+
+
+
+
+ - [Welcome to Runpod](/overview)
+ - [Deploy your first Pod](/get-started)
+ - [Connect to Runpod](/get-started/connect-to-runpod)
+ - [Concepts](/get-started/concepts)
+ - [Manage API keys](/get-started/api-keys)
+ - [Agent skills](/get-started/agent-skills)
+ - [MCP servers](/get-started/mcp-servers)
+ - [Early access](/get-started/early-access)
+
+
+
+ - [Overview](/flash/overview)
+ - [Quickstart](/flash/quickstart)
+ - [Use Flash on Windows](/flash/windows-wsl2)
+ - [Pricing](/flash/pricing)
+ - [Create endpoints](/flash/create-endpoints)
+ - [Use custom containers](/flash/custom-docker-images)
+ - [Configure resources](/flash/configuration/storage)
+ - [Build apps](/flash/apps/overview)
+ - [Execution model](/flash/execution-model)
+ - [Troubleshooting](/flash/troubleshooting)
+
+
+
+ - [Overview](/serverless/overview)
+ - [Quickstart](/serverless/quickstart)
+ - [SDKs](/serverless/sdks)
+ - [Pricing](/serverless/pricing)
+ - [Create handler functions](/serverless/workers/handler-functions)
+ - [Deploy workers](/serverless/workers/overview)
+ - [Manage endpoints](/serverless/endpoints/overview)
+ - [Monitor and debug](/serverless/development/logs)
+ - [Load balancing](/serverless/load-balancing/overview)
+ - [vLLM](/serverless/vllm/overview)
+ - [Troubleshooting](/serverless/troubleshooting)
+
+
+
+ - [Overview](/pods/overview)
+ - [Pricing](/pods/pricing)
+ - [Choose a Pod](/pods/choose-a-pod)
+ - [Manage Pods](/pods/manage-pods)
+ - [Connect to Pods](/pods/connect-to-a-pod)
+ - [Storage](/pods/storage/types)
+ - [Templates](/pods/templates/overview)
+ - [Troubleshooting](/pods/troubleshooting/zero-gpus)
+
+
+
+ - [Network volumes](/storage/network-volumes)
+ - [High-performance storage](/storage/high-performance-storage)
+ - [S3-compatible API](/storage/s3-api)
+
+
+
+ - [Overview](/public-endpoints/overview)
+ - [Quickstart](/public-endpoints/quickstart)
+ - [Available models](/public-endpoints/reference)
+ - [Make API requests](/public-endpoints/requests)
+ - [Vercel AI SDK](/public-endpoints/ai-sdk)
+ - [AI coding tools](/public-endpoints/ai-coding-tools)
+
+
+
+ - [Overview](/instant-clusters)
+ - [Configuration](/instant-clusters/configuration)
+ - [Slurm clusters](/instant-clusters/slurm-clusters)
+ - [Deployment guides](/instant-clusters/pytorch)
+
+
+
+ - [Image models](/public-endpoints/models/flux-dev)
+ - [Video models](/public-endpoints/models/wan-2-6-t2v)
+ - [Text models](/public-endpoints/models/qwen3-32b)
+ - [Audio models](/public-endpoints/models/chatterbox-turbo)
+ - [All models](/public-endpoints/reference)
+
+
+
+ - [Introduction](/tutorials/introduction/overview)
+ - [Generate images with SDXL](/tutorials/serverless/run-your-first)
+ - [Deploy ComfyUI on Serverless](/tutorials/serverless/comfyui)
+ - [Deploy Phi-3 with model caching](/tutorials/serverless/model-caching-text)
+ - [Integrate with a web app](/tutorials/serverless/generate-sdxl-turbo)
+ - [Deploy Gemma 3 chatbot](/tutorials/serverless/run-gemma-7b)
+ - [Flash: text generation with transformers](/tutorials/flash/text-generation-with-transformers)
+ - [Flash: image generation with SDXL](/tutorials/flash/image-generation-with-sdxl)
+ - [Flash: build a REST API](/tutorials/flash/build-rest-api-with-load-balancer)
+ - [Pods: run your first LLM](/tutorials/pods/run-your-first)
+ - [Pods: generate images with ComfyUI](/tutorials/pods/comfyui)
+ - [Pods: run Ollama](/tutorials/pods/run-ollama)
+ - [Pods: build Docker images](/tutorials/pods/build-docker-images)
+ - [Text-to-video pipeline](/tutorials/public-endpoints/text-to-video-pipeline)
+
+
+
+ - [Flash CLI overview](/flash/cli/overview)
+ - [flash init](/flash/cli/init)
+ - [flash login](/flash/cli/login)
+ - [flash dev](/flash/cli/dev)
+ - [flash build](/flash/cli/build)
+ - [flash deploy](/flash/cli/deploy)
+ - [flash env](/flash/cli/env)
+ - [flash app](/flash/cli/app)
+ - [flash undeploy](/flash/cli/undeploy)
+ - [flash update](/flash/cli/update)
+ - [Runpod CLI overview](/runpodctl/overview)
+ - [runpodctl pod](/runpodctl/reference/runpodctl-pod)
+ - [runpodctl serverless](/runpodctl/reference/runpodctl-serverless)
+ - [runpodctl network-volume](/runpodctl/reference/runpodctl-network-volume)
+ - [runpodctl template](/runpodctl/reference/runpodctl-template)
+ - [runpodctl hub](/runpodctl/reference/runpodctl-hub)
+ - [runpodctl gpu](/runpodctl/reference/runpodctl-gpu)
+ - [runpodctl billing](/runpodctl/reference/runpodctl-billing)
+
+
+
+ - [REST API overview](/api-reference/overview)
+ - [Create a Pod](/api-reference/pods/POST/pods)
+ - [List Pods](/api-reference/pods/GET/pods)
+ - [Start a Pod](/api-reference/pods/POST/pods/podId/start)
+ - [Stop a Pod](/api-reference/pods/POST/pods/podId/stop)
+ - [Create an endpoint](/api-reference/endpoints/POST/endpoints)
+ - [List endpoints](/api-reference/endpoints/GET/endpoints)
+ - [Create a network volume](/api-reference/network-volumes/POST/networkvolumes)
+ - [List network volumes](/api-reference/network-volumes/GET/networkvolumes)
+ - [Create a template](/api-reference/templates/POST/templates)
+ - [Pod billing history](/api-reference/billing/GET/billing/pods)
+ - [Serverless billing history](/api-reference/billing/GET/billing/endpoints)
+ - [GraphQL API](/sdks/graphql/configurations)
+
+
+
+ - [Overview](/integrations/overview)
+ - [Transformer Lab](/integrations/transformer-lab)
+ - [dstack](/integrations/dstack)
+ - [Mods](/integrations/mods)
+ - [SkyPilot](/integrations/skypilot)
+
+
+
+ - [Overview](/hub/overview)
+ - [Publishing guide](/hub/publishing-guide)
+ - [Revenue sharing](/hub/revenue-sharing)
+
+
+
+ - [Overview](/community-solutions/overview)
+ - [ComfyUI-to-API](/community-solutions/comfyui-to-api/overview)
+ - [OhMyRunPod](/community-solutions/ohmyrunpod/overview)
+ - [SSH migration tools](/community-solutions/ssh-password-migration/overview)
+ - [CopyParty file manager](/community-solutions/copyparty-file-manager/overview)
+ - [Network volume storage tool](/community-solutions/runpod-network-volume-storage-tool)
+ - [Tips and tricks: tmux](/tips-and-tricks/tmux)
+
+
+
+ - [Manage accounts](/accounts-billing/manage-accounts)
+ - [Billing](/accounts-billing/billing)
+ - [Cost centers](/accounts-billing/cost-centers)
+ - [Referrals](/accounts-billing/referrals)
+ - [Manage payment cards](/accounts-billing/manage-payment-cards)
+
+
+
+ - [GPU types](/references/gpu-types)
+ - [CPU types](/references/cpu-types)
+ - [Security and compliance](/references/security-and-compliance)
+ - [Migrate from Cog](/tutorials/migrations/cog/overview)
+ - [Migrate from OpenAI](/tutorials/migrations/openai/overview)
+ - [Intro to containers](/tutorials/introduction/containers)
+ - [GraphQL API spec](/references/graphql-spec)
+ - [Release notes](/release-notes)
+
+
+