All standards

Community standard

Children and Screens

Active

by Children and Screens: Institute of Digital Media and Child Development

Research institute providing evidence-based guidelines on children's digital media use.

5enforced rules
017age range
About this standard

What Children and Screens asks for.

Children and Screens is the leading interdisciplinary research institute studying the effects of digital media on child development, founded by Dr. Pamela Hurst-Della Pietra. Their recommendations synthesize findings from neuroscience, psychology, and pediatrics into actionable guidelines covering screen time, social media, gaming, and sleep. Phosra can translate these research-based recommendations into measurable platform rules for families who adopt them.

Adopt this standard

Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.

How Phosra enforces it

Children and Screens, mapped to the Phosra API.

Enforce Children and Screens rules individually or adopt the entire standard in one call. Each rule decomposes into the OCSS rule vocabulary a conformant router carries across every surface.

Children and Screens

Adopt entire standard

Enforce all 5 rules from Children and Screens across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
curl -X POST https://api.phosra.com/v1/enforcement/standards \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "standard_id": "children-and-screens",
    "enforce_all_rules": true
  }'

Evidence-based time caps

Daily Screen Time Limit

time_daily_limit

Caps total daily screen time across all connected platforms.

POST /v1/rules — Evidence-based time caps
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": "Age-tiered limits",
      "platforms": [
          "*"
      ]
  }'

Social media delay

Social Media Age Gate

social_media_min_age

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

POST /v1/rules — Social media delay
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": "Until age 13+",
      "platforms": [
          "*"
      ],
      "max_age": 13
  }'

Anti-compulsive design

Addictive Design Control

addictive_design_control

Enforces the addictive design control rule via the Phosra API.

POST /v1/rules — Anti-compulsive design
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": "addictive_design_control",
      "value": "Disable autoplay, streaks",
      "platforms": [
          "*"
      ]
  }'

Sleep hygiene

Time Downtime

time_downtime

Enforces the time downtime rule via the Phosra API.

POST /v1/rules — Sleep hygiene
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_downtime",
      "value": "No screens 1hr before bed",
      "platforms": [
          "*"
      ]
  }'

Usage transparency

Screen Time Report

screen_time_report

Enforces the screen time report rule via the Phosra API.

POST /v1/rules — Usage transparency
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": "screen_time_report",
      "value": "Weekly family reports",
      "platforms": [
          "*"
      ]
  }'
Included rules · 5

Every rule this standard turns on.

When adopted, these rules are automatically enforced across all connected platforms.

Evidence-based time caps

Age-tiered limits

Social media delay

Until age 13+

Until age 13

Anti-compulsive design

Disable autoplay, streaks

Sleep hygiene

No screens 1hr before bed

Usage transparency

Weekly family reports

researchneurosciencechild developmentevidence basedacademic
Ready to protect your family?

Adopt Children and Screens. Let Phosra enforce it.

Adopt Children and Screens and let Phosra enforce it across every device and platform automatically.