Backend & Golang
JSON to Go struct, TypeScript interfaces, cURL conversion, .env tools. — 18 tools
JSON to Go Struct
Convert JSON payload to idiomatic Go structs with tags.
JSON to TypeScript Interface
Convert JSON payload to TypeScript interfaces/types.
JSON to Zod Schema
Convert JSON payload to Zod schema.
JSON to GORM Model
Convert JSON payload to draft GORM model.
JSON to SQL Table Draft
Infer draft SQL CREATE TABLE from JSON.
API Response to DTO
Convert API response into Go DTO, TS interface, Zod schema, and optional SQL draft.
cURL Parser
Parse cURL command into method, URL, headers, body.
cURL to Go net/http
Convert cURL command to Go net/http code.
cURL to Go Resty
Convert cURL command to Go Resty code.
cURL to Fetch/Axios
Convert cURL command to JS fetch or Axios code.
Postgres DSN Parser
Parse PostgreSQL connection URL into safe fields with masked password.
.env Formatter
Sort, normalize, mask, and format .env files.
.env Validator
Detect duplicate keys, empty values, invalid key names, and missing required variables.
.env Diff
Compare .env and .env.example key coverage.
SQL Insert Generator
Generate SQL INSERT statements from JSON/CSV rows.
SQL Update Generator
Generate SQL UPDATE draft from key/value data.
Log Secret Masker
Mask secrets, tokens, emails, DSNs, JWTs from logs before sharing.
Go Validator Tag Builder
Build common validation tags for Go struct fields.