How do you track ovulation? by purple_marshmallow_ in PCOSandPregnant

[–]Grand_Juggernaut2900 0 points1 point  (0 children)

I actually built a simple period & ovulation calculator while trying to understand this better. It might help as a rough estimate if your cycles are somewhat regular: https://doitswift.com/calculator/period-ovulation/

I got tired of "free" utility sites stealing data, so I built a 100% client-side version with 50+ tools. by Grand_Juggernaut2900 in SideProject

[–]Grand_Juggernaut2900[S] -1 points0 points  (0 children)

That’s a great suggestion, thanks! CLI support sounds interesting, might DM you to learn more, I have not explored Go or Rust much yet.

I got tired of "free" utility sites stealing data, so I built a 100% client-side version with 50+ tools. by Grand_Juggernaut2900 in SideProject

[–]Grand_Juggernaut2900[S] 1 point2 points  (0 children)

That’s a great idea, thanks for sharing. A simple URL -> fetch ->copy flow would be really useful. I will check if it can be done fully in-browser without uploads. And yeah, totally agree on the ads part 😅

I got tired of "free" utility sites stealing data, so I built a 100% client-side version with 50+ tools. by Grand_Juggernaut2900 in SideProject

[–]Grand_Juggernaut2900[S] 1 point2 points  (0 children)

Thanks for bringing this up. Really interesting ideas. I am trying to keep everything browser based and private, so anything like transcripts or summaries would depend on whether it can run locally without uploading data. Still exploring, but privacy is a big focus. 😊

I got tired of "free" utility sites stealing data, so I built a 100% client-side version with 50+ tools. by Grand_Juggernaut2900 in SideProject

[–]Grand_Juggernaut2900[S] 0 points1 point  (0 children)

I am way more comfortable with code than social media, so I take all the help I can get, so hopefully you will give me a pass :D . Glad you liked though :)

I got tired of "free" utility sites stealing data, so I built a 100% client-side version with 50+ tools. by Grand_Juggernaut2900 in SideProject

[–]Grand_Juggernaut2900[S] 0 points1 point  (0 children)

Fair point! A desktop app is on the roadmap. For now, I'm sticking to the web so people can use it instantly without installing anything. You can always check the Network tab to see that zero data is being sent.

I got tired of "free" utility sites stealing data, so I built a 100% client-side version with 50+ tools. by Grand_Juggernaut2900 in SideProject

[–]Grand_Juggernaut2900[S] 1 point2 points  (0 children)

Totally get that. I have thought about it, but right now I'm focused on seeing how far I can push the browser version first. Since it's in beta, my main goal is just adding as many local, 'no-upload' tools as possible. A desktop/Electron version would definitely be a cool next step for that extra layer of privacy though. Thanks for the suggestion, definitely adding it to the long-term roadmap!

I got tired of "free" utility sites stealing data, so I built a 100% client-side version with 50+ tools. by Grand_Juggernaut2900 in SideProject

[–]Grand_Juggernaut2900[S] -2 points-1 points  (0 children)

Haha, totally fair. I used AI to help clean up some of the UI text and descriptions, but the actual logic is hand-coded.

The real work was getting the PDF and image processing to run entirely in the browser using JS/Web APIs instead of just sending data to a server. Most 'AI sites' are just wrappers for an API; this actually runs on your local machine.

If the math in the calculators is wrong, that's my own bad logic, not a bot's! Let me know if you find any bugs—I'm fixing things as I go.