Skip to content

Jakevin/signatories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signatories

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/)

Features

  • 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

Quick start

Open locally:

# any static server
python3 -m http.server 8080
# then visit http://127.0.0.1:8080

Or just open index.html in a browser (same folder as base-signatories.png).

Project structure

.
├── index.html              # app
├── base-signatories.png    # poster base image
├── LICENSE
└── README.md

Deploy (Cloudflare Pages)

export PATH="/opt/homebrew/opt/node@22/bin:$HOME/.npm-global/bin:$PATH"
wrangler pages deploy . --project-name=signatories --commit-dirty=true --branch=main

License

MIT — see LICENSE.

About

Pure frontend Signatories poster generator — handwritten names, live preview, i18n, share PNG

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages