Hi everyone,
I wanted to share a project I recently started working on called Tend (Android app built to help you automate the scheduling of your social life).
The idea originally came from a discussion on r/fossdroid about how hard it is to keep in touch with friends and extended family without relying on bloated, cloud-based business CRMs.
Most "Personal CRM" apps require you to upload your contacts to a random server. I wanted something that was 100% offline, private, and simple.
What it does
You can think of it as setting up cron jobs for your relationships.
- Contact Cards: Create dedicated profiles for people you want to keep up with (Name, notes, phone, socials, etc.).
- Custom Frequency: Set a "check-in" schedule (e.g., every 14 days, monthly, quarterly).
- Smart Reminders: The app will notify you when it's time to reach out.
- 100% Offline: Everything is stored locally on your device via SQLite/Room. No accounts, no telemetry, no cloud sync.
Since this is in the initial development phase, I’m looking for feedback on the features and the UI.
Repository
GitHub: https://github.com/jksalcedo/tend
Codeberg: https://codeberg.org/jksalcedo/tend
I'm definitely not the target audience for this, but I know a lot of people who would love something like this. Please continue to post updates now and then!
Long term, it'd be cool to see iOS support as well, though that's not easy to do. Since it's still in early development, I'm curious if that's on your radar. If not, makes sense of course. Just throwing that out there since you're asking for feedback.
I will post an updates throughout the development.
iOS app is feasible but I've never really developed an iOS app. This could be the start I think.