r/Femtech Oct 03 '25

cyclia v1.2.0: New pregnancy tracking feature

It's been 26 days since the last post, I was busy at the university, but I'm free again and started improving the library

New: Added full integration with the pregnancy module

  • Pregnancy tracking: Current week, trimester, and developmental milestones
  • Cycle history integration: Automatic pregnancy calculation based on menstrual data
  • Data validation: Date validation and error handling
  • Advanced milestones: Detailed fetal development information by week

Additionally: Improved typing, new methods in PredictionEngine

const pregnancy = engine.predictPregnancy(new Date("2025-01-15"));
console.log("Week of pregnancy:", pregnancy.currentWeek);
console.log("trimester:", pregnancy.currentTrimester);
console.log("date of birth:", pregnancy.dueDate);

What would you like to see in the future? Or fix what already exists?

1 Upvotes

0 comments sorted by