All movements

Let Grow

Active

by Let Grow

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

5rules5–17ages
About this movement

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
How Phosra enforces it

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.

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

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

independenceresiliencefree rangeage adaptivebalanced
Make the pledge real

Ready to protect your family?

Adopt Let Grow and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.