All movements

Smartphone Free Childhood

Active

by Smartphone Free Childhood

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

5rules0–16ages
About this movement

What Smartphone Free Childhood protects

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 automatically enforces every rule across each connected platform.

Get started free
How Phosra enforces it

Smartphone Free Childhood 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.

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

Every rule, enforced on adoption.

When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.

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
Make the pledge real

Ready to protect your family?

Adopt Smartphone Free Childhood and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.