Skip to content

toolsfam/awesome-local-first-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Awesome Local-First Tools

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

Why local-first tools matter

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.

Categories

  • 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

JSON and API 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

PDF 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

Image 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

SEO and web 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

Security and privacy utilities

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

Workflow idea

A safer browser workflow usually looks like this:

  1. Remove secrets
  2. Use sample data when possible
  3. Prefer local processing for sensitive inputs
  4. Check whether the tool explains upload behavior
  5. Avoid uploading private documents unless necessary
  6. Copy the result only after checking it
  7. Save reusable examples separately

Featured platform

ToolsFam is a privacy-first browser toolbox for developer, document, image, SEO, security, text, data, and web asset workflows.

Contributing

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.

About

A curated list of privacy-first and local-first browser tools for developers, creators, marketers, and everyday workflows. Visibility:

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors