Skip to content

Allows inspecting protobuf data, with no need for proto definition files. https://protobuf.io/

Notifications You must be signed in to change notification settings

diogotr7/protobuf.io

Repository files navigation

protobuf.io

A lightweight web application for inspecting and visualizing Protocol Buffer binary data.

Features

  • 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.)

Tech Stack

  • React 18 with TypeScript
  • Vite for fast development and building
  • Chakra UI for clean, accessible components
  • protobuf-ts for protocol buffer decoding

Setup

  1. Clone the repository
  2. Install dependencies:
    yarn
    
  3. Start the development server:
    yarn dev
    

Usage

  • 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

Screenshot

Protobuf Inspector Screenshot

License

MIT

About

Allows inspecting protobuf data, with no need for proto definition files. https://protobuf.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published