All Movements

Screen-Smart Family

Active

by Phosra

Phosra's recommended baseline for balanced screen time and online safety.

6,502 families
6 rules
Ages 017

About this movement

The Screen-Smart Family standard is Phosra's own curated best-practice ruleset, designed by child development experts and informed by current legislation (KOSA, COPPA 2.0). It provides a balanced, age-adaptive approach to screen time, content filtering, and privacy — automatically adjusting rules as your child grows.

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 Screen-Smart Family

Screen-Smart Family rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

Screen-Smart Family

Adopt Entire Movement

Enforce all 6 rules from Screen-Smart Family 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": "screen-smart-family",
    "enforce_all_rules": true
  }'

Daily screen time

Daily Screen Time Limit

time_daily_limit

Caps total daily screen time across all connected platforms.

POST /v1/rules — Daily screen time
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-adaptive limits",
      "platforms": [
          "*"
      ]
  }'

Content ratings

Content Rating Filter

content_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/rules — Content ratings
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": "Age-appropriate",
      "platforms": [
          "*"
      ]
  }'

Safe search

Safe Search Enforcement

web_safesearch

Forces safe search on all supported search engines.

POST /v1/rules — Safe search
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": "web_safesearch",
      "value": "Enforced",
      "platforms": [
          "*"
      ]
  }'

Chat controls

Chat & Messaging Control

social_chat_control

Restricts messaging to known, parent-approved contacts.

POST /v1/rules — Chat controls
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_chat_control",
      "value": "Known contacts only",
      "platforms": [
          "*"
      ]
  }'

Purchase approval

Purchase Approval Gate

purchase_approval

Requires parental approval for all in-app and digital purchases.

POST /v1/rules — Purchase approval
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": "purchase_approval",
      "value": "Required",
      "platforms": [
          "*"
      ]
  }'

Data sharing

Data Sharing Restriction

privacy_data_sharing

Minimizes third-party data sharing for the child's accounts.

POST /v1/rules — Data sharing
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": "privacy_data_sharing",
      "value": "Minimal",
      "platforms": [
          "*"
      ]
  }'

Included rules

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

Daily screen time

Age-adaptive limits

Content ratings

Age-appropriate

Safe search

Enforced

Chat controls

Known contacts only

Purchase approval

Required

Data sharing

Minimal

balancedrecommendedphosrabest practice

Ready to protect your family?

Adopt Screen-Smart Family and let Phosra enforce it across every device and platform automatically.