All standards

Community standard

Smartphone Free Childhood

Active

by Smartphone Free Childhood

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

5enforced rules
016age range
About this standard

What Smartphone Free Childhood asks for.

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 standard

Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.

How Phosra enforces it

Smartphone Free Childhood, mapped to the Phosra API.

Enforce Smartphone Free Childhood rules individually or adopt the entire standard in one call. Each rule decomposes into the OCSS rule vocabulary a conformant router carries across every surface.

Smartphone Free Childhood

Adopt entire standard

Enforce all 5 rules from Smartphone Free Childhood across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
curl -X POST https://api.phosra.com/v1/enforcement/standards \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "standard_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 · 5

Every rule this standard turns on.

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. Let Phosra enforce it.

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