Pure frontend tool that places new handwritten-style signatory names into the empty logo slots of a Signatories poster — with live preview, multi-language UI, download, and share.
Demo: https://signatories.jakevin.uk/
(also: https://signatories.pages.dev/)
- Live preview while typing
- Places new names in the empty grid cells (after Telnyx / Y Combinator)
- Handwriting fonts (Latin + CJK brush fonts)
- UI languages: 繁中 / 简中 / EN / 日本語 / 한국어
- Download PNG
- Share image (Web Share API → clipboard → download fallback)
- Fully static — no backend, no build step
Open locally:
# any static server
python3 -m http.server 8080
# then visit http://127.0.0.1:8080Or just open index.html in a browser (same folder as base-signatories.png).
.
├── index.html # app
├── base-signatories.png # poster base image
├── LICENSE
└── README.md
export PATH="/opt/homebrew/opt/node@22/bin:$HOME/.npm-global/bin:$PATH"
wrangler pages deploy . --project-name=signatories --commit-dirty=true --branch=mainMIT — see LICENSE.