Let Grow
Activeby Let Grow
Promoting childhood independence and resilience by fighting overprotection — online and off.
About this movement
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 will automatically enforce all rules across every connected platform.
Get Started FreeHow Phosra Enforces Let Grow
Let Grow rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
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": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
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.