DTLocal Dev ToolsPrivate browser utilities

Tools directory

Browser-based developer tools

Every tool runs locally in the browser and is built from the central tool registry.

Code generationSQL DDL to SQLAlchemy ORM ConverterConvert PostgreSQL CREATE TABLE DDL into SQLAlchemy 2.0 ORM models.AI developmentSystem Prompt Token OptimizerClean long system prompts and estimate approximate token savings locally.DevOpsDocker Compose Boilerplate BuilderGenerate stack-specific Docker Compose boilerplate, env examples, and commands.Code generationRegex Log Pattern GeneratorGenerate safe named-capture extraction regex patterns for common log formats.Code generationJSON to Pydantic v2 Model GeneratorGenerate Pydantic v2 BaseModel classes from JSON examples.FormattingJSON Formatter and ValidatorFormat, minify, and validate JSON locally with deterministic native parsing.EncodingBase64 Encoder and DecoderEncode and decode Unicode text as Base64 entirely in the browser.EncodingURL Encoder and DecoderEncode or decode URL components and full URL strings without network requests.SecurityJWT DecoderDecode JWT header and payload locally. Signatures are not verified.SecuritySHA Hash GeneratorGenerate SHA-256, SHA-384, and SHA-512 digests with the browser Web Crypto API.IdentifiersUUID GeneratorGenerate random UUID v4 values and deterministic UUID v5 values locally.