A small, fast hub of tools for media and the everyday.

Pick a tool and it runs locally. Files never leave your browser. The converters, codecs and generators are pure JavaScript; FFmpeg WASM is the only heavy module, and it lazy-loads only when you open a media tool. Two plain JSON endpoints sit alongside for scripts and curl.

41 toolsclient-side ffmpeg2 open endpointsno uploads

Media

01 items

Identity and browser

04 items

Emoji

02 items

Text

10 items

Formatters and codecs

08 items

Crypto and generators

05 items

Time

02 items

Math and data

04 items

Visual

04 items

Misc

01 items

API

/ip  /info

Two clean JSON endpoints. Useful from scripts and curl, no auth required.

GET/ip

Returns the visitor's IP address. Useful in shell scripts, cron jobs, and CI.

$ curl https://utils.community.poke.site/ip
{"ip":"203.0.113.42","ua":"curl/8.0.1","ts":"2026-06-24T08:32:00Z"}
open ↗
GET/info

Returns site info: tool count, endpoint list, uptime and a timestamp. Useful for uptime checks.

$ curl https://utils.community.poke.site/info
{"site":"Utils Hub","tools":41,"endpoints":["/ip","/info"],"uptime":"0y 0m 0d","ts":"2026-06-24T08:32:00Z"}
try it ↗