All Developer Tools

278+ free online tools for developers. Everything runs in your browser - fast, private, no data sent to servers.

Instant Results
100% Private
No Installation

Encode & Convert

Encoding, decoding and conversion utilities

143 tools
Base64 EncodePopular

Encode to Base64

Base64 Decode

Decode Base64

Base64 to Hex ConverterNew

Convert Base64 to Hex and back

Base32 Decode & EncodeNew

Decode/encode Base32

Base85 Encoder & DecoderNew

Encode/decode Base85 (Ascii85) with Adobe and RFC 1924 variants

HMAC GeneratorNew

Generate HMAC signatures

PEM to JWK ConverterNew

Convert PEM keys to JWK and back

URL Encode

Encode URLs

URL Decode

Decode URLs

HTML Entities

Convert entities

TimestampPopular

Convert timestamps

XML to JSONNew

Convert XML documents to JSON format

Dotenv to JSONNew

Convert .env to JSON

TOML to JSONNew

Convert TOML to JSON and back

YAML to ENVNew

Convert YAML to .env

Dotenv to YAMLNew

Convert .env to YAML

JSON to DotenvNew

Convert JSON to .env and back

JSON to ENV GeneratorNew

Convert JSON to Docker .env, Kubernetes ConfigMap, and shell export formats

JSON to ININew

Convert JSON to INI and back

INI to YAMLNew

Convert INI to YAML and back

JSON to PropertiesNew

Convert JSON to Java .properties and back

TOML to YAMLNew

Convert TOML to YAML and back

YAML to TOMLNew

Convert YAML to TOML configuration format

Number Base

Binary/hex/decimal

Unit Converter

Convert units

Markdown Table GeneratorNew

Visual editor to generate Markdown tables

HTML to MarkdownNew

Convert HTML to clean Markdown

CSV to JSONLNew

Convert CSV to JSON Lines and back

CSV to Markdown TableNew

Convert CSV data to Markdown table format

JSON to Query StringNew

Convert JSON to URL query string and back

JSON to HCLNew

Convert JSON to Terraform HCL and back

YAML to TerraformNew

Convert YAML to Terraform variables.tf and terraform.tfvars

JSON to Avro SchemaNew

Generate Avro schema from JSON for Kafka and Hadoop

JSON to CUENew

Generate CUE constraint definitions from JSON for validation

JSON to ProtobufNew

Generate proto3 schema from JSON for gRPC and microservices

Protobuf to TypeScriptNew

Convert Protocol Buffer .proto definitions to TypeScript interfaces and types with proper type mapping, nested messages, and enums

JSON to FlatBuffers SchemaNew

Convert JSON data to FlatBuffers .fbs schema definitions with tables, structs, enums, and nested types

JSON to Thrift StructNew

Convert JSON data to Apache Thrift IDL struct definitions with proper type mapping, nested structs, and optional fields

JSON to PythonNew

Generate Python dataclass, Pydantic, or TypedDict from JSON

SQL to TypeScriptNew

Convert SQL CREATE TABLE to TypeScript interfaces

JSON to BigQuery SchemaNew

Generate BigQuery table schema from JSON for Google Cloud

JSON to PrismaNew

Generate Prisma schema from JSON for Prisma ORM

JSON to Yup SchemaNew

Generate Yup validation schema from JSON for React forms

JSON to Zod with Custom ValidationNew

Generate Zod schemas with custom validation rules like .min(), .max(), .email(), .url()

SQL to Drizzle SchemaNew

Convert SQL CREATE TABLE to Drizzle ORM schema definitions

SQL to TypeORM EntityNew

Convert SQL CREATE TABLE to TypeORM entity definitions

SQL to Kysely TypesNew

Convert SQL CREATE TABLE to Kysely type-safe Database interface definitions

SQL to PrismaNew

Convert SQL CREATE TABLE to Prisma schema with models and relations

SQL to Prisma with RelationsNew

Convert SQL CREATE TABLE to Prisma schema with automatic relation generation

SQL to Sequelize ModelNew

Convert SQL CREATE TABLE to Sequelize model definitions

SQL to Knex MigrationNew

Convert SQL CREATE TABLE to Knex migration files with up and down functions

SQL to Objection.js ModelNew

Convert SQL CREATE TABLE to Objection.js ORM model classes with TypeScript types and JSON schema

SQL to Diesel ModelNew

Convert SQL CREATE TABLE to Rust Diesel ORM model structs with derive macros and associations

SQL to Waterline ModelNew

Convert SQL CREATE TABLE to Sails.js Waterline model definitions with type mapping, validations, and associations

SQL to Tortoise ORM ModelNew

Convert SQL CREATE TABLE to Python Tortoise ORM async model classes with field mapping and Pydantic schemas

SQL to Exposed TableNew

