A lightweight web application for inspecting and visualizing Protocol Buffer binary data.
- Upload and view protobuf binary data with a hierarchical UI display
- Copy/paste hex and base64 encoded protobuf data
- Download binary data as files
- Share inspected data via shareable links
- Visualize different protobuf field types (messages, strings, varints, etc.)
- React 18 with TypeScript
- Vite for fast development and building
- Chakra UI for clean, accessible components
- protobuf-ts for protocol buffer decoding
- Clone the repository
- Install dependencies:
yarn
- Start the development server:
yarn dev
- Paste hex or base64 encoded protobuf data
- Upload binary protobuf files
- Try the included examples to see how the inspector works
- Expand/collapse message sections to explore nested data
MIT