๐ Need to inspect YAML files without spinning up a local server? Hereโs a minimal yet powerful YAML viewer you can use offline with just your browser.
๐ง About the Tool
This tool allows you to load and navigate YAML files directly in your browser โ no server needed. You can use it to:
- Load structured config files
- Visualize nested YAML as expandable menus
- Quickly debug or inspect values
- Use offline, from any location
๐ก Key Features
- ๐งฉ Loads any
.yaml
or.yml
file via drag-and-drop or file picker - โก Runs 100% offline โ all in one
index.html
- ๐ง Supports nested tree structure (e.g.,
DB.Credentials.Password
) - ๐ Works in modern browsers (Chrome, Firefox, Edge)
๐ผ๏ธ Screenshot
๐ ๏ธ How to Use
- Download or copy the
index.html
file. - Double-click to open it in your browser.
- Click the โChoose YAML fileโ button.
- View the structured YAML in the sidebar and detail view.
๐ Sample YAML Format
```yaml DB: Host: localhost Port: 5432 Credentials: User: admin Password: secret Personal: Name: Rajkumar Email: raj@example.com Keys: APIKey: abc123 SecretKey: xyz789