Backend & Golang

JSON to Go struct, TypeScript interfaces, cURL conversion, .env tools. — 18 tools

JSON to Go Struct

Runs locally

Convert JSON payload to idiomatic Go structs with tags.

JSON to TypeScript Interface

Runs locally

Convert JSON payload to TypeScript interfaces/types.

JSON to Zod Schema

Runs locally

Convert JSON payload to Zod schema.

JSON to GORM Model

Runs locally

Convert JSON payload to draft GORM model.

JSON to SQL Table Draft

Runs locally

Infer draft SQL CREATE TABLE from JSON.

API Response to DTO

Runs locally

Convert API response into Go DTO, TS interface, Zod schema, and optional SQL draft.

cURL Parser

Runs locally

Parse cURL command into method, URL, headers, body.

cURL to Go net/http

Runs locally

Convert cURL command to Go net/http code.

cURL to Go Resty

Runs locally

Convert cURL command to Go Resty code.

cURL to Fetch/Axios

Runs locally

Convert cURL command to JS fetch or Axios code.

Postgres DSN Parser

Runs locally

Parse PostgreSQL connection URL into safe fields with masked password.

.env Formatter

Runs locally

Sort, normalize, mask, and format .env files.

.env Validator

Runs locally

Detect duplicate keys, empty values, invalid key names, and missing required variables.

.env Diff

Runs locally

Compare .env and .env.example key coverage.

SQL Insert Generator

Runs locally

Generate SQL INSERT statements from JSON/CSV rows.

SQL Update Generator

Runs locally

Generate SQL UPDATE draft from key/value data.

Log Secret Masker

Runs locally

Mask secrets, tokens, emails, DSNs, JWTs from logs before sharing.

Go Validator Tag Builder

Runs locally

Build common validation tags for Go struct fields.