All Movements

Wait Until 8th

Active

A community pledge to delay smartphones until at least 8th grade.

4,213 families
287 schools
5 rules
Ages 014

About this movement

Wait Until 8th is a grassroots movement of over 130,000 families who pledge to wait until at least 8th grade before giving their children a smartphone. Phosra can enforce this pledge at the device level for families who adopt it — restricting smartphone app access, social media, and mature content across all connected platforms until the child reaches 8th grade age.

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 Wait Until 8th

Wait Until 8th rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

Wait Until 8th

Adopt Entire Movement

Enforce all 5 rules from Wait Until 8th 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": "wait-until-8th",
    "enforce_all_rules": true
  }'

No smartphone apps

Account Creation Control

privacy_account_creation

Prevents new account sign-ups on restricted platforms.

POST /v1/rules — No smartphone apps
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": "privacy_account_creation",
      "value": "Until 8th grade (~14)",
      "platforms": [
          "*"
      ],
      "max_age": 14
  }'

No social media

Social Media Age Gate

social_media_min_age

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

POST /v1/rules — No social media
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": "Until 8th grade",
      "platforms": [
          "*"
      ],
      "max_age": 14
  }'

Age-appropriate content

Content Rating Filter

content_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/rules — Age-appropriate content
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_rating",
      "value": "Strict filtering",
      "platforms": [
          "*"
      ]
  }'

Web filtering

Web Content Filter

web_filter_level

Applies category-based web filtering to block inappropriate sites.

POST /v1/rules — Web filtering
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": "web_filter_level",
      "value": "Strict",
      "platforms": [
          "*"
      ]
  }'

Activity monitoring

Activity Monitoring

monitoring_activity

Enables parent-visible activity reports across platforms.

POST /v1/rules — Activity monitoring
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": "monitoring_activity",
      "value": "Enabled",
      "platforms": [
          "*"
      ]
  }'

Included rules

When adopted, these rules are automatically enforced across all connected platforms.

No smartphone apps

Until 8th grade (~14)

Until age 14

No social media

Until 8th grade

Until age 14

Age-appropriate content

Strict filtering

Web filtering

Strict

Activity monitoring

Enabled

smartphone delaypledgecommunitygrassroots

Ready to protect your family?

Adopt Wait Until 8th and let Phosra enforce it across every device and platform automatically.