See your YAML as a diagram in 2 seconds
Paste your Kubernetes, Docker Compose or GitHub Actions YAML and get 8 interactive diagrams. Save, share and embed a live badge in your README that updates every time your YAML changes.
| 1 | # Kubernetes Pod |
| 2 | apiVersion: v1 |
| 3 | kind: Pod |
| 4 | metadata: |
| 5 | name: nginx |
| 6 | labels: |
| 7 | app: nginx |
| 8 | spec: |
| 9 | containers: |
| 10 | - name: nginx |
| 11 | image: nginx:1.14.2 |
| 12 | ports: |
| 13 | - containerPort: 80 |
YAML Visualizer
Turn any YAML into the right diagram for the job. Pick from 8 views, pan and zoom, and explore the structure without reading it line by line.
- 8 diagram types, from tree view to dependency graph
- Multi-document YAML and deep nesting
- Export as PNG · SVG · PDF
- Share via public URL with revoke
- Save diagrams to your workspace
- Private diagrams behind your account
- Public API + GitHub Action for CI/CD
Your diagram, live in your README
Paste one line of markdown and your architecture diagram stays in sync with your YAML forever. No screenshots, no re-uploads, no stale docs.
# my-awesome-project
A live YAML diagram, auto-rendered by YAMLTools. Updates every time the source file changes.
YAML diagramliveSave a diagram as Pro, copy its badge snippet and paste it in your README:
[](https://yamltools.dev/d/your-diagram)The badge image is cached and served from a CDN — your README stays fast.
Simple pricing, generous free tier
Everything a developer needs to view and validate YAML is free. Upgrade when you want to save, share or embed.
$0
Free forever
$5/mo
Launch price · lifetime lock
Built for the YAML you already write
Kubernetes manifests, Docker Compose files, GitHub Actions, OpenAPI specs — paste them and explore the structure visually.
Kubernetes
Understand pods, deployments and services at a glance. Spot misconfigurations before applying.
Docker Compose
Visualize service dependencies, volumes and networks to debug multi-container stacks.
CI/CD pipelines
GitHub Actions, GitLab CI and other workflow YAMLs rendered as a flow diagram.
OpenAPI schemas
Render OpenAPI/Swagger definitions as class diagrams and spot missing fields quickly.
Frequently asked questions
Stop reading YAML. Start seeing it.
Free to try, no credit card needed. Upgrade to Pro when you're ready to save, share and embed your diagrams.