Skip to main content

Developer Tools

JSON, APIs, code generators, database tools, security, and more

Developer tools work best when they are a tab away. JSON formatters, regex testers, hash and UUID generators, base64 encoders, and a long tail of converters belong in your browser, not behind a paywall or buried in a CLI you only use twice a year. Favtoo's developer category collects them in one place, each tool on its own URL, all running entirely on your device.

Because nothing is uploaded, you can safely paste API responses, internal config, or production-shaped data without worrying about it leaking into a server log. The tools work offline once the page is cached and behave the same in incognito as in a logged-in tab — there is no logged-in tab to begin with.

If a tool is missing, the text and web-utility categories cover related transformations. Browser-based limits (memory, single-thread CPU) apply, so very large payloads may need to be processed in chunks or with a local CLI.

Api Tools

HTTP Mock Response Builder

Build mock HTTP response payloads with status code, headers, body, and optional simulated delay.

API Payload Validator

Validate JSON API payloads by checking structure, types, consistency, and common patterns like email fields.

Load Testing Calculator

Calculate load test metrics including total requests per second, bandwidth, and concurrent connections.

Test Coverage Estimator

Calculate line, branch, and function coverage percentages with a quality rating from coverage metrics.

Unit Test Boilerplate Generator

Generate unit test boilerplate for Jest, Vitest, Mocha, or pytest with function name and parameters.

Postman Collection Formatter

Pretty-print a Postman collection JSON file with request and folder counts for quick inspection.

cURL Command Builder

Build cURL commands with URL, method, headers, body, and options like verbose or insecure mode.

HTTP Request Builder

Build a formatted raw HTTP request message with method, URL, headers, and body in standard format.

Postman to cURL Converter

Convert Postman collection JSON exports to cURL commands for terminal use.

GraphQL Query Builder

Build GraphQL queries and mutations with fields, arguments, and variables interactively.

REST API Checklist

Generate a comprehensive REST API design checklist covering naming, versioning, errors, and security.

API Rate Limit Calculator

Calculate API rate limits, request quotas, and throttling windows from your parameters.

cURL to Code Converter

Convert curl commands to JavaScript fetch, axios, Python requests, or PHP cURL code.

API Response Formatter

Format and pretty-print JSON API responses with configurable indentation and optional key sorting.

User Agent Parser

Parse User-Agent strings to identify browser, engine, operating system, and device type.

Accept Header Parser

Parse HTTP Accept headers into prioritized MIME type list with quality values.

MIME Type Lookup

Look up MIME types by file extension or find extensions for a MIME type. Covers 100+ common formats.

Binary

Ci Cd

Code Analysis

Code Gen

Code Tools

Color

Color Picker

Enter a hex color and see all format conversions: HEX, RGB, HSL, RGBA, and CSS variable.

HEX to RGB Converter

Convert HEX color codes to RGB values and vice versa.

RGB to HEX Converter

Convert RGB color values to HEX codes and vice versa.

HEX to HSL Converter

Convert HEX color codes to HSL values and vice versa.

HSL to HEX Converter

Convert HSL color values to HEX codes and vice versa.

RGB to HSL Converter

Convert RGB color values to HSL (hue, saturation, lightness) and vice versa.

HSL to RGB Converter

Convert HSL color values to RGB and vice versa.

RGB to CMYK Converter

Convert RGB color values to CMYK (cyan, magenta, yellow, key) for print workflows.

CMYK to RGB Converter

Convert CMYK print color values to RGB screen values and vice versa.

Color Palette Generator

Generate harmonious 5-color palettes from a base color using analogous, complementary, triadic, and other schemes.

Color Contrast Checker

Check WCAG 2.1 color contrast ratio between foreground and background colors for AA and AAA compliance.

Color Blindness Simulator

Simulate how a hex color appears under protanopia, deuteranopia, tritanopia, and achromatopsia.

Color Shades Generator

Generate darker shades of any color by progressively reducing lightness from the base.

Color Tints Generator

Generate lighter tints of any color by progressively increasing lightness from the base.

Complementary Color Finder

Find the complementary (opposite) color on the color wheel for any hex color.

Color Gradient Generator

Generate a smooth color gradient between two hex colors with a customizable number of steps.

Color Name Finder

Find the nearest CSS named color for any hex value using Euclidean distance in RGB space.

Pantone to HEX Converter

Look up approximate HEX equivalents for common Pantone color names and numbers.

RAL to HEX Converter

Look up approximate HEX equivalents for common RAL color numbers.

Color Mixer

Mix two hex colors together by averaging their RGB values to produce a blended color.

Config

Cron

Css

Css Generators

CSS Validator

Validate CSS for syntax errors, missing semicolons, unmatched braces, and unknown properties.

CSS to SCSS Converter

Convert plain CSS to SCSS with nesting and automatic variable extraction for colors.

CSS to Tailwind Converter

Map CSS property-value pairs to Tailwind CSS utility classes with unmapped property fallback.

SCSS to CSS Converter

Flatten SCSS nesting and resolve variables to produce plain CSS output.

LESS to CSS Converter

Flatten LESS nesting and resolve @variables to produce plain CSS output.

CSS Box Shadow Generator

