Smartphone Free Childhood
ActiveUK-based parent movement to delay smartphone access and build phone-free communities.
About this movement
Smartphone Free Childhood is one of the fastest-growing parental movements in the UK, with over 100,000 parents joining local WhatsApp groups to collectively delay smartphone access. Founded in 2024 by Daisy Greenwell and Clare Fernyhough, it provides community support for families choosing to resist peer pressure around early smartphone adoption. Families using Phosra can enforce the pledge at the device level — restricting app installs, social media, and web browsing across all connected devices until the child is ready.
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 Smartphone Free Childhood
Smartphone Free Childhood rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
Smartphone Free Childhood
Adopt Entire Movement
Enforce all 5 rules from Smartphone Free Childhood 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": "smartphone-free-childhood",
"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 secondary school",
"platforms": [
"*"
],
"max_age": 11
}'
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 age 16",
"platforms": [
"*"
],
"max_age": 16
}'
Content filtering
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 age gates",
"platforms": [
"*"
]
}'
Direct messages
Dm Restriction
dm_restrictionEnforces the dm restriction rule via the Phosra API.
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": "dm_restriction",
"value": "Blocked",
"platforms": [
"*"
],
"max_age": 13
}'
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": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
No smartphone apps
Until secondary school
Until age 11
No social media
Until age 16
Until age 16
Content filtering
Strict age gates
Direct messages
Blocked
Until age 13
Web filtering
Strict
Ready to protect your family?
Adopt Smartphone Free Childhood and let Phosra enforce it across every device and platform automatically.