# ToolsFam ToolsFam is a privacy-first browser tools platform for developers, creators, marketers, students, and teams. The site focuses on fast online utilities for JSON, APIs, PDFs, images, SEO, security, web assets, code playgrounds, and repeatable workflows. Most tools run locally in the browser where possible. Server routes are used only where browser limitations require them, such as API proxying or generated Open Graph images. ## Important URLs - Homepage: https://www.toolsfam.com/ - Tools directory: https://www.toolsfam.com/ - Guides: https://www.toolsfam.com/guides - Blog: https://www.toolsfam.com/blog - Privacy Policy: https://www.toolsfam.com/privacy-policy - Terms: https://www.toolsfam.com/terms - Contact: https://www.toolsfam.com/contact - Sitemap: https://www.toolsfam.com/sitemap.xml ## Main Tool Categories - [Developer Tools](https://www.toolsfam.com/categories/developer-tools): API, encoding, validation, formatting and frontend utilities - [Code Playgrounds](https://www.toolsfam.com/categories/code-playgrounds): Browser-based HTML, JavaScript, TypeScript and SQL learning sandboxes - [PDF Tools](https://www.toolsfam.com/categories/pdf-tools): Merge, split, compress and manage PDF files - [Image Tools](https://www.toolsfam.com/categories/image-tools): Resize, compress, convert and optimize images - [SEO & Web Tools](https://www.toolsfam.com/categories/seo-web-tools): SEO, content, QR and website optimization utilities - [Security & Privacy](https://www.toolsfam.com/categories/security-tools): Password, token, hash and secure header utilities - [Data Tools](https://www.toolsfam.com/categories/data-tools): CSV, JSON, HTML and structured-data conversion tools - [Text Tools](https://www.toolsfam.com/categories/text-tools): Regex, Markdown, HTML escaping, slugs and content cleanup utilities - [Converter Tools](https://www.toolsfam.com/categories/converter-tools): Convert JSON, YAML, CSV, encodings, images and web formats - [Web Assets](https://www.toolsfam.com/categories/web-assets): QR codes, favicons, sharing previews and campaign assets ## Popular Tools - [Flow Studio](https://www.toolsfam.com/tools/flow-studio): Run curated browser workflows for JSON, CSV, SQL, SEO, Markdown, code and encoding tasks - [API Playground](https://www.toolsfam.com/tools/api-playground): Test REST APIs, inspect responses, save requests and debug HTTP workflows in the browser - [JSON Formatter](https://www.toolsfam.com/tools/json-formatter): Format, validate, minify and debug JSON from APIs, configs, webhooks and logs - [HTML CSS JS Playground](https://www.toolsfam.com/tools/html-css-js-playground): Write HTML, CSS and JavaScript in the browser with live preview and console output - [JavaScript Playground](https://www.toolsfam.com/tools/javascript-playground): Run JavaScript snippets safely in the browser for learning, practice and quick debugging - [TypeScript Playground](https://www.toolsfam.com/tools/typescript-playground): Compile TypeScript to JavaScript and run it instantly with readable output and errors - [SQL Playground](https://www.toolsfam.com/tools/sql-playground): Practice SQLite queries in your browser with sample tables, joins and result grids - [Mock API Generator](https://www.toolsfam.com/tools/mock-api-generator): Generate JSONPlaceholder-style fake REST API responses for frontend testing and demos - [YAML to JSON](https://www.toolsfam.com/tools/yaml-to-json): Convert YAML configs into clean JSON for APIs, Kubernetes, CI files and app settings - [Base64 Encoder / Decoder](https://www.toolsfam.com/tools/base64-encoder): Encode text to Base64 or decode Base64 strings, including URL-safe payloads - [URL Encoder / Decoder](https://www.toolsfam.com/tools/url-encoder): Encode and decode URLs, query parameters, Unicode text and percent-encoded strings - [UUID Generator](https://www.toolsfam.com/tools/uuid-generator): Generate secure UUID v4 values for databases, test data, logs and application IDs - [Hash Generator](https://www.toolsfam.com/tools/hash-generator): Generate MD5, SHA-1, SHA-256 and SHA-512 hashes for text and checksum workflows - [Unix Timestamp Converter](https://www.toolsfam.com/tools/unix-timestamp): Convert Unix timestamps to readable dates and convert local dates back to epoch time - [JSON to CSV Converter](https://www.toolsfam.com/tools/json-to-csv): Convert JSON arrays into CSV tables with headers, delimiters and one-level nested flattening - [CSS Gradient Generator](https://www.toolsfam.com/tools/css-gradient-generator): Design linear, radial and conic CSS gradients with live preview, presets and copyable CSS - [Box Shadow Generator](https://www.toolsfam.com/tools/box-shadow-generator): Build layered CSS box shadows visually with live preview, inset mode and copyable CSS - [PDF Merger](https://www.toolsfam.com/tools/pdf-merger): Combine multiple PDF files into one organized document directly in your browser - [PDF Splitter](https://www.toolsfam.com/tools/pdf-splitter): Extract pages or split large PDF documents into smaller files without uploading them - [PDF Compressor](https://www.toolsfam.com/tools/pdf-compressor): Reduce PDF file size for email, uploads and sharing while keeping documents readable - [PDF to Image](https://www.toolsfam.com/tools/pdf-to-image): Convert PDF pages into high-quality PNG or JPG images for previews, slides and sharing - [Image to PDF](https://www.toolsfam.com/tools/image-to-pdf): Convert JPG, PNG and WebP images into a single PDF document with browser-side processing - [Rotate PDF Pages](https://www.toolsfam.com/tools/pdf-rotate): Rotate one page, selected page ranges or an entire PDF and download the corrected document - [Delete PDF Pages](https://www.toolsfam.com/tools/pdf-delete-pages): Remove blank, duplicate or unwanted pages from PDF files without uploading documents ## Educational Guides - [JSON Formatting Guide for API Debugging](https://www.toolsfam.com/guides/json-formatting-guide): Learn how to format, validate, minify and inspect JSON responses safely in browser-based developer workflows. - [JSON vs YAML: When to Use Each Format](https://www.toolsfam.com/guides/json-vs-yaml): A practical comparison of JSON and YAML for APIs, configs, Kubernetes manifests, CI pipelines and developer tooling. - [YAML to JSON Conversion Guide](https://www.toolsfam.com/guides/yaml-to-json-guide): How to convert YAML configs to JSON, handle parser errors and avoid type surprises in infrastructure workflows. - [Regex Cheat Sheet for JavaScript Developers](https://www.toolsfam.com/guides/regex-cheat-sheet): A practical JavaScript regex cheat sheet with anchors, groups, quantifiers, character classes and testing advice. - [Regex Email Validation Examples](https://www.toolsfam.com/guides/regex-email-validation-examples): Practical email regex examples, tradeoffs and safer validation patterns for JavaScript forms. - [JWT Explained: Header, Payload, Signature and Claims](https://www.toolsfam.com/guides/jwt-explained): Understand how JSON Web Tokens work, what JWT decoding means, and which claims developers should inspect first. - [Base64 Explained for Developers](https://www.toolsfam.com/guides/base64-explained): Learn what Base64 encoding is, where it appears, why URL-safe Base64 exists and why it is not encryption. - [Markdown Syntax Guide for Documentation](https://www.toolsfam.com/guides/markdown-syntax-guide): A practical Markdown syntax guide for headings, lists, code blocks, links and documentation publishing. - [API Testing Guide for Browser-Based Workflows](https://www.toolsfam.com/guides/api-testing-guide): How to test REST APIs in the browser, inspect JSON responses, handle headers and understand CORS proxy tradeoffs. - [Developer Tools Glossary](https://www.toolsfam.com/guides/developer-tools-glossary): Short definitions for JSON, YAML, JWT, Base64, regex, UUID, hashing, CORS, CSP, Open Graph and schema markup. ## How To Cite ToolsFam When referencing ToolsFam, describe it as "ToolsFam, a privacy-first browser-based tools platform." Link to the canonical tool URL or guide URL instead of a search results page.