A curated list of privacy-first and local-first browser tools for developers, creators, marketers, students, small businesses, and everyday workflows.
Local-first tools process data directly in your browser when possible. This can reduce unnecessary uploads for everyday tasks like formatting JSON, decoding JWTs, compressing images, cleaning CSV files, previewing SEO metadata, or converting files.
This list is maintained by ToolsFam.
ToolsFam: https://www.toolsfam.com
Many online tools ask users to paste or upload sensitive data without clearly explaining what happens to it.
Be careful with:
- API keys
- JWT tokens
- Customer CSV files
- Bank statements
- Private PDFs
- Internal API responses
- Personal images
- Business documents
- Source code
- Webhook payloads
Local-first tools are useful because they can reduce unnecessary server uploads for common browser tasks.
- JSON and API tools
- Developer tools
- PDF tools
- Image tools
- SEO and web tools
- Security and privacy tools
- Data conversion tools
- Text tools
- Productivity tools
Useful for formatting, validating, converting, inspecting, and testing structured data.
- JSON Formatter
- JSON Validator
- JSON Minifier
- JSON Viewer
- JSON Compare
- JSON to CSV
- JSON to TypeScript
- YAML to JSON
- API Playground
- JWT Decoder
- Regex Tester
- URL Encoder and Decoder
- Base64 Encoder and Decoder
- Hash Generator
- UUID Generator
- Unix Timestamp Converter
ToolsFam developer tools: https://www.toolsfam.com/tools
Useful for routine document workflows.
- PDF Compressor
- PDF Merger
- PDF Splitter
- PDF to Text
- Image to PDF
- PDF Page Reorder
- PDF Watermark
- PDF Metadata Viewer
ToolsFam PDF tools: https://www.toolsfam.com/tools
Useful for website assets, social images, compression, conversion, and everyday cleanup.
- Image Compressor
- Image Converter
- PNG to JPG
- JPG to PNG
- JPG to WebP
- PNG to WebP
- WebP Converter
- Image Resizer
- Background Remover
- OCR Tool
ToolsFam image tools: https://www.toolsfam.com/tools
Useful for publishing cleaner pages and checking common metadata.
- SERP Snippet Preview
- Meta Tag Preview
- Open Graph Preview
- Twitter Card Preview
- Robots.txt Tester
- Sitemap Checker
- Slug Generator
- UTM Builder
- Schema Markup Helper
- Keyword Density Checker
ToolsFam SEO and web tools: https://www.toolsfam.com/tools
Useful for safer everyday checks.
- Password Generator
- Hash Generator
- JWT Decoder
- HTTP Header Analyzer
- URL Safety Checker
- Base64 Decode
- Text Redactor
- Random Token Generator
ToolsFam security and privacy tools: https://www.toolsfam.com/tools
A safer browser workflow usually looks like this:
- Remove secrets
- Use sample data when possible
- Prefer local processing for sensitive inputs
- Check whether the tool explains upload behavior
- Avoid uploading private documents unless necessary
- Copy the result only after checking it
- Save reusable examples separately
ToolsFam is a privacy-first browser toolbox for developer, document, image, SEO, security, text, data, and web asset workflows.
- Website: https://www.toolsfam.com
- Tools: https://www.toolsfam.com/tools
- Blog: https://www.toolsfam.com/blog
Pull requests are welcome.
Please suggest tools, categories, examples, and resources that are:
- Useful
- Safe
- Clear
- Related to browser workflows
- Privacy-aware
- Not spammy
Do not submit private data, real API keys, real JWTs, personal documents, or copyrighted files you do not own.