Skip to content

jojo-apollyx/waiver-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

waiver-generator

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.

Quick Start

npx waiver-generator --business "Ink Masters Tattoo" --type tattoo --output waiver.html

Or use interactively:

npx waiver-generator

Supported Business Types

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

Usage

# 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 json

Output

Generates 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

Want More?

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.

Installation

npm install -g waiver-generator

Or use without installing:

npx waiver-generator

Contributing

PRs welcome! Add new business types in /templates/ following the existing format.

License

MIT


Made by Apollyx — AI-powered pages for service businesses.

About

CLI tool to generate professional digital waiver pages for service businesses. Supports tattoo, salon, fitness, lash, massage, yoga, and photography.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors