Songtov Utility
Browser debugging toolkit

Practical Browser Tools for Debugging Real Developer Work

Format API payloads, decode suspicious strings, inspect broken URLs, convert log timestamps, generate test identifiers, and prepare documentation without creating an account or uploading private data.

8 tools10 guidesClient-side processing

JSON Formatter

API & JSON

Format, validate, and inspect API responses, webhook payloads, and config snippets with clear parse errors.

Launch Application

Word Count

Writing & Documentation

Check words, characters, sentences, and paragraphs while editing docs, release notes, prompts, and UI copy.

Launch Application

Base64 Encoder/Decoder

Encoding & URLs

Decode JWT sections, Basic Auth values, Kubernetes secrets, and Base64URL strings without sending data to a server.

Launch Application

URL Encoder/Decoder

Encoding & URLs

Encode query values, decode broken callback URLs, and inspect percent-encoded parameters from logs and redirects.

Launch Application

Unix Timestamp Converter

Time & IDs

Convert epoch seconds or milliseconds from logs, JWT claims, cache headers, and webhook events into readable time.

Launch Application

UUID Generator

Time & IDs

Generate UUID v4 values for test fixtures, seed data, correlation IDs, local records, and debugging examples.

Launch Application

Case Converter

Writing & Documentation

Convert API fields, database columns, filenames, headings, and labels between common naming conventions.

Launch Application

Markdown Preview

Writing & Documentation

Preview READMEs, pull request notes, docs pages, and release notes before broken Markdown reaches production.

Launch Application

Debugging Categories

The site is organized around common backend, API, and AI-agent development chores: payload inspection, encoding issues, time and ID handling, and technical writing.

API & JSON

Validate API responses, inspect webhook payloads, and understand why parsers reject malformed JSON.

Encoding & URLs

Decode Base64, fix percent-encoded query strings, and debug redirect, callback, and header values.

Time & IDs

Convert epoch timestamps, compare UTC and local time, and generate safe identifiers for test data.

Writing & Documentation

Prepare readable docs, release notes, prompts, pull request text, and API field names.

What This Site Is For

Songtov Utility is built for developers who need to answer small but blocking questions quickly: Is this webhook payload valid JSON? Why did this OAuth redirect split into the wrong parameters? Is this JWT timestamp seconds or milliseconds? Can I decode this Base64 value without pasting it into a random server?

Tools run in the browser and guides explain the failure modes behind them. The goal is a practical reference site for backend, API, automation, and AI-agent development work.

Maintained by Chiho Song, a backend developer now building AI agents, the site focuses on debugging tasks that show up in real engineering work: payload validation, encoding mismatches, timestamp confusion, identifier choices, and documentation cleanup.

Recommended Debugging Guides

Start here if you are debugging an API response, encoded value, timestamp, token, or generated identifier.

Latest from the Blog

View all posts →

Missing a Debugging Tool?

Send a concrete bug, payload shape, log snippet pattern, or workflow gap. New tools are chosen when they solve a repeatable development problem and can be explained clearly.

Contact