Let Grow
Activeby Let Grow
Promoting childhood independence and resilience by fighting overprotection — online and off.
What Let Grow protects
Let Grow, co-founded by Lenore Skenazy (author of Free-Range Kids) and Jonathan Haidt, advocates for giving children age-appropriate independence rather than wrapping them in bubble wrap. Their philosophy applies to digital life too — not zero screens, but graduated autonomy. Their standard starts strict for younger children and progressively loosens restrictions as kids demonstrate responsibility. Phosra can support the Let Grow approach with age-adaptive rules that automatically relax as children mature.
Adopt this movement
Add this movement to your child's profile. Phosra automatically enforces every rule across each connected platform.
Get started free→Let Grow rules, mapped to the Phosra API.
Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.
Let Grow
Adopt entire movement
Enforce all 5 rules from Let Grow across every connected platform with a single API call.
curl -X POST https://api.phosra.com/v1/enforcement/movements \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"movement_id": "let-grow",
"enforce_all_rules": true
}'
Graduated time limits
Daily Screen Time Limit
time_daily_limitCaps total daily screen time across all connected platforms.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "time_daily_limit",
"value": "Relaxes with age",
"platforms": [
"*"
]
}'
Age-adaptive content
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "content_rating",
"value": "Progressive access",
"platforms": [
"*"
]
}'
Fading monitoring
Activity Monitoring
monitoring_activityEnables parent-visible activity reports across platforms.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "monitoring_activity",
"value": "Less oversight as they age",
"platforms": [
"*"
]
}'
Earned social access
Social Media Age Gate
social_media_min_ageBlocks social media account access until the child reaches the minimum age.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "social_media_min_age",
"value": "Age 13 with supervision",
"platforms": [
"*"
],
"max_age": 13
}'
Milestone unlocks
Parental Consent Gate
parental_consent_gateEnforces the parental consent gate rule via the Phosra API.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "parental_consent_gate",
"value": "New access at milestones",
"platforms": [
"*"
]
}'
Every rule, enforced on adoption.
When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.
Graduated time limits
Relaxes with age
Age-adaptive content
Progressive access
Fading monitoring
Less oversight as they age
Earned social access
Age 13 with supervision
until age 13
Milestone unlocks
New access at milestones
Ready to protect your family?
Adopt Let Grow and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.