Phone-Free Schools
ActiveNational push for phone-free school policies using Yondr pouches and platform-level enforcement.
About this movement
The Phone-Free Schools movement has gained bipartisan political support across the US, UK, and Australia, with school districts implementing policies using Yondr magnetic pouches and platform-level restrictions. Governor Gavin Newsom signed the Phone-Free School Act in California (2024), and UNESCO recommended a global ban on smartphones in schools. With Phosra, families can extend phone-free school policies beyond the physical pouch — enforcing app and notification blocks during school hours across every connected platform.
Adopt this movement
Add this movement to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Get Started FreeHow Phosra Enforces Phone-Free Schools
Phone-Free Schools rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
Phone-Free Schools
Adopt Entire Movement
Enforce all 5 rules from Phone-Free Schools 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": "phone-free-schools",
"enforce_all_rules": true
}'
School-day lockdown
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": "8 AM–3 PM block",
"platforms": [
"*"
]
}'
Silent during school
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": "All notifications paused",
"platforms": [
"*"
]
}'
Social media blocked
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": "During school hours",
"platforms": [
"*"
]
}'
Educational 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": "Approved apps whitelist",
"platforms": [
"*"
]
}'
No feeds during school
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 8 AM–3 PM",
"platforms": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
School-day lockdown
8 AM–3 PM block
Silent during school
All notifications paused
Social media blocked
During school hours
Educational only
Approved apps whitelist
No feeds during school
Disabled 8 AM–3 PM
Ready to protect your family?
Adopt Phone-Free Schools and let Phosra enforce it across every device and platform automatically.