DevForge Documentation

Technical specifications, security architecture, and user guides.

Client-Side Architecture

DevForge processes 100% of data locally inside your web browser with zero server API roundtrips.

Security & Privacy Model

Sensitive tokens, API keys, and SQL queries stay isolated on your local device.

Keyboard Shortcuts

Boost productivity with hotkeys: / for search, Cmd+Enter to format.

Getting Started with DevForge

DevForge is a suite of fast, browser-based utilities designed for software engineers, DevOps teams, and web developers.

Core Architecture

  • 100% Client-Side: All parsing, formatting, encoding, and calculations run inside your browser session.
  • Zero Server Storage: Your sensitive code, JWT bearer tokens, database connection strings, and API payloads are never sent across network requests.
  • No Account Required: Immediate access to every developer tool with zero registration friction.

Global Keyboard Shortcuts

  • / : Open Global Tool Search modal anywhere on the platform.
  • Cmd + Enter / Ctrl + Enter : Trigger Format or Convert action inside any Code Editor window.
  • Esc : Dismiss search modal or notifications.

Tool Category Specifications

Data Tools

  • • JSON Formatter: Indent (2/4/8 spaces), beautify, and export clean JSON payloads
  • • JSON Validator: Locate syntax errors with line and column accuracy
  • • YAML ↔ JSON: Convert deployment configs bidirectionally

Security & Encoding

  • • JWT Decoder: Inspect JWT headers, claims, and expiration dates
  • • Base64: UTF-8 safe text string encoding and decoding
  • • URL Encoder: Percent-encode query string URI components