All Movements

Screen-Free Week

Coming Soon

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

4 rules
Ages 017

About this movement

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 movement is not yet available for adoption. Join the waitlist to be notified when it launches.

Join Waitlist

How Phosra Enforces Screen-Free Week

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

Screen-Free Week

Adopt Entire Movement

Enforce all 4 rules from Screen-Free Week 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-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

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 and let Phosra enforce it across every device and platform automatically.