Screen-Free Week
Coming Soonby Fairplay
Annual celebration where families, schools, and communities swap screen time for creative play.
What Screen-Free Week protects
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 isn't available for adoption yet. Join the waitlist to hear when it launches.
Join the waitlist→Screen-Free Week rules, mapped to the Phosra API.
Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.
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": [
"*"
]
}'
Every rule, enforced on adoption.
When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.
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 — the pledge, turned into protection.