Phone-Free Schools
Activeby Phone-Free Schools Movement
National push for phone-free school policies using Yondr pouches and platform-level enforcement.
What Phone-Free Schools protects
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 automatically enforces every rule across each connected platform.
Get started free→Phone-Free Schools 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.
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": [
"*"
]
}'
Every rule, enforced on adoption.
When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.
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 — the pledge, turned into protection.