> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blode.md/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

Ship beautiful docs from your terminal. Write MDX locally, deploy with one command.

Blode.md is a docs-as-code platform. You write documentation as MDX files in your repository, configure navigation and branding in a single `docs.json` file, and deploy with `blodemd push`.

> [!INFO]
> **For agents:** these docs are fully public — no authentication, no rate
>   limits, no signed URLs. Programmatic clients can fetch
>   [`/llms-full.txt`](https://docs.blode.md/llms-full.txt) for the complete
>   corpus, [`/llms.txt`](https://docs.blode.md/llms.txt) for the page index, or
>   append `.md` to any page URL for the raw markdown.

## How it works

  1. **Write MDX**

Create `.mdx` files with Markdown, JSX components, and frontmatter. Over 30
    built-in components are available with no imports needed.
  1. **Configure**

Define your navigation and branding in a single `docs.json` file.
  1. **Deploy**

Run `blodemd push` from your terminal or CI pipeline. Your docs are live in
    seconds.

## Features

  ### [30+ MDX components](/components/callout)

Callouts, tabs, steps, code groups, accordions, type tables, and more. No
    imports needed.
  ### [One-command deploy](/deployment/push)

Push from your terminal or automate with GitHub Actions. Atomic deployments
    with zero downtime.
  ### [Custom domains](/features/custom-domains)

Every project gets a `*.blode.md` subdomain. Add your own domain with DNS
    configuration.
  ### [OpenAPI support](/features/openapi)

Drop in an OpenAPI spec and get auto-generated API reference pages with an
    interactive playground.
  ### [Built-in search](/features/search)

Full-text search with Cmd+K. Auto-indexed from your content, no
    configuration needed.
  ### [SEO and LLM-ready](/features/seo)

Auto-generated sitemaps, robots.txt, and llms.txt for AI-friendly
    documentation.

## Next steps

  ### [Quickstart](/quickstart)

Go from zero to deployed docs in five minutes.
  ### [Components](/components/callout)

Browse all available MDX components.
  ### [CLI reference](/cli/overview)

See every command and option.