All movements

Phone-Free Schools

Active

by Phone-Free Schools Movement

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

5rules5–18ages
About this movement

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
How Phosra enforces it

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.

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

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

schoolsphone freeeducationlegislationfocus
Make the pledge real

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.