Generate CSS box-shadow with customizable offset, blur, spread, color, and inset options.

CSS Text Shadow Generator

Generate CSS text-shadow with X/Y offset, blur radius, and color controls.

CSS Border Radius Generator

Generate CSS border-radius with individual corner controls for custom rounded shapes.

CSS Gradient Generator

Generate CSS linear or radial gradients with customizable colors, angle, and stops.

CSS Flexbox Generator

Generate CSS flexbox layout with direction, alignment, wrapping, and gap controls.

CSS Grid Generator

Generate CSS Grid layout with customizable columns, rows, gaps, and sizing.

CSS Animation Generator

Generate CSS @keyframes animations from presets like fade, slide, scale, bounce, and shake.

CSS Triangle Generator

Generate pure CSS triangles using the border trick with direction, size, and color controls.

CSS Button Generator

Generate styled CSS button with background, padding, radius, shadow, and hover effects.

CSS Loader Generator

Generate pure CSS loading animations: spinner, dots, ring, pulse, and bars.

Css Utilities

Csv

Data Converters

Database

SQL Query Formatter

Pretty-print SQL queries with keyword highlighting, indentation, and configurable keyword casing.

SQL to MongoDB Converter

Convert SQL SELECT queries to MongoDB find() syntax with filter, projection, sort, and limit translation.

SQL to Prisma Schema

Convert SQL CREATE TABLE statements to Prisma schema models with inferred types, @id, @unique, and @default attributes.

SQL Schema Visualizer

Parse SQL CREATE TABLE statements and render a text-based schema diagram showing columns, types, and constraints.

ERD Generator

Generate text-based and Mermaid ER diagrams from SQL CREATE TABLE statements with automatic relationship detection.

Fake Data Generator (SQL)

Generate realistic SQL INSERT statements with fake data for names, emails, phones, dates, cities, and more.

Database Schema Comparator

Compare two SQL schemas side by side and identify added, removed, and changed tables and columns.

MySQL to PostgreSQL Converter

Convert MySQL DDL statements to PostgreSQL syntax, translating data types, auto-increment, quoting, and engine clauses.

JSON to SQL CREATE TABLE

Infer SQL column types from a JSON object or array and generate a CREATE TABLE statement automatically.

CSV to SQL INSERT

Convert CSV data with headers into SQL INSERT statements, with automatic type detection for numbers, booleans, and NULLs.

SQL Escape Tool

Escape text for safe inclusion in SQL queries with support for Standard SQL, MySQL, and PostgreSQL escaping styles.

NoSQL Query Formatter

Format MongoDB-style NoSQL queries with pretty-printed JSON objects and separated method chains.

Date

Design Generators

Devops

Documentation

Encoding

Encryption

Formatters

Generators

Git

Hashing

Html

Http

Id Generators

Javascript

Json

JSON Minifier

Remove all unnecessary whitespace from JSON in one click, locally in your browser.

JSON Validator

Validate JSON syntax and see quick stats about the parsed document in your browser.

JSON Viewer / Formatter

Pretty-print JSON with two-space indentation for easier reading and debugging.

JSON to XML Converter

Convert JSON objects and arrays into XML with a root element and safe text escaping.

JSON to YAML Converter

Turn JSON into readable YAML using a simple built-in serializer for common data types.

JSON to HTML Table

Render a JSON array of objects as an HTML table with inferred column headers.

JSON to TypeScript

Infer a TypeScript-style type tree from a JSON sample for scaffolding interfaces quickly.

JSON to Java Class

Generate a simple Java data class with field declarations mapped from JSON types.

JSON to Python Dataclass

Create a Python dataclass skeleton with type hints inferred from a JSON object.

JSON to PHP Class

Generate a minimal PHP class with typed public properties derived from JSON keys.

JSON to Markdown Table

Convert a JSON array of objects into a GitHub-flavored Markdown table string.

XML to JSON Converter

Parse XML with the browser DOMParser and emit a JSON representation of elements and text.

YAML to JSON Converter

Parse a practical subset of YAML into JSON using a lightweight line-based parser.

JSONPath Tester

Evaluate simple dot-and-bracket paths against JSON to debug queries without installing tools.

JSON Diff Tool

Compare two JSON documents separated by --- and list structural and value differences.

JSON Merger

Deep-merge two JSON objects with the second document overriding and extending the first.

JSON Flattener

Flatten nested JSON into a single object whose keys use dot and bracket notation.

JSON String Escaper

Escape or unescape text for safe inclusion inside JSON string literals with a simple mode toggle.

JSON Size Calculator

Measure UTF-8 byte size of your JSON as pasted and after minification to compare footprint.

JSON Key Extractor

Recursively list every object property name found anywhere in a JSON tree, sorted uniquely.

JSON Array Sorter

Sort a JSON array lexicographically or by a chosen object property with ascending or descending order.

JSON Schema Generator

Infer a draft-07 style JSON Schema with types, properties, and required keys from one sample.

JSON Schema Validator

Run basic JSON Schema checks for object types, required keys, arrays, and nested properties.

Jwt

Mobile

Network

Performance

Pwa

Reference

Regex

Security

Sql

Svg

Svg Generators

Versioning

Web Config

Xml

Xml Html