Community-contributed dosing protocol templates for OwnPulse.
Each protocol is a single JSON file following the ownpulse-protocol/v1 schema:
{
"schema": "ownpulse-protocol/v1",
"name": "Protocol Name",
"description": "What this protocol is for",
"tags": ["category", "substance"],
"duration_days": 28,
"lines": [
{
"substance": "Substance Name",
"dose": 250,
"unit": "mcg",
"route": "SubQ",
"time_of_day": "AM",
"pattern": "daily"
}
]
}"daily"— every day"mwf"— Monday, Wednesday, Friday"eod"— every other day"weekdays"— Monday through Friday[true, false, true, ...]— custom per-day array
SubQ, IM, Oral, Topical, Nasal, IV
- Add a JSON file in the appropriate category directory
- Open a pull request
- CI validates the JSON and builds the combined release
Admin panel → Protocol Templates → Import from URL:
https://github.com/OwnPulse/protocols/releases/latest/download/combined.json
Or import individual protocol files directly in the app.
CC0 1.0 — public domain. Use these protocols however you like.