Public Tools

A small collection of utilities I've built and put here to use freely. No accounts, no tracking beyond what's already on my site (Privacy Policy) - everything below runs in your browser unless stated otherwise. Each one doubles as a small case study in how I build things.

4
Live Tools
12
Planned
100%
Client-side Today
0
Trackers Beyond GA
01 - Security

Security tools

Small utilities for the day-to-day - identifying hashes, checking password strength, and reading logs faster.

Hash Identifier & Generator

Live

Generate SHA-1/256/384/512 and MD5 hashes from text, or paste a hash to guess its likely algorithm from length and format.

Client-side No upload

Passphrase Entropy Checker

Planned

Estimates entropy and rough crack-time for a password or passphrase, entirely client-side - nothing you type ever leaves the page.

Client-side

Subnet / CIDR Calculator

Planned

Network address, broadcast, usable host range and subnet mask from a CIDR block - the calculator I always end up Googling for.

Client-side

Log Line Highlighter

Planned

Paste raw log output and it highlights IPs, timestamps, status codes and common indicators of compromise.

Client-side

Security Headers Checker

Planned

Enter a URL and get a quick read on CSP, HSTS and other response headers - a lightweight version of the tools I use professionally.

Small backend
02 - Development

Development tools

Utilities that came out of building things for game servers and small projects - kept around because I use them myself.

Discord Embed Builder

Live

Build and preview a Discord embed visually, copy the raw JSON, or send a test straight to your own webhook URL.

Discord API Client-side

FiveM / RedM Server Status

Planned

Punch in a server IP:port and see whether it's online, along with current player count - built from years of running these servers.

Small backend

Regex Tester

Planned

Test a pattern against sample text with live match highlighting, plus a shortlist of patterns I reach for most often.

Client-side

Cron Expression Explainer

Planned

Paste a cron expression, get a plain-English explanation of when it actually runs.

Client-side

Contrast / WCAG Checker

Planned

Check a foreground/background colour pair against WCAG AA/AAA contrast ratios - used to sanity-check this very site.

Client-side
03 - Community

Community & management tools

Practical tools for running a community - built from actually staffing and moderating a few over the years.

Shift / Roster Planner

Live

Two modes: a quick Discord-formatted schedule, or a fuller corporate roster with shift times, breaks, lunch and WFH tracking that exports to PNG or Excel.

Client-side Discord + PNG/Excel export

Project Timesheet

Live

Log hours per project against a weekly requirement, brand it with your company logo and colour, then export to PNG or Excel.

Client-side Branding template

Role & Permission Matrix

Planned

Plan a Discord role hierarchy and permission set visually before touching the actual server, then export it as a table.

Client-side

Community Budget Calculator

Planned

Rough monthly running cost of a community - VPS, bot hosting, domain, boosts - so you know what you're signing up for.

Client-side

Fair Giveaway Picker

Planned

Paste a list of entrants, optionally weight them, and draw a verifiably random winner for community events.

Client-side

Discord Health Checklist

Planned

An interactive checklist covering verification levels, 2FA requirements and common permission mistakes on Discord servers.

Client-side