All standards

Community standard

Phone-Free Schools

Active

by Phone-Free Schools Movement

National push for phone-free school policies using Yondr pouches and platform-level enforcement.

5enforced rules
518age range
About this standard

What Phone-Free Schools asks for.

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 standard

Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.

How Phosra enforces it

Phone-Free Schools, mapped to the Phosra API.

Enforce Phone-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.

Phone-Free Schools

Adopt entire standard

Enforce all 5 rules from Phone-Free Schools across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
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": "phone-free-schools",
    "enforce_all_rules": true
  }'

School-day lockdown

Scheduled Access Windows

time_scheduled_hours

Restricts device or app access to approved time windows.

POST /v1/rules — School-day lockdown
bash
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_curfew

Enforces the notification curfew rule via the Phosra API.

POST /v1/rules — Silent during school
bash
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_age

Blocks social media account access until the child reaches the minimum age.

POST /v1/rules — Social media blocked
bash
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_mode

Enforces the content allowlist mode rule via the Phosra API.

POST /v1/rules — Educational only
bash
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_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — No feeds during school
bash
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 · 5

Every rule this standard turns on.

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

schoolsphone freeeducationlegislationfocus
Ready to protect your family?

Adopt Phone-Free Schools. Let Phosra enforce it.

Adopt Phone-Free Schools and let Phosra enforce it across every device and platform automatically.