GitHub radar

Draw Your Font: Handwriting to TTF via Claude Code Skill

Free, open-source Claude Code skill that converts a photo of your handwritten alphabet into an installable font (TTF/WOFF/WOFF2), entirely on your machine.

An npm CLI plus a Claude Code skill that converts a photo of handwritten letters into a proper installable font (TTF/WOFF/WOFF2). Claude's vision model finds and labels every character; deterministic code then vectorizes the blobs into correct font metrics — cap height, x-height, descender depth — so the result behaves like a real font, not a collage. Everything runs on your machine with no uploads, no account, no subscription required.

Why a vibe-coder should care

Anyone building with AI can give their project a genuinely personal typeface without a paid subscription like Calligraphr. You iterate by talking to the agent: 'make it rounder', 'the g looks bad', 'give me WOFF2 and a CSS snippet for my website'.

Open on GitHub