Developer utilities

CodelessShipMore

A warm, focused workspace for JSON inspection, SQL parameter filling, properties conversion, Protobuf generation, TOTP codes, and prompt work.

transform.ts
const tools = [
  "json-viewer",
  "sql-placeholder",
  "properties-converter",
  "record-protobuf",
  "totp-generator",
]

shipMore(tools, { storage: "local" })
output

deterministic utilities, AI profile management, and browser-local workflows in one place.

JSON Viewer
Format and explore JSON data with interactive viewing capabilities including pretty print and tree view modes
SQL Placeholder
Fill SQL query placeholders with parameter values from logs, converting JDBC-style ? placeholders to actual values
Properties Converter
Convert between YAML, Properties, Spring @Value annotations, and Environment variables formats
Record to Protobuf
Convert Java record classes to Protocol Buffer definitions with multiple conversion options
TOTP Generator
Generate the current 6-digit 2FA code from a raw Base32 secret
GitHub Directory
Download a single folder from a GitHub repo as a ZIP without cloning the whole tree

Built for repeated technical chores.

The interface keeps the controls visible, the output inspectable, and the visual noise low.

Focused tool surfaces

Each utility opens straight into the working interface, with dense controls and calm spacing.

Clipboard-first flow

Paste, transform, copy, and keep moving without routing data through a backend.

Local output handling

Generated JSON, ENV, SQL, TOTP, and Protobuf results stay in your browser session.

AI assistance where useful

Prompt enhancement and provider settings sit beside the deterministic developer tools.