All Movements

Phone-Free Schools

Active

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

1,654 families
432 schools
5 rules
Ages 518

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 Free

How 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.

POST /v1/enforcement/movements
bash
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_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

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 and let Phosra enforce it across every device and platform automatically.