All standards

Community standard

Screen-Smart Family

Active

by Phosra

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

6enforced rules
017age range
About this standard

What Screen-Smart Family asks for.

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 standard

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

How Phosra enforces it

Screen-Smart Family, mapped to the Phosra API.

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

Screen-Smart Family

Adopt entire standard

Enforce all 6 rules from Screen-Smart Family 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": "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 · 6

Every rule this standard turns on.

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. Let Phosra enforce it.

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