HRT Recorder Web — A privacy-focused, web-based tool for simulating and tracking estradiol levels during Hormone Replacement Therapy (HRT).
HRT Recorder Web(HRT 网页记录工具)——一个注重隐私的网页工具,用于在激素替代疗法(HRT)期间模拟和追踪雌二醇水平。
The pharmacokinetic algorithms, mathematical models, and parameters used in this simulation are derived directly from the HRT-Recorder-PKcomponent-Test repository.
本模拟中使用的药代动力学算法、数学模型与相关参数,直接来源于 HRT-Recorder-PKcomponent-Test 仓库。
We strictly adhere to the PKcore.swift and PKparameter.swift logic provided by @LaoZhong-Mihari, ensuring that the web simulation matches the accuracy of the original native implementation (including 3-compartment models, two-part depot kinetics, and specific sublingual absorption tiers).
我们严格遵循 @LaoZhong-Mihari 提供的 PKcore.swift 与 PKparameter.swift 中的逻辑,确保网页端模拟与原生实现在精度上保持一致(包括三室模型、双相肌注库房动力学以及特定的舌下吸收分层等)。
-
Multi-Route Simulation: Supports Injection (Valerate, Benzoate, Cypionate, Enanthate), Oral, Sublingual, Gel, and Patches.
多给药途径模拟:支持注射(戊酸酯 Valerate、苯甲酸酯 Benzoate、环戊丙酸酯 Cypionate、庚酸酯 Enanthate)、口服、舌下、凝胶以及贴片等多种给药方式。
-
Real-time Visualization: Interactive charts showing estimated estradiol concentration (pg/mL) over time.
实时可视化:通过交互式图表展示随时间变化的雌二醇估算浓度(pg/mL)。
-
Sublingual Guidance: Detailed "Hold Time" and absorption parameter (θ) guidance based on strict medical modeling.
舌下服用指导:基于严格的医学建模,提供详细的"含服时间(Hold Time)"与吸收参数(θ)参考。
-
Privacy First: All data is stored entirely in your browser's
localStorage. No data is ever sent to a server.隐私优先:所有数据都完全存储在你浏览器的
localStorage中,绝不会发送到任何服务器。 -
Internationalization: Native support for Simplified Chinese, English, Cantonese, Russian, Ukrainian, and more.
多语言支持:原生支持简体中文、英语、粤语、俄语、乌克兰语等多语言界面。
This project is built with React and TypeScript, bundled with Vite.
本项目基于 React 与 TypeScript 构建,使用 Vite 打包。
-
Clone the repository 克隆仓库
git clone https://github.com/SmirnovaOyama/Oyama-s-HRT-Tracker.git cd Oyama-s-HRT-Tracker -
Install dependencies 安装依赖
# using npm npm install # or using pnpm pnpm install
-
Start the dev server 运行项目
npm run dev # or: pnpm devThen open http://localhost:3000 in your browser.
然后在浏览器中打开 http://localhost:3000。
You are very welcome to deploy this application to your own personal website, blog, or server!
我们非常欢迎你将此应用部署到自己的个人网站、博客或服务器上!
We want this tool to be accessible to everyone who needs it. You do not need explicit permission to host it.
我们希望所有需要这款工具的人都能方便地使用它。你无需额外获得授权即可自行托管与部署。
Attribution Requirement 署名要求
If you deploy this app publicly, please: / 如果你将该应用公开部署,请:
-
Keep the original algorithm credits: Visibly link back to the HRT-Recorder-PKcomponent-Test repository.
保留原始算法的鸣谢信息:在显眼位置添加指向 HRT-Recorder-PKcomponent-Test 仓库的链接。
-
Respect the license: Ensure you follow any licensing terms associated with the original algorithm code.
遵守许可协议:确保你遵循原始算法代码所适用的全部许可条款。
I wish you a smooth transition and Happy Estimating! 🏳️⚧️
祝你性转顺利,快乐估测(>^ω^<)
同时,祝所有用此 webapp 的停经期女性身体健康 ❤️ At the same time, I wish good health to all the women using this web app who are going through menopause. ❤️
- 2FA
本项目遵守 MIT License。See LICENSE for details.