
I made my own period app
721 words • 3 min to read
![]()
TL;DR
Clue started getting on my nerves, so I made my own alternative, Hema. It’s a free, open-source web app that works offline. You can export and import your data as a JSON file.
What I made

A super simple progressive web app called Hema (from the Greek αίμα, aima → hema, meaning “blood”).
You can quasi “install” it and use it offline, even though it’s technically a website. You can export and import your data as JSON. Thankfully Clue also exports JSON, so all my periods from the past 9 years are already in it. You can’t import Clue exports directly into Hema (yet), but it’s trivial to hand the file to an LLM and ask it to convert it to Hema’s much simpler format.
It has everything I need and nothing I don’t:
- A calendar where you log your period with a single tap. No menus, no save buttons.
- Optional flow heaviness (tap again to adjust), shown as taller and shorter bars.
- A log page to see previous periods and visually compare their duration.
- Fertile window prediction you can turn off.
- Monday as the default start of the week (or Sunday, one tap).
- The ability to exclude atypical periods so they don’t mess up predictions.
What’s the catch?
- No notifications. I haven’t found a reliable way to make PWA notifications work (even though it’s supposedly possible).
- You have to remember to back up your data; it can’t happen automatically.
Why I made it
I’ve been using Clue for almost 10 years. When I first started, it was pretty good. What stood out at the time was the neutral styling: red for blood, blue for ovulation, no flowers, stickers, or cutesy pink graphics. Every other period app looked too childish for my taste.
The deterioration of Clue
But over the years it slowly became enshittified.
Full-screen premium pop-ups every time I opened the app were one thing (devs have to make money after all, that’s fair). But then came a “content” tab with articles like “Where is the clitoris?” (which, considering the target audience, I find infantilizing), constant promos for new features I didn’t want, surveys, and partnerships with hardware I wasn’t using.

But what really made me think “I’m gonna make my own fucking app” was the notifications like “It is now your luteal phase! Find out what’s happening”, which you can’t turn off without also disabling the period prediction reminders.
Meanwhile, every few updates, features I liked disappeared. For example, flow intensity used to be represented by taller and shorter bars in the calendar—now it’s color-coding that’s harder to parse at a glance. You used to be able to compare cycle lengths visually; that vanished too. And still no way to set Monday as the first day of the week!
All in all, I was getting more and more frustrated with Clue, until this weekend, when I told myself enough is enough and got to work with Cursor.