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
- Create a new entry in
data/tools.ts. - If it is an embedded tool, add the mini-app under
public/miniapps/<slug>/(or another folder) and settype: "embed"withembedPath: "/miniapps/<slug>/". - For link tools, set
type: "link"and provide anhref.