All Movements

Smartphone Free Childhood

Active

UK-based parent movement to delay smartphone access and build phone-free communities.

1,893 families
64 schools
5 rules
Ages 016

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 Free

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

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": "smartphone-free-childhood",
    "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 secondary school",
      "platforms": [
          "*"
      ],
      "max_age": 11
  }'

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 age 16",
      "platforms": [
          "*"
      ],
      "max_age": 16
  }'

Content filtering

Content Rating Filter

content_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/rules — Content 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": "content_rating",
      "value": "Strict age gates",
      "platforms": [
          "*"
      ]
  }'

Direct messages

Dm Restriction

dm_restriction

Enforces the dm restriction rule via the Phosra API.

POST /v1/rules — Direct messages
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": "dm_restriction",
      "value": "Blocked",
      "platforms": [
          "*"
      ],
      "max_age": 13
  }'

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": [
          "*"
      ]
  }'

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

ukgrassrootssmartphone delaycommunitypledge

Ready to protect your family?

Adopt Smartphone Free Childhood and let Phosra enforce it across every device and platform automatically.