๐Ÿ“Œ 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:

๐Ÿ’ก Key Features

๐Ÿ–ผ๏ธ Screenshot

yaml-viewer-demo

๐Ÿ› ๏ธ How to Use

  1. Download or copy the index.html file.
  2. Double-click to open it in your browser.
  3. Click the โ€œChoose YAML fileโ€ button.
  4. 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