Hey everyone
I’ve been working on a small but very practical problem in web apps — signature capture inside browsers.
In many document / form / editor projects, signature support usually means:
Heavy libraries
Custom canvas logic
Painful export to image
Hard framework integrations
So I decided to build something simple and framework-agnostic.
✨ What is AutographJS?
AutographJS is a lightweight JavaScript library that lets you:
✔ Capture handwritten signatures
✔ Export them as images
✔ Send directly to APIs
✔ Integrate fast into existing apps
Works well with:
React
Vue
Vanilla JS
Why I built it
While working on document and editor-related tools, I noticed signature capture is always re-implemented from scratch.
I wanted something:
Minimal
Flexible
Easy to drop into any project
Repository
You can check the source here:
https://github.com/GoodPHP/AutographJS
I’d love feedback from devs
Curious about real-world usage:
Do you build signature capture yourself?
Do you use external services?
Where is the biggest pain point today?
Any feedback helps shape the roadmap