Wraithward
Spot the bait before you bite.
What it is
Wraithward is a phishing-awareness game that teaches you to spot suspicious emails. The trick is that emails are modeled as typed data rather than HTML, so any element can carry a severity-rated flag - and both the difficulty curve and the hover-to-teach UI fall out of that single model. It is a from-scratch, dependency-light build you can download and run locally.
Emails are typed data, not HTML: any element can carry a severity-rated flag, so the difficulty curve and the hover-to-teach UI both fall out of one model.
What's inside
The full source, the tests, and CI. Open it, read it, change it. A zero-dependency core, free, in the MIT spirit.
Run it after unzip
pnpm install && pnpm dev