Prerequisites
Kayston’s Forge runs entirely in your browser. You need:- A modern web browser (Chrome, Firefox, Safari, or Edge)
- JavaScript enabled
- No account or installation required
Steps
Access Kayston's Forge
Navigate to the hosted application URL in your browser. The app loads as a static site with no backend.
The application is hosted on Vercel and exported as a fully static site for maximum privacy and performance.
Explore the interface
Kayston’s Forge opens with the default tool: JSON Format/Validate.You’ll see:
- Sidebar (left): Browse all 51 tools organized by category
- Header (top): Current tool name and keyboard shortcuts
- Workbench (center): Input/output areas and action buttons
- Command Palette: Press
Cmd/Ctrl + Kto quick-search any tool
Use your first tool
Let’s validate and format some JSON:
-
In the input textarea, paste or type JSON:
-
Click Beautify or press
Cmd/Ctrl + Enter -
The formatted JSON appears in the output textarea:
-
Click Copy (
Cmd/Ctrl + Shift + C) or Download (Cmd/Ctrl + Shift + S) to use the output
Try another tool
Use the command palette to quickly find tools:
- Press
Cmd/Ctrl + K - Type “base64”
- Select Base64 String Encode/Decode
- Enter text and click Encode or Decode
View tool history
Kayston’s Forge automatically saves your tool usage:
- Click the History button in the workbench
- See your last 50 operations for the current tool
- Click any entry to restore input/output
- Click Clear History to delete all entries for this tool
History is stored locally in IndexedDB and never leaves your browser.
Keyboard Shortcuts
Kayston’s Forge is keyboard-driven for maximum efficiency:| Shortcut | Action |
|---|---|
Cmd/Ctrl + K | Open command palette |
Cmd/Ctrl + 1 | Toggle sidebar |
Cmd/Ctrl + Enter | Execute tool action |
Cmd/Ctrl + Shift + C | Copy output |
Cmd/Ctrl + Shift + S | Download output |
Cmd/Ctrl + [ | Previous tool |
Cmd/Ctrl + ] | Next tool |
Esc | Clear input |
Tool Categories
Kayston’s Forge organizes 51 tools into seven categories:Encoding & Encryption
Unix timestamps, JSON, Base64, JWT, RegExp, URL encoding, X.509 certificates
Escaping & Entities
HTML entities, backslash escaping, UUID/ULID generation
Preview & Comparison
HTML preview (iframe), text diff checker
Format Converters
YAML ↔ JSON, number base, color formats, hex ↔ ASCII
Code Beautifiers
HTML, CSS, JS/TS, ERB, LESS, SCSS, XML formatting
Generators
Lorem Ipsum, QR codes, random strings, string inspection
Data Transformers
CSV ↔ JSON, hashes, SQL formatting, list operations, PHP serialization
Next Steps
Installation
Install Kayston’s Forge as a PWA for offline access
Introduction
Learn more about privacy, architecture, and security