Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BodyMind OS

Business operating system for independent massage therapists and bodyworkers.

What it does

  • Booking Page — Clients can book appointments 24/7
  • Calendar — See your schedule, navigate months, create bookings
  • Client CRM — Track client contact info, visit history, notes
  • Digital Intake Forms (Pro) — Health history with automatic contraindication flagging
  • SOAP Session Notes (Pro) — Subjective, Objective, Assessment, Plan documentation
  • CE Tracker (Pro) — Log continuing education hours, track state requirements
  • Revenue Dashboard — See income, retention, no-show rates

Live URL

https://ericjoye.github.io/bodymind-os/

Running Locally

No build step. No dependencies. Just open in a browser:

# Simple HTTP server
python3 -m http.server 8080
# Then open http://localhost:8080/

Pricing

Plan Price Features
Starter $0/mo Booking, calendar, CRM (20 clients), reminders
Pro $29/mo Everything + intake forms, SOAP notes, CE tracker, unlimited clients
Studio $49/mo Pro + multi-calendar for sublet spaces

License Key Format

Keys follow the pattern: BOMD-XXXX-XXXX-XXXX

Demo key for testing Pro: BOMD-DEMO-PRO2-2026

Tech Stack

  • Vanilla JavaScript (zero dependencies)
  • localStorage persistence (offline-first)
  • CSS custom properties (calming wellness aesthetic)
  • ~14 files, ~2,500 lines

File Structure

bodymind-os/
├── index.html          # Landing page
├── styles.css          # App styles
├── landing.css         # Landing page styles
├── README.md           # This file
├── BUILD-REPORT.md     # Build handoff
├── app/
│   ├── index.html      # App shell
│   ├── state.js        # State management + license
│   ├── license.js      # License gate
│   ├── app.js          # Main controller
│   ├── dashboard.js    # Dashboard + settings
│   ├── clients.js      # Client CRM
│   ├── calendar.js     # Calendar + booking
│   ├── intake.js       # Digital intake forms (Pro)
│   ├── notes.js        # SOAP session notes (Pro)
│   └── ce-tracker.js   # CE compliance tracker (Pro)
└── context/
    ├── avatar.md       # Buyer persona
    └── language-bank.md # Real buyer language

Known Limitations (Beta)

  • No backend server — all data stored in browser localStorage
  • API endpoints (Stripe webhook, claim-key) on GitHub Pages are static-only; need separate Vercel deploy for automated license fulfillment
  • License keys generated manually via node scripts/sign-license-key.js until Stripe webhook is deployed
  • Client-side license bypass possible (ECDC) — ECDSA P-256 signing makes forgery infeasible
  • No multi-device sync — data is per-browser
  • No email/SMS sending — reminders are UI-only

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages