All standards

Community standard

Screen-Free Week

Coming Soon

by Fairplay

Annual celebration where families, schools, and communities swap screen time for creative play.

4enforced rules
017age range
About this standard

What Screen-Free Week asks for.

Screen-Free Week (formerly TV Turnoff Week) is an annual international event organized by Fairplay where families, schools, and communities unplug from entertainment screens for seven days and rediscover play, nature, and face-to-face connection. Families using Phosra can adopt Screen-Free Week as a time-limited standard that automatically activates during the event week — enforcing strict entertainment blocks while still allowing educational and communication tools.

Coming soon

This standard is not yet available for adoption. Join the waitlist to be notified when it launches.

How Phosra enforces it

Screen-Free Week, mapped to the Phosra API.

Enforce Screen-Free Week 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-Free Week

Adopt entire standard

Enforce all 4 rules from Screen-Free Week 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-free-week",
    "enforce_all_rules": true
  }'

Entertainment blackout

Daily Screen Time Limit

time_daily_limit

Caps total daily screen time across all connected platforms.

POST /v1/rules — Entertainment blackout
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": "0 min entertainment screens",
      "platforms": [
          "*"
      ]
  }'

Essential apps only

Content Allowlist Mode

content_allowlist_mode

Enforces the content allowlist mode rule via the Phosra API.

POST /v1/rules — Essential apps only
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_allowlist_mode",
      "value": "Communication & education only",
      "platforms": [
          "*"
      ]
  }'

Gaming blocked

Time Per App Limit

time_per_app_limit

Enforces the time per app limit rule via the Phosra API.

POST /v1/rules — Gaming blocked
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_per_app_limit",
      "value": "All games disabled",
      "platforms": [
          "*"
      ]
  }'

Social feeds off

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — Social feeds off
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": "algo_feed_control",
      "value": "All feeds disabled",
      "platforms": [
          "*"
      ]
  }'
Included rules · 4

Every rule this standard turns on.

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

Entertainment blackout

0 min entertainment screens

Essential apps only

Communication & education only

Gaming blocked

All games disabled

Social feeds off

All feeds disabled

eventawarenessscreen freeannualcommunityunplugging
Ready to protect your family?

Adopt Screen-Free Week. Let Phosra enforce it.

Adopt Screen-Free Week and let Phosra enforce it across every device and platform automatically.