Secure, password-gated document delivery and e-signature portal for Best Polity LLC managed services clients.
- Password-protected document portal — single-use access code per client
- Live proposal delivery — branded with Best Polity identity
- Statement of Work (PDF) — downloadable, CPA-ready with tax code citations
- Executive IT Dashboard preview — asset inventory, network topology, subscription tracking
- E-signature acceptance — freehand signature pad with CAPTCHA verification
- Timestamped acceptance record — stored locally, verifiable by both parties
- Tax treatment references — IRC §162, NY Tax Law §208/§612 linked
- Pure HTML/CSS/JS (zero dependencies)
- Canvas-based signature pad (mouse + touch + stylus compatible)
- GitHub Pages hosting
- No backend, no database, no API keys
- All state in localStorage
- Deploy to GitHub Pages
- Set
CORRECT_PASSWORDin the HTML - Update proposal content for each client
- Send client the URL and access code
/
├── index.html # Client portal (lock screen + proposal + e-sign)
├── dashboard-preview.html # Executive IT Dashboard preview
└── Statement-of-Work-Best-Polity-LLC.pdf # SOW deliverable
- Passwords set per-client, changeable between engagements
- No data transmitted to external servers
- Acceptance records stored client-side only
- CAPTCHA prevents automated acceptance
- Touch-safe with
touch-action: noneanduser-select: none
See Best Polity LLC internal SOP-013: Managed Services Delivery Protocol for full engagement lifecycle.
Best Polity LLC · william@bestpolity.com