A simple CLI tool that generates professional digital waiver pages for service businesses. Input your business details, get a complete HTML waiver page ready to host anywhere.
npx waiver-generator --business "Ink Masters Tattoo" --type tattoo --output waiver.htmlOr use interactively:
npx waiver-generator| Type | Includes |
|---|---|
tattoo |
Allergy disclosure, skin condition check, photo release |
salon |
Hair history, chemical sensitivity, style preferences |
fitness |
PAR-Q health screening, liability release, emergency contact |
lash |
Patch test acknowledgment, aftercare consent, eye sensitivity |
massage |
Health intake, contraindications, pressure preferences |
yoga |
Liability waiver, injury disclosure, experience level |
photo |
Usage rights, location consent, weather policy |
general |
Basic liability waiver with customizable sections |
# Generate a tattoo waiver
waiver-generator --business "Your Studio Name" --type tattoo
# Generate with custom fields
waiver-generator --business "Zen Yoga" --type yoga --fields "experience_level,injuries,emergency_contact"
# Output as JSON (for API integration)
waiver-generator --business "FitPro PT" --type fitness --format jsonGenerates a single, self-contained HTML file with:
- Mobile-responsive design
- All required legal language
- Checkbox fields for health disclosures
- Signature capture area
- Print-friendly layout
This CLI generates static HTML files. For live digital waivers with:
- ✅ E-signatures that are legally binding
- ✅ Automatic storage & retrieval
- ✅ Client pre-fill via text link
- ✅ Integration with your booking system
- ✅ Custom branding
Check out Apollyx — builds complete business pages (waivers, bookings, intake forms) in 60 seconds with AI.
npm install -g waiver-generatorOr use without installing:
npx waiver-generatorPRs welcome! Add new business types in /templates/ following the existing format.
MIT
Made by Apollyx — AI-powered pages for service businesses.