Screen-Free Schools
Coming SoonComprehensive device restrictions during school hours for focused learning.
What Screen-Free Schools asks for.
The Screen-Free Schools standard enforces phone-free policies during school hours, blocking social media, gaming, and non-educational content during the school day. Designed for school-wide adoption, it activates when 10 or more families in a grade level adopt it — creating community-wide accountability for distraction-free learning.
Coming soon
This standard is not yet available for adoption. Join the waitlist to be notified when it launches.
Screen-Free Schools, mapped to the Phosra API.
Enforce Screen-Free Schools 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 Schools
Adopt entire standard
Enforce all 4 rules from Screen-Free Schools across every connected platform with a single API call.
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-schools",
"enforce_all_rules": true
}'
School hours
Scheduled Access Windows
time_scheduled_hoursRestricts device or app access to approved time windows.
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_scheduled_hours",
"value": "All non-educational blocked",
"platforms": [
"*"
]
}'
Social media
Social Media Age Gate
social_media_min_ageBlocks social media account access until the child reaches the minimum age.
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_media_min_age",
"value": "Blocked during school",
"platforms": [
"*"
]
}'
Notifications
Notification Curfew
notification_curfewEnforces the notification curfew 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": "notification_curfew",
"value": "Silenced during school",
"platforms": [
"*"
]
}'
Algorithmic feeds
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": "Disabled during school",
"platforms": [
"*"
]
}'
Every rule this standard turns on.
When adopted, these rules are automatically enforced across all connected platforms.
School hours
All non-educational blocked
Social media
Blocked during school
Notifications
Silenced during school
Algorithmic feeds
Disabled during school
Adopt Screen-Free Schools. Let Phosra enforce it.
Adopt Screen-Free Schools and let Phosra enforce it across every device and platform automatically.