u/shahzaib_sultan

I built a small system to remember people better because I wanted to become more thoughtful

I’ve been trying to become better at remembering the small details people share with me.

Not just birthdays, but things like:

\- what someone is going through

\- what they are excited about

\- food preferences

\- gift ideas

\- follow-ups I should remember

\- small personal details from conversations

I realized that forgetting these things doesn’t always mean we don’t care. Sometimes life is busy, our mind is overloaded, and small details slip away.

So I started building a simple private system for myself, and it turned into an Android app called Nearfolks.

The idea is simple: a private relationship notebook where you can save notes about people, organize them into circles, set reminders, and refresh your memory before meeting someone again.

I built it with privacy in mind:

\- no account

\- no cloud

\- no tracking

\- works offline

\- data stays on your phone

There is a free version, and the upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

I’m not trying to turn relationships into a productivity hack or a sales CRM. I just wanted a gentle way to remember people better and show up more thoughtfully.

Would you use something like this, or do you already have your own method for remembering people and follow-ups?

reddit.com
u/shahzaib_sultan — 2 hours ago

Nearfolks — a private relationship notebook for remembering people better

Hey everyone,

I recently launched my Android app called Nearfolks.

Nearfolks is a private relationship notebook that helps you remember small details about people in your life — birthdays, interests, gift ideas, follow-ups, personal notes, and things mentioned in conversations.

It is built for people who want to maintain relationships more thoughtfully without using a sales CRM or cloud-based contact app.

Main features:

- add people

- write notes

- organize people into circles

- set reminders

- refresh your memory before meeting someone

Privacy-first:

- no account

- no cloud

- no tracking

- works offline

- data stays on your phone

There is a free version, and the paid upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

I’d love feedback on the idea, positioning, and app store presentation.

Google Play:

https://play.google.com/store/apps/details?id=com.nearfolks.notebook

u/shahzaib_sultan — 7 hours ago

Closed testing worked fine, but production release was blocked because of SQLCipher 16 KB page size support

Hey everyone,

I recently published my Android app Nearfolks on Google Play and wanted to share one release lesson that might help other Android developers.

Nearfolks is a private relationship notebook app. It lets users save notes about people, organize them into circles, set reminders, and remember small personal details before meeting someone again.

The app is privacy-first:

- no account

- no cloud

- no tracking

- offline-first

- data stays on the user’s device

The app has a free version, and the upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

The interesting part was the release process.

The same build worked fine during closed testing, but when I moved toward production, Play Console blocked the release because of an older SQLCipher native dependency that did not support Android 16 KB memory page sizes.

After updating the SQLCipher dependency and rebuilding the app, the production blocker was fixed.

For developers here:

- Have you seen production checks catch things that closed testing didn’t?

- Do you now check native dependencies before release?

- Are there other Play Console production checks that new developers should prepare for early?

App link:

https://play.google.com/store/apps/details?id=com.nearfolks.notebook

u/shahzaib_sultan — 22 hours ago
▲ 4 r/startups_promotion+1 crossposts

I launched a privacy-first Android app with a one-time upgrade model instead of subscription

​

Hey r/appbusiness,

I recently launched my Android app called Nearfolks.

It’s a private relationship notebook that helps people remember the small details about the people in their life — birthdays, interests, personal notes, follow-ups, gift ideas, and things mentioned in past conversations.

The core idea is simple: not every “relationship management” tool needs to be a sales CRM. Some people just want a private, personal place to remember friends, family, community members, clients, and people they genuinely care about.

I positioned it around privacy and simplicity:

- no account

- no cloud

- no tracking

- works offline

- data stays on the user’s phone

For monetization, I avoided subscriptions because I felt this kind of personal app should have low friction.

The app has a free version, and the upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

I’m now trying to think through the business side:

- Is “private relationship notebook” clear enough positioning?

- Would you market this as a personal CRM, relationship journal, memory notebook, or something else?

- Is a one-time purchase model a mistake for this type of app, or does it fit the privacy-first positioning?

- What acquisition channels would you test first for an app like this?

Google Play:

https://play.google.com/store/apps/details?id=com.nearfolks.notebook

u/shahzaib_sultan — 15 hours ago

I published my side project after building it for a tiny social problem I kept having

I kept forgetting small details about people I care about.

Not the huge things, but the context that makes you show up better: what someone was stressed about, what they were excited for, food preferences, things they mentioned in passing.

So I built Nearfolks, a private relationship notebook for Android.

It lets you add people, write notes after conversations, organize them into circles, set reminders, and quickly refresh your memory before meeting someone again.

The constraints mattered a lot to me:

- no account

- no cloud

- no tracking

- works offline

- everything stays on your phone

There’s a free version, and the paid upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

I just got it published on Google Play, which feels surreal after dealing with release/testing/Play Console fun.

I’m curious from other builders: would you position this as a “personal CRM”, a “relationship notebook”, or something else?

Link: https://play.google.com/store/apps/details?id=com.nearfolks.notebook

u/shahzaib_sultan — 22 hours ago

I published my Android app: a local-first relationship notebook

Assalamu alaikum,

I recently published my Android app Nearfolks on Google Play.

It’s a private relationship notebook: add people, write notes after conversations, organize them into circles, set reminders, and remember small details before meeting someone again.

Tech-wise, it’s a Flutter app with local encrypted storage, Riverpod, local notifications, and Play Billing for one-time upgrades.

Some release lessons:

- Play Console production checks are stricter than closed testing

- old native dependencies can block release

- I hit the Android 16 KB memory page size issue through SQLCipher

- updating the SQLCipher dependency fixed the production blocker

Privacy was the main product decision:

- no accounts

- no cloud

- no tracking

- offline-first

The app has a free version, and the upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

I’d appreciate feedback from Muslim devs on both the product idea and the technical direction. Is this something you’d trust/use, and what would make it feel more credible?

Link: https://play.google.com/store/apps/details?id=com.nearfolks.notebook

u/shahzaib_sultan — 1 day ago

Finally got my Android app published after fixing a Play Console production blocker

Hey everyone,

I recently got my Android app Nearfolks published on Google Play after dealing with a production release issue.

The app is a private relationship notebook. It helps users remember small details about people in their life, add notes after conversations, organize people into circles, set reminders, and refresh their memory before meeting someone again.

Privacy was the main product decision:

- no account

- no cloud

- no tracking

- works offline

- data stays on the user’s device

The app has a free version, and the upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

One issue I faced during release was that the APK/AAB worked fine in closed testing, but production checks blocked it because of an older SQLCipher native dependency related to Android 16 KB memory page size support. Updating the dependency and rebuilding fixed the issue.

For other developers here:

- Do you usually face stricter checks when moving from closed testing to production?

- Is there anything else I should double-check after a first production release?

- Any tips for avoiding future Play Console surprises?

App link:

https://play.google.com/store/apps/details?id=com.nearfolks.notebook

u/shahzaib_sultan — 1 day ago

Nearfolks: a private relationship notebook for remembering people better

Hi all,

I just published Nearfolks, an Android app for people who want to remember the little things about the people in their life.

The idea is simple: after a conversation, you can jot down notes about someone, add birthdays/reminders, organize people into circles, and get a quick refresher before meeting them again.

I built it to be intentionally private:

- no login

- no cloud sync

- no tracking

- fully offline

- data stays on-device

It’s not meant to be a sales CRM. It’s more like a personal notebook for relationships, friends, family, community, and people you genuinely want to show up for.

There’s a free version, and the paid upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

Would love feedback on the app idea, store positioning, and whether the wording makes the use case clear.

Google Play: https://play.google.com/store/apps/details?id=com.nearfolks.notebook

u/shahzaib_sultan — 1 day ago

I launched a privacy-first app to help people remember and maintain relationships better

Assalamu alaikum everyone,

I recently launched an Android app called Nearfolks.

The idea came from something simple: I wanted to be better at remembering the small details people share with me. Not just birthdays, but things like what someone is going through, what they’re excited about, preferences, follow-ups, and personal notes from conversations.

Nearfolks is a private relationship notebook. You add people, write notes, organize them into circles, set reminders, and refresh your memory before meeting them again.

I built it with privacy as a core value:

- no accounts

- no cloud

- no tracking

- works offline

- everything stays on your phone

The app has a free version, and the upgrade is a one-time optional purchase for unlimited people, extra themes, and backups. No subscription.

I know it isn’t an “Islamic app” directly, but the motivation is very connected to keeping ties, being thoughtful, and remembering people with care.

Would love feedback from Muslim founders/builders on the positioning and whether this is a useful problem to focus on.

Link: https://play.google.com/store/apps/details?id=com.nearfolks.notebook

u/shahzaib_sultan — 2 days ago

Hi all,👋

I'm a solo (low-code) founder and I just shipped Nearfolks — an Android app that helps you remember what the people in your life share with you. Birthdays, hobbies, gift ideas, "ask them about their mom's surgery next week" — the small stuff that makes relationships feel seen.

The core promise: every byte stays on your device.

  • No servers. No accounts. No analytics. No Firebase.
  • No AI. The act of writing things down is the feature.
  • No subscriptions. One-time purchase, or stay free forever.
  • Database is encrypted at rest (SQLCipher AES-256, key in Android Keystore).

What's in it:

  • People with circles (Inner / Close / Extended / Pro / Acquaintance) — each circle has its own check-in cadence, so the app gently glows amber when you haven't talked to someone in a while
  • Notes linked to one or more people, with a calendar view + "Upcoming" view (birthdays, reminders, overdue check-ins)
  • Tags 2.0 — categorized (Gift Ideas, Food, Family, Work, Travel, Health, Ask About This)
  • Smart Prep — 30 min before a calendar event with someone in your notebook, you get a notification with the last 3 notes on them
  • Voice notes (on-device STT only)
  • Relationship Timeline — a vertical chronological history per person
  • "Prep Me" button — instant summary card before calling someone
  • Recurring reminders (call Mom monthly, meet Ali quarterly)
  • Memory Quizzes — spaced repetition cards from your own notes
  • 17 themes (3 free, the rest unlock with Plus/Pro)

Pricing:

  • Free: unlimited people, 3 notes per person
  • Plus ($4.99 once): unlimited notes, pinned notes, advanced search, auto-backup, more themes
  • Pro ($8.99 once): timeline, prep-me, recurring reminders, voice, mood tags on notes, all themes
u/shahzaib_sultan — 24 days ago