Skip to main content
Calctrove Calctrove

Developer Tools

Developer utilities for JSON, encoding, auth, and UUIDs.

97

Start Browse 97 tools

Developer workflow notes

Developer tools cover data formatting, validators, URL/Base64/Unicode encoding, regex, network helpers, SQL, Markdown, and HTML.

Developer utilities are helpful for inspection and formatting, but transformed output still needs runtime review. Encoders, SQL tools, regex helpers, Markdown previews, and network snippets can change escaping, whitespace, or assumptions in ways a browser preview will not catch.

  • Start with validators or formatters when inspecting unknown input, then move into conversion or encoding tools.
  • Security and token-adjacent utilities are built for local debugging and should not receive production secrets.
  • Generated snippets and transformed output should be reviewed in your actual runtime before deployment.
  • Test generated snippets in the actual runtime or service before committing them.
  • Do not paste live credentials, private tokens, or customer data into general-purpose debugging pages.

Directory

Jump by tool type

21

JSON & Data

7

Validators

2

Formatters

12

HTML

5

Markdown

4

CSV

1

Excel

4

XML

7

TOML

3

URL

9

Base64

8

Encoding

10

Escape / Unescape

8

Unicode

6

Hash / Security

1

Regex

3

Cron Tools

2

Diff Tools

2

Other Tools

1

Reference Tools

1

Seo Tools

1

Loading...