Wait Until 8th
ActiveA community pledge to delay smartphones until at least 8th grade.
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 FreeHow 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.
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_creationPrevents new account sign-ups on restricted platforms.
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_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": "Until 8th grade",
"platforms": [
"*"
],
"max_age": 14
}'
Age-appropriate content
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
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_levelApplies category-based web filtering to block inappropriate sites.
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_activityEnables parent-visible activity reports across platforms.
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
Ready to protect your family?
Adopt Wait Until 8th and let Phosra enforce it across every device and platform automatically.