ToolSite

Hello World — Welcome to ToolSite

The first blog post on ToolSite. Learn what this project is about and what to expect.

By ToolSite1 min readupdates

Welcome to ToolSite

This is the first blog post on ToolSite. This project is a collection of free, privacy-first online tools. Everything runs in your browser — no files are ever uploaded to a server.

What to Expect

  • New tools added regularly — PDF conversion, image processing, text utilities, and more.
  • Guides on how to get the most out of each tool.
  • Updates as the site grows.

How Tools Work

Each tool lives in components/tool/tools/ and exports:

  1. A meta object with title, slug, description, category, and other metadata.
  2. A default React component for the tool's UI.

The registry at components/tool/registry.ts is the single source of truth — it imports every tool and validates metadata at build time.

Stay tuned for more!