Kid safety and family privacy

A kid-safe reading app that families can actually trust

ReadNest is designed for kindergarten through grade 2 with no advertising, no in-app purchases inside child activities, no chat between users, and no selling of student data. Parent or caregiver consent is stored on the child profile before practice starts, and payment stays on Stripe-hosted checkout.

What ReadNest never does

The most important safety promises are the ones you can commit to at the code level, not just in a policy document.

  • No advertising or third-party ad networks inside the app.
  • No in-app purchases inside child activities.
  • No chat, comments, or messaging between users.
  • No selling or renting of student data to advertisers.
  • No child profile is created without a parent or caregiver consent step.

How your family's data is protected

Trust is earned in the boring backend details, so here are the ones that matter.

  • Parent or caregiver consent is recorded on the child profile with a versioned policy reference.
  • Learning data is limited to short skill signals like sight-word recognition and phonics attempts.
  • Payment details stay on Stripe-hosted checkout; ReadNest never sees card numbers.
  • Backend rate limits, Firebase App Check, and Firestore security rules keep data access scoped to the account that owns it.
  • Data deletion requests are fulfilled through a documented admin workflow, not manual guessing.

Calm design for young attention spans

Kid-safe also means the app respects your family's time and energy.

  • Sessions are shaped for 5 to 10 minutes, not marathon streaks.
  • Read-aloud support lets one adult start a session and step aside.
  • Progress summaries make it clear when a child has finished today's practice.
  • No infinite-scroll rewards designed to keep a child on the screen longer.

Common questions

Answers before you start

Is ReadNest COPPA compliant?

ReadNest is built for children in kindergarten through grade 2 and follows COPPA-aligned practices: a parent or caregiver consent step before any child profile is created, no advertising or targeted ad networks, no chat between users, and no sale of student data. Full details are in the children's privacy notice.

Does ReadNest sell my child's data?

No. ReadNest does not sell or rent student data to advertisers. Learning data is used to shape the child's personalized practice path and, for teacher accounts, to power dashboards for the assigned teacher.

Are there ads or in-app purchases inside ReadNest?

There are no advertisements or third-party ad networks in ReadNest, and there are no in-app purchases inside child activities. Subscription upgrades happen from the parent-facing Account page.

Is there any chat or social feature between kids?

No. ReadNest has no chat, direct messaging, or social feed between users. Teacher and student accounts are connected only through the teacher assignment workflow.

How much screen time does ReadNest expect?

ReadNest is built for short 5 to 10 minute sessions. It is designed to complement reading with a caregiver or teacher, not replace it.

How do I delete my child's account and data?

Signed-in families can request deletion through the Support page. Admins fulfill the request through a documented workflow that removes profile data, learning events, and the account itself; billing records are retained for financial reasons.