Handbook Distribution & E-Signature: Prove Everyone Signed the Right Version
Deliver the correct handbook version per location and jurisdiction, have employees read and e-sign it, store the signed acknowledgment with a version hash, and track completion — with HR approving who gets which version before anything goes out.
A web tool where HR maps handbook versions to audiences and approves the pairing, employees receive and read the correct version for their location, e-sign with a timestamp and version hash, the signed record is stored and certified, completion is tracked to a deadline, and you can export a signatures CSV by version and location on demand.
Before you start
- A Supabase account (free)
- A Vercel account (free)
- A Resend account (free)
- Your handbook versions per location/jurisdiction (PDF or markdown)
- Your employee-to-location roster (CSV or Google Sheet)
- Your acknowledgment / e-signature wording
- Claude Code or any AI coding agent
The problem this kills
Your handbook isn't one document — it's a base policy plus a stack of jurisdiction addenda, and the version a warehouse worker in one state must sign is not the version a salaried manager in another state should get. So every rollout becomes a spreadsheet nightmare: HR emails PDFs, chases people for weeks, collects scanned signature pages, and tries to reconcile who signed what against a roster that's already out of date. Then a complaint or an audit lands and someone asks the question you dread: can you prove this employee acknowledged the current handbook for their location? — and you're digging through inboxes hoping the signature page that comes back is for the right version.
It's slow, it's manual, and the risk is real: an employee signs an outdated addendum, a new hire never gets asked at all, or you update a policy and have no clean way to re-collect signatures only from the people it affects. You don't need a six-figure HR platform to fix this, and you don't need to be a developer.
What you'll build
A simple internal web tool. HR uploads each handbook version (base + jurisdiction addenda) and imports the employee-to-location roster. The tool figures out which version each employee should receive based on their location/jurisdiction, and HR reviews and approves that mapping and the exact acknowledgment wording before anything goes out — nothing distributes on autopilot. Employees get a secure link, read their correct version in the browser, and e-sign. The tool captures the signature with a timestamp and a version hash (a fingerprint that proves exactly which file they signed), stores the signed record, and shows HR a live completion dashboard against the deadline. When you materially update a version, the tool knows whose acknowledgment is now stale and re-collects only from them. At any time you can export a signatures CSV by version and location for your auditor.
What's inside the Implementation Plan
The downloadable plan is a step-by-step file you paste into an AI coding agent. It opens by interviewing you about your business — how many handbook versions and jurisdictions you maintain, how your roster names locations and employee IDs, your exact acknowledgment wording, your completion deadline and reminder cadence, who must approve the version-to-audience mapping, and the messy edge cases (multi-state employees, new hires, leaves of absence, mid-cycle policy updates) — and then it tailors the data model, the version-matching rules, and every later step to your answers. This is not a generic template; the agent reflects a short spec back to you and waits for your thumbs-up before it builds anything. From there it walks the agent through the version upload, the roster import, the mapping-and-approval gate, the employee read-and-sign screen, the version-hash capture, the completion dashboard, reminder emails, re-collection on updates, and the audit-ready CSV export — each step with a ready-to-copy prompt. There's also a fallback so you can build and run the whole thing today with just a Google Sheet and a CSV — no integration to your HRIS required.
The governance it includes (this is the point)
This is an evidence tool — its whole value is being able to prove the right person signed the right version — so it ships with the controls a defensible process needs: login so only your HR team can administer it, row-level security so you only ever see your own organization's employees and signatures, a complete audit trail of who mapped, approved, distributed, signed, and certified — and when, a hard human-approval gate so HR signs off on which version goes to which audience and on the acknowledgment wording before a single email goes out, and duplicate guards keyed on employee ID + handbook version so the same person can't be double-counted or double-collected. Each signed record stores a version hash and timestamp so an acknowledgment is locked to the exact document the employee saw.
Who it's for
HR generalists, HR managers, and compliance leads at multi-location companies who maintain different handbook addenda by jurisdiction and are tired of reconciling signature pages by hand. If you can describe which employees get which version, you can build this.
You've got this — start with the plan, paste the first prompt, answer the interview, and you'll watch your version-to-employee mapping and live completion tracker take shape the same afternoon.