Convert SQL CREATE TABLE to Kotlin Exposed ORM table object definitions with references and constraints

SQL to pg-promise TypesNew

Convert SQL CREATE TABLE to TypeScript interfaces for pg-promise with Database schema and helper functions

SQL to Room EntityNew

Convert SQL CREATE TABLE to Android Room Entity Kotlin data classes with annotations, DAOs, and TypeConverters

SQL to Haskell PersistentNew

Convert SQL CREATE TABLE to Haskell Persistent entity definitions with type mapping, Maybe for nullable, and Yesod integration

SQL to SQLModelNew

Convert SQL CREATE TABLE to Python SQLModel classes with Pydantic validation and SQLAlchemy support

SQL to better-sqlite3 TypesNew

Convert SQL CREATE TABLE to TypeScript interfaces for better-sqlite3 with Database schema and helper functions

SQL to MikroORM EntityNew

Convert SQL CREATE TABLE to MikroORM entity definitions

SQL to Mongoose SchemaNew

Convert SQL CREATE TABLE to Mongoose schema definitions for MongoDB

SQL to GORM ModelNew

Convert SQL CREATE TABLE to Go GORM model struct definitions

SQL to Ent SchemaNew

Convert SQL CREATE TABLE to Go Ent schema definitions (entgo.io/ent)

SQL to MyBatis MapperNew

Convert SQL CREATE TABLE to MyBatis XML mapper, Java Entity, and Mapper interface

SQL to jOOQNew

Convert SQL CREATE TABLE to jOOQ Java code with Table and Field definitions

JSON to MessagePackNew

Encode JSON to MessagePack binary format and decode back

YAML to JSON SchemaNew

Convert YAML configuration to JSON Schema for validation

JSON to GraphQLNew

Generate GraphQL schema definitions from JSON

YAML to KubernetesNew

Convert YAML to Kubernetes Deployment, Service, and ConfigMap manifests

YAML to GitHub ActionsNew

Generate GitHub Actions CI/CD workflows from YAML config

Regex to CodeNew

Convert regex patterns to JavaScript, Python, Go, Java, and more

Cron to QuartzNew

Convert standard cron expressions to Quartz cron format

JSON to io-tsNew

Generate io-ts runtime type definitions from JSON

JSON to class-validatorNew

Generate TypeScript classes with class-validator decorators

JSON to TypeBoxNew

Generate TypeBox JSON Schema definitions from JSON

JSON to ValibotNew

Generate Valibot v1 validation schemas from JSON with type inference

JSON to PydanticNew

Generate Pydantic v2 BaseModel classes from JSON with type inference

JSON to Pydantic with ValidatorsNew

Generate Pydantic v2 BaseModel classes with Field constraints and @field_validator decorators

JSON to Java POJONew

Generate Java POJO classes from JSON with Jackson annotations

TypeScript to JSON SchemaNew

Convert TypeScript interfaces and types to JSON Schema for validation

OpenAPI to Axios ClientNew

Generate TypeScript Axios client with typed interfaces from OpenAPI specs

OpenAPI to TypeScript SDKNew

Generate TypeScript SDK with fetch API and typed interfaces from OpenAPI specs

Swagger to PostmanNew

Convert OpenAPI/Swagger specs to Postman Collection v2.1 format

GraphQL to Apollo ResolverNew

Generate Apollo Server resolvers from GraphQL schema SDL

GraphQL to TypeScript ResolverNew

Generate TypeScript resolver types and stubs from GraphQL schema SDL

JSON to Go StructNew

Generate Go struct definitions from JSON with json tags and nested structs

JSON to Rust SerdeNew

Generate Rust struct definitions with serde attributes from JSON

JSON to C StructNew

Generate C struct definitions with typedef from JSON, supporting static/dynamic memory modes and json-c library integration

JSON to C++ StructNew

Generate C++17 struct definitions from JSON with nlohmann/json serialization, std::optional, std::vector, and nested struct support

SQL to GraphQL ResolverNew

Convert SQL CREATE TABLE to GraphQL schema SDL and resolver stubs with CRUD operations

JSON to Elixir StructNew

Generate Elixir defmodule with defstruct and @type t specifications from JSON

JSON to Ecto SchemaNew

Generate Elixir Ecto schema definitions with changeset functions from JSON

JSON to RNew

Convert JSON to R list, data.frame, or tibble definitions with automatic type inference

JSON to Lua TableNew

Convert JSON to Lua table definitions with proper syntax, type mapping, and nested structure support

JSON to Pandas DataFrameNew

Generate Pandas DataFrame Python code with dtype specifications from JSON

JSON to TypeScript (Optional)New

Generate TypeScript interfaces with optional fields and readonly modifiers from JSON

JSON to Crystal StructNew

Generate Crystal struct definitions with property type annotations from JSON

JSON to Clojure MapNew

Convert JSON to Clojure defrecord definitions or map literals with keyword keys

JSON to Haskell Data TypeNew

Generate Haskell data type definitions with automatic type inference from JSON

JSON to PureScript TypeNew

Generate PureScript newtype and record definitions with Maybe types and nested record support from JSON

JSON to ReScript TypeNew

Generate ReScript type definitions with option types and nested record support from JSON

JSON to F# RecordNew

Generate F# record type definitions from JSON with automatic type inference

JSON to OCaml TypeNew

Generate OCaml type definitions from JSON with automatic type inference

JSON to Gleam TypeNew

Generate Gleam custom type definitions with proper type inference from JSON

JSON to PHP ClassNew

Generate PHP classes with typed properties, constructors, and fromJson/toJson methods from JSON

JSON to Ruby ClassNew

Generate Ruby classes with attr_accessor, Struct, ActiveModel, or Dry-Struct support from JSON

JSON to Perl ClassNew

Generate Perl Moose or Moo class definitions with type constraints from JSON

JSON to Julia StructNew

Generate Julia struct definitions from JSON with JSON3.jl and StructTypes.jl type annotations

JSON to Dart ClassNew

Generate Dart classes with null safety, fromJson factory, toJson method, copyWith, and freezed support from JSON

JSON to Tailwind ConfigNew

Generate Tailwind CSS configuration from JSON design tokens with JS/TS output support

JSON to Effect SchemaNew

Generate Effect Schema (@effect/schema) Schema.Struct definitions with type inference from JSON

JSON to Scala Play JSONNew

Generate Scala case classes with Play JSON Format or Circe Encoder/Decoder instances from JSON

JSON to Amazon IonNew

Convert JSON data to Amazon Ion text format for AWS QLDB, DynamoDB, and Ion-based systems

JSON to Angular ServiceNew

Generate Angular TypeScript interfaces and Injectable service with HttpClient CRUD methods

SQL to Prisma SeedNew

Convert SQL INSERT statements to Prisma Client seed scripts in TypeScript

SQL to SQLAlchemy ModelNew

Convert SQL CREATE TABLE to SQLAlchemy ORM model definitions with Column types and relationships

OpenAPI to MarkdownNew

Convert OpenAPI/Swagger specifications to clean Markdown API documentation

JSON to LaTeXNew

Convert JSON data to LaTeX tables and description lists with special character escaping

JSON to Redis CommandsNew

Convert JSON data to Redis CLI commands with smart type detection for SET, HSET, RPUSH, ZADD

JSON to GraphQL QueryNew

Convert JSON data to GraphQL query or mutation strings with nested field selection

SQL to EF Core EntityNew

Convert SQL CREATE TABLE to Entity Framework Core C# entity classes with data annotations

OpenAPI to Python ClientNew

Generate Python HTTP client classes from OpenAPI/Swagger specs using requests library

GraphQL to Apollo HooksNew

Generate React Apollo hooks (useQuery, useMutation, useLazyQuery) from GraphQL schema SDL

JSON to Excel/CSVNew

Convert JSON arrays to CSV format with nested object flattening and Excel UTF-8 BOM support

YAML to Helm ChartNew

Convert Kubernetes YAML manifests to Helm chart templates with values extraction

SQL to Hasura MetadataNew

Convert SQL CREATE TABLE to Hasura GraphQL Engine metadata with relationships and permissions

GraphQL to Prisma SchemaNew

Convert GraphQL schema SDL to Prisma schema with models, relations, and datasource config

Markdown to PDFNew

Convert Markdown to print-ready HTML with professional CSS and PDF export support

GraphQL Fragment GeneratorNew

Generate GraphQL fragments with scalar fields and nested fragment spreads from GraphQL schema SDL

JSON to Zig StructNew

Generate Zig struct definitions from JSON with std.json and serde.zig support, optional types (?T), and nested structs

JSON to ArkTS TypeNew

Generate ArkTS (HarmonyOS) interface or class definitions with reactive decorators from JSON

JSON to V StructNew

Generate V language struct definitions with option types and json.decode support from JSON

JSON to Nim TypeNew

Generate Nim object type definitions with JSON serialization and distinct types from JSON

JSON to C# ClassNew

Generate C# classes with System.Text.Json attributes from JSON

JSON to Django ModelNew

Generate Django model classes with field types and Meta options from JSON

JSON to Swift CodableNew

Generate Swift Codable structs with CodingKeys from JSON

JSON to Kotlin Data ClassNew

Generate Kotlin data classes with kotlinx.serialization from JSON

JSON to Joi SchemaNew

Generate Joi validation schemas from JSON for Node.js and Hapi

CSV to SQLNew

Convert CSV data to SQL INSERT statements with automatic type detection

SQL to sqlc QueriesNew

Convert SQL CREATE TABLE to sqlc query annotations and Go type definitions

JSON to MobX State TreeNew

Generate MobX State Tree models with types and actions from JSON

Finance Tools

Financial calculators for mortgages, loans, investments, and insurance

40 tools
Mortgage CalculatorPopular

Calculate mortgage payments and amortization

Refinance CalculatorPopular

Compare loans and calculate breakeven savings

FHA Loan CalculatorPopular

FHA mortgage with MIP calculations

Tax CalculatorPopularNew

Estimate US federal income tax

Self-Employment Tax CalculatorNew

2026 SE tax, deductible half, and quarterly estimates

1099 vs W-2 CalculatorNew

Compare 2026 contractor vs employee take-home pay

Roth Conversion CalculatorNew

2026 tax on a Roth conversion, fill-the-bracket

RMD CalculatorNew

2026 Required Minimum Distribution for IRAs and 401(k)s

Estimated Tax Penalty CalculatorNew

2026 underpayment penalty and safe harbor check

Bonus Tax CalculatorNew

2026 supplemental wage tax: flat rate vs aggregate, FICA, and state withholding

Tax Withholding CalculatorNew

2026 W-4 withholding estimator — see if you will owe or get a refund and adjust your W-4

RSU Tax CalculatorNew

Estimate tax & withholding gap on RSU vesting — federal, state, FICA

ESPP Tax CalculatorNew

Estimate taxes on ESPP shares — compare qualifying vs disqualifying dispositions with lookback

IRMAA CalculatorNew

2026 Medicare Part B & Part D income surcharge by MAGI tier

HSA Contribution CalculatorNew

Find your 2026 HSA limit — proration, catch-up, employer offset & tax savings

Social Security Tax CalculatorNew

How much of your SS benefits are taxable? Provisional income formula with 0/50/85% tiers

Backdoor Roth IRA CalculatorNew

2026 pro-rata rule calculator for high earners — see tax cost before converting

NIIT CalculatorNew

3.8% net investment income surtax — does it apply to you and how much?

QCD CalculatorNew

Qualified charitable distribution: AGI exclusion, RMD satisfaction, and IRMAA impact for IRA owners 70½+

SALT Deduction CalculatorNew

2026 OBBBA: $40,400 cap — see if you should itemize and your tax saving vs. old $10,000 limit

QBI Deduction CalculatorNew

Section 199A 20% pass-through deduction — SSTB check, phase-out, W-2 wage limit, OBBBA $400 minimum

MAGI CalculatorNew

Calculate your 2026 Modified Adjusted Gross Income and instantly check all 8 key thresholds: Roth, IRMAA, NIIT, SS, HSA, QBI, SALT, ACA

Car Loan Interest DeductionNew

OBBBA 2026: deduct up to $10,000 of auto loan interest on US-assembled new vehicles — calculate deduction, phase-out & tax saving

Home Office Deduction CalculatorNew

Compare simplified ($6/sq ft) vs regular method (actual expenses) — find which gives you the larger 2026 Schedule C deduction

83(b) Election CalculatorNew

Compare lifetime tax with and without a Section 83(b) election on restricted stock — see savings and break-even price

Roth Conversion Ladder CalculatorNew

FIRE early retirement: plan your annual conversions, track the 5-year rule unlock for each batch, and calculate the bridge funding gap in years 1–5

Standard vs Itemized Deduction CalculatorNew

Compare the standard deduction against your itemized deductions — SALT, mortgage interest, charity, medical — and see which saves more under 2026 OBBBA rules

ISO AMT CalculatorNew

Estimate AMT when exercising Incentive Stock Options — find your AMT crossover point and plan optimal exercise strategy for 2026

Child Tax Credit CalculatorNew

2026 CTC under OBBBA: $2,200 per child, $1,700 refundable ACTC, income phase-out, and Other Dependent Credit

State Tax Refund CalculatorNew

Estimate your 2026 federal and state tax refund or balance due — supports all 50 states with state-specific brackets

EITC CalculatorNew

2026 Earned Income Tax Credit: phase-in rate, max credit, and phase-out by filing status and qualifying children

Payroll Tax CalculatorNew

2026 FICA and self-employment tax: Social Security, Medicare, Additional Medicare, and SE tax with deduction

HELOC Calculator

Home equity line of credit payments

Car Loan Calculator

Auto loan payments with trade-in

Rent vs Buy Calculator

Compare renting vs buying costs

Loan Calculator

Calculate loan payments and interest

Compound Interest

Calculate compound interest growth

Investment Calculator

Plan your investment returns

Retirement Calculator

Plan retirement with 4% rule

Insurance CalculatorNew

Calculate insurance needs and premiums

278+
Free Tools
100%
Browser-based
0
Server Requests
Free
Forever