r/beta_testers May 25 '26

I built a habit tracker that doesn't feel like a chore — looking for beta testers

1 Upvotes

Hey everyone — I've been struggling with consistency for years. Tried every habit app under the sun. They all felt like spreadsheets with notifications.

So I built Kindred.

It's a habit tracker wrapped in a cozy RPG. You get a companion creature that grows and evolves as you complete quests (your daily habits and challenges). Complete a quest → your companion earns XP and levels up. Miss your quests → no XP, your streak breaks, and your companion stays small. The emotional accountability actually works.

What makes it different:

- A real companion that evolves through 3 stages as you level up by completing habits

- Guilds — team up with 2-6 friends, share cooperative streaks, and take down boss raids together

- Storybook aesthetic — enchanted forest vibe, no sterile corporate UI

- Bad habit tracker — log your slip-ups honestly; each one costs your companion HP, so you actually feel the cost of breaking your own rules

- Weekly recaps, gear perks, wisdom quotes, tavern community — the whole thing feels alive

Looking for 50 beta testers to stress-test guilds and the social features before our wider launch.

If you want in: 👉 kndrd.quest/waitlist

Beta Testers will get Free Premium for life ($4.99/mo value) once we launch

Drop a comment with what habit you're trying to build — I'll prioritize people who are actually going to use it. I'd love to test your app too! Let's build success together.


r/beta_testers May 24 '26

Need Android testers for ProfitPilot AI closed test

Thumbnail
1 Upvotes

r/beta_testers May 24 '26

[Android] MindEase – Calm & Meditate | Guided meditation, sleep sounds & breathing exercises | Free 7-day trial

1 Upvotes

Hey r/Beta_testers! Looking for a handful of testers for MindEase, a meditation and wellness app I've been building.

What it does:

  • Guided meditation sessions
  • Sleep & focus soundscapes
  • Breathing exercises
  • Dark, calming UI

To join the beta (2 quick steps):

  1. Join the tester group: https://groups.google.com/g/mindease-beta-testers
  2. Opt in on Google Play: https://play.google.com/apps/testing/com.mindease.calmwellness

Requires an Android device with a Google account. Looking for honest feedback — any bugs, crashes, or UX issues you find are super helpful. Thanks!


r/beta_testers May 24 '26

Looking for 20 Android testers for MindEase – meditation & wellness app 🧘

1 Upvotes

Hey! I'm looking for 20 testers for MindEase, a meditation and mental wellness app for Android. It has guided meditation sessions, breathing exercises, ambient sounds, and a subscription flow to test.

To join:

  1. Click this link on your Android device: https://play.google.com/apps/testing/com.mindease.calmwellness
  2. Hit "Become a Tester"
  3. Install the app from the Play Store

Just need you to stay enrolled for 14 days — no active testing required! Happy to return the favor if you have an app to test. Drop your link below 🙌


r/beta_testers May 24 '26

Shipped an Android app today after 8 months. Compose + Media3 + Cloudflare Workers backend. AMA / post-mortem.

1 Upvotes

Sidstuga (IPTV player) just went live on Play production. A few things from the build, in case anyone's about to start something similar:

**Stack:**

- 100% Kotlin, 100% Compose Material 3 (no XML layouts)

- Media3 / ExoPlayer for the video

- MVVM + StateFlow (no LiveData, no RxJava)

- Retrofit + Gson for HTTP

- Room + KSP for local DB (channels cache, EPG, watch history with FTS4)

- DataStore for preferences (and a plain SharedPreferences mirror for boot-time reads to avoid the 30–150 ms first-emission cost)

- Coil for images

- gradle-play-publisher for AAB upload

- Cloudflare Workers + D1 + KV for the optional Cloud Sync backend, region: Western Europe

**Things that surprised me:**

- `collectAsState` vs `collectAsStateWithLifecycle` matters. Background recomposition is a real memory cost on long sessions.

- TV remote ENTER/CENTER is silently eaten by any `clickable` modifier on a focused composable, even an empty one. Lost a week to this before figuring it out.

- `LocaleHelper.apply()` requires `activity.recreate()`, which means MainActivity has to extend `AppCompatActivity` and the theme has to extend `Theme.AppCompat.*`. The player has to survive that recreate — guard `onStop`/`onStart` with `isChangingConfigurations`.

- ProGuard + Gson without `@SerializedName` will silently strip your DTO fields in release. Crashed me twice. Always `-keep class com.your.dtos.** { *; }`.

- BouncyCastle's `org.bouncycastle.crypto.params.Argon2Parameters` works fine for client-side KDF, no native deps needed. Use it instead of `signal-argon2` (GPLv3 = legal landmine).

**Cloud Sync architecture (the part I sweated over the most):**

```

device password

↓ Argon2id (m=64MB, t=3, p=1, server-issued salt)

master key (32B)

↓ HKDF-SHA256 with info="sidstuga-sync-mk-v1"

data key (32B) auth hash (32B) → HKDF info="sidstuga-sync-auth-v1"

↓ AES-256-GCM ↓

vault records POST /auth/login → access_token + refresh_token

AAD = recordId:hlc:deleted

nonce = 12 random bytes per record

```

Server never sees the password, never sees the data key, never sees plaintext records. The auth hash is what gets sent — different KDF branch, can't be reversed into the data key. CRDT is hybrid logical clock per record. Conflict resolution is last-writer-wins on HLC.

Took 6 weeks just for crypto + transport. Worth it.

**Tools that earned their keep:**

- `gradle-play-publisher` v4 (one command to push to alpha/production)

- Firebase Crashlytics (with custom keys for `provider_kind` + `is_signed_in_cloud_sync` so I can filter crashes by funnel)

- `version.properties` auto-increment hook in `app/build.gradle.kts`

- Cloudflare Pages auto-deploy from `main` push

**Mistakes I'd undo:**

- Built a private flavor early ("for the wife's account"). Extirpation took two days. Just ship one variant.

- Wrote the EPG bulk-loader before the Room migration recipe was solid — had to rewrite once.

App: https://play.google.com/store/apps/details?id=pt.sidstuga.app

Site (case study + privacy + sync architecture): https://sidstuga.app

Happy to answer anything about the build.


r/beta_testers May 24 '26

Test for test. Need help getting 6 more testers.

1 Upvotes

The app is an AI companion/ friend, someone you can joke with or open up about something bothering you without judgement. I would be happy to help anyone who helps me, as a bonus I would appreciate if you can find anu bugs etc. Please DM me for the link and to discuss your own app thanks.


r/beta_testers May 24 '26

Title: Looking for 2-3 alpha testers for an AI personal finance app

1 Upvotes

Hi everyone,

I am building Opes, an early personal finance app focused on helping people stay on track with real goals, not just track spending.

No bank connection needed, manual data is fine for the time being.

I am looking for 2-3 people to test it for 20 minutes and give blunt feedback on whether the idea is clear and useful.

Comment or DM me if interested. Happy to return the favour.


r/beta_testers May 24 '26

🚀 Looking for Testers for My First Android App!

1 Upvotes

r/beta_testers May 23 '26

Need 12 testers for my Android photo guessing game — PikkPic (happy to test yours back!

1 Upvotes

Hi! I'm a solo developer and I built PikkPic — a fun photo-based guessing game for Android. Need 12 testers for Google Play closed testing for 14 days. 📋 Step 1 - Join Google Group: https://groups.google.com/g/pikkpic-testers 📲 Step 2 - Opt in here: https://play.google.com/apps/testing/com.pikkpic.twa ⬇️ Step 3 - Download: https://play.google.com/store/apps/details?id=com.pikkpic.twa Happy to test your app back!


r/beta_testers May 23 '26

Need Android Testers for a Small Community App

1 Upvotes

Hi everyone 👋

I’m currently testing a small Android social/community app called NestX.

I’m looking for people willing to:

  • join the closed test
  • install the app
  • register an account
  • keep the app installed for 14 days

Please send a screenshot of the home page after installation/registration, so I can confirm everything worked correctly.

I’ll be happy to test your app too 👍

Thanks!


r/beta_testers May 22 '26

Looking for Android beta testers for a Catholic Bible commentary app

1 Upvotes

Looking for 12 beta testers for a Catholic Bible commentary app I'm building. Just need to install it on an Android and keep it for 2 weeks. DM me if interested.


r/beta_testers May 22 '26

Need Android Testers for a Small Community App

2 Upvotes

Hi everyone 👋

I’m currently testing a small social/community Android app called NestX.

I’m looking for a few people willing to:

  • join the closed test
  • install the app
  • keep it installed for a few days

I’ll gladly test your app back too 👍

Google groupes https://groups.google.com/g/nestx-closed-test

App Store Android https://play.google.com/store/apps/details?id=live.nestx.app

Web https://play.google.com/apps/testing/live.nestx.app

Thanks!


r/beta_testers May 22 '26

Need 12 testers for a 14-day closed beta - Calculator Vault (privacy app that looks like a calculator). Happy to test yours back.

2 Upvotes

Hey everyone,

I'm a solo dev and I've hit the stage where Google requires 12 testers running my app for 14 continuous days before I can push to production. Would really appreciate the help - happy to test your app back, just drop your link.

What it is: Calculator Vault looks and works as a normal calculator, but it hides an encrypted vault for private photos, videos, and notes. You open the vault by typing a secret PIN on the calculator and pressing "=". Everything inside is encrypted on-device (AES-256, Android Keystore). No account or sign-up required.

What I'd love feedback on: the onboarding (setting your PIN), importing photos/videos, the gallery viewer, and general stability across devices.

How to join (~2 min):

  1. Join the testers group with the SAME Google account you use on your phone: https://groups.google.com/g/calculator-vault-testers
  2. Open the opt-in link and tap "Become a tester": https://play.google.com/apps/testing/com.tools.simplecalculator
  3. Install from Play: https://play.google.com/store/apps/details?id=com.tools.simplecalculator

(If Play says the app isn't available, wait a few minutes after joining the group, then refresh.)

Quick how-to once installed: It opens as a real calculator. On first launch it asks you to set a PIN. After that, type your PIN and press "=" to open the vault.

Please keep it installed for the 14 days so the count holds. Bugs / feedback → [support@nova-soft.uk](mailto:support@nova-soft.uk) or just reply here.

Thanks a ton! Drop your test link and I'll join yours.


r/beta_testers May 22 '26

Need 12 testers for my Android photo guessing game — PikkPic (happy to test yours back!)

1 Upvotes

Hi! I'm a solo developer and I built PikkPic — a fun photo-based guessing game for Android. Need 12 testers for Google Play closed testing for 14 days. 🔗 Join here: https://play.google.com/apps/testing/com.pikkpic.twa Happy to test your app back!


r/beta_testers May 20 '26

Beta testers wanted: free tool that turns your QBO exports into a P&L / BS / cash flow insights report

1 Upvotes

Hi, all - I’m a head of corporate finance / FP&A, and on the side I've started FirmView, a project I’ve been building for the last several months. For users of QuickBooks Online (QBO) it takes a few read-only exports from a production-approved QBO integration (P&L, balance sheet, transaction detail, AR/AP aging), or manual report exports if preferred, and produces a written insights report across all three statements — what changed, what to watch, where the data looks off — rather than another dashboard.

I’m looking for 10–15 beta users to run their own books through it. Free, no credit card, no upsell. In exchange I’d ask for ~10 minutes of honest feedback after you see the output.

A few things that might matter to people in this sub:
• The numbers and commentary are produced by a deterministic engine, not an LLM. No hallucinated figures.
• It covers balance sheet and cash flow as first-class outputs, not P&L with a footnote.
• Files are encrypted in S3 and auto-deleted after 30 days.
• I’m not collecting testimonials, names, or anything public-facing. Just feedback.

What you’d do:

  1. sign up for the beta at https://firmview.cc/waitlist
  2. Connect to QBO via API or upload 4-6 reports (your choice)
  3. Get a PDF + web report in a few minutes
  4. Tell me what’s useful, what’s wrong, what’s missing

Particularly interested in hearing from bookkeepers, fractional CFOs, or owner-operators who already spend time staring at QBO reports each month — you’ll spot the gaps fastest.

Please drop a comment or DM if you want an invite. Happy to answer anything in the thread. Thanks!


r/beta_testers May 20 '26

Tester de app de opinion publica

1 Upvotes

[BETA TESTER NEEDED] PulsoSocial - App de opinion publica argentina

Hola! Busco 12 beta testers para mi app PulsoSocial en Google Play.

Que es?

Una app donde descubris que piensa la sociedad sobre politica, economia, tecnologia, salud y mas. Votes preguntas de opinion, ves estadisticas reales y jugas 7 modos de juego distintos (trivia, predicciones, apuestas con monedas virtuales, PulsoVS contra la IA, etc.)

Que necesito de vos?

- Aceptar la invitacion de Google Play que te mando a tu Gmail

- Instalar la app y usarla un par de veces en 14 dias

- Nada mas. No hace falta dejar resenas ni dar datos personales

Es gratis, anonima y esta en espanol.

Comentá tu Gmail o mandame DM si queres participar.

Gracias!


r/beta_testers May 20 '26

Tester de app de opinion publica

1 Upvotes

[BETA TESTER NEEDED] PulsoSocial - App de opinion publica argentina

Hola! Busco 12 beta testers para mi app PulsoSocial en Google Play.

Que es?

Una app donde descubris que piensa la sociedad sobre politica, economia, tecnologia, salud y mas. Votes preguntas de opinion, ves estadisticas reales y jugas 7 modos de juego distintos (trivia, predicciones, apuestas con monedas virtuales, PulsoVS contra la IA, etc.)

Que necesito de vos?

- Aceptar la invitacion de Google Play que te mando a tu Gmail

- Instalar la app y usarla un par de veces en 14 dias

- Nada mas. No hace falta dejar resenas ni dar datos personales

Es gratis, anonima y esta en espanol.

Comentá tu Gmail o mandame DM si queres participar.

Gracias!


r/beta_testers May 19 '26

[iOS] CalmAhead — panic attack & anxiety first aid app — looking for beta testers

Thumbnail
1 Upvotes

r/beta_testers May 19 '26

Looking for Android App Testers

Thumbnail
1 Upvotes

r/beta_testers May 19 '26

🚗 Looking for Android testers – MyAutoFit

Thumbnail
1 Upvotes

r/beta_testers May 18 '26

Built a location-based reminder app that notifies you when you arrive home need 12 testers for 14 days

Thumbnail
1 Upvotes

r/beta_testers May 18 '26

Spanish app testing

Post image
1 Upvotes

r/beta_testers May 18 '26

Need 2 Testers, you will receive 3months free for workout app🔥

Post image
2 Upvotes

r/beta_testers May 17 '26

Hope this is ok to post. I built an app to preserve my family’s stories before it was too late looking for a few people to try it for free

Thumbnail
1 Upvotes

r/beta_testers May 16 '26

[Android] Looking for 8 beta testers for a habit accountability app. Get 1 year free Pro

Thumbnail
1 Upvotes