The public site and legal documents for the PerioMaxer iOS / macOS app.
- Site: https://smilemaxer.com
- App: PerioMaxer — voice-powered periodontal charting
- Source of the app: private
| Path | File |
|---|---|
/ |
index.html — landing page |
/about |
about.html — about the maker |
/eula |
eula.html — renders EULA.md |
/privacy |
privacy.html — renders PRIVACY.md |
/terms |
terms.html — renders TOS.md |
The three .md files are the source of truth — the HTML pages fetch and render them client-side with marked.js, so when you update a policy in Markdown, the site picks it up automatically on the next load.
This repo is served via GitHub Pages, mapped to the custom domain smilemaxer.com (see CNAME). A .nojekyll file disables Jekyll processing so files like assets/ are served verbatim.
- Repo → Settings → Pages
- Source: Deploy from a branch
- Branch:
main· Folder:/ (root) - Custom domain:
smilemaxer.com - Enable Enforce HTTPS once the cert provisions (can take ~15 min).
See DNS-SETUP.md for the exact records to paste into Namecheap.