About Pocket Tools

Pocket Tools is a single-page hub for small utilities. It keeps lightweight tools in one place with fast search, clear categories, and consistent layouts.

What lives here

  • Metadata-driven tool cards that scale to hundreds of entries.
  • Embedded mini-apps served from the public/ folder.
  • Static-first pages that deploy quickly without a database.

Embedded mini-apps

Some tools run inside the hub via iframe, like the Emoji Collector Game. The original mini-app still loads at its own URL for direct access.

Add your own tool

  1. Create a new entry in data/tools.ts.
  2. If it is an embedded tool, add the mini-app under public/miniapps/<slug>/ (or another folder) and set type: "embed" with embedPath: "/miniapps/<slug>/".
  3. For link tools, set type: "link" and provide an href.