All Movements

Let Grow

Active

Promoting childhood independence and resilience by fighting overprotection — online and off.

1,345 families
89 schools
5 rules
Ages 517

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 Free

How 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.

POST /v1/enforcement/movements
bash
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_limit

Caps total daily screen time across all connected platforms.

POST /v1/rules — Graduated time limits
bash
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_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/rules — Age-adaptive content
bash
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_activity

Enables parent-visible activity reports across platforms.

POST /v1/rules — Fading monitoring
bash
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_age

Blocks social media account access until the child reaches the minimum age.

POST /v1/rules — Earned social access
bash
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_gate

Enforces the parental consent gate rule via the Phosra API.

POST /v1/rules — Milestone unlocks
bash
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

independenceresiliencefree rangeage adaptivebalanced

Ready to protect your family?

Adopt Let Grow and let Phosra enforce it across every device and platform automatically.