Screen-Free Week
Coming Soonby Fairplay
Annual celebration where families, schools, and communities swap screen time for creative play.
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 WaitlistHow 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.
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_limitCaps total daily screen time across all connected platforms.
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_modeEnforces the content allowlist mode rule via the Phosra API.
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_limitEnforces the time per app limit rule via the Phosra API.
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_controlEnforces the algo feed control rule via the Phosra API.
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
Ready to protect your family?
Adopt Screen-Free Week and let Phosra enforce it across every device and platform automatically.