All movements

Children & Nature Network

Beta

by Children & Nature Network

Richard Louv's movement connecting children with nature to combat 'Nature Deficit Disorder.'

4rules0–17ages
About this movement

What Children & Nature Network protects

The Children & Nature Network (C&NN), co-founded by Richard Louv, author of Last Child in the Woods, works to reverse 'Nature Deficit Disorder' by connecting children with the natural world. Their research shows that outdoor time reduces ADHD symptoms, improves academic performance, and builds resilience. Their standard promotes device-free outdoor time, limits indoor entertainment, and encourages family nature experiences. Families using Phosra can protect nature time with scheduled device-free blocks.

Coming soon

This movement isn't available for adoption yet. Join the waitlist to hear when it launches.

Join the waitlist
How Phosra enforces it

Children & Nature Network 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.

Children & Nature Network

Adopt entire movement

Enforce all 4 rules from Children & Nature Network 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": "children-nature-network",
    "enforce_all_rules": true
  }'

Indoor screen limits

Daily Screen Time Limit

time_daily_limit

Caps total daily screen time across all connected platforms.

POST /v1/rules — Indoor screen limits
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": "time_daily_limit",
      "value": "Reduced daily caps",
      "platforms": [
          "*"
      ]
  }'

Nature hours

Time Downtime

time_downtime

Enforces the time downtime rule via the Phosra API.

POST /v1/rules — Nature hours
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": "time_downtime",
      "value": "Weekend morning device-free",
      "platforms": [
          "*"
      ]
  }'

After-school outdoors

Scheduled Access Windows

time_scheduled_hours

Restricts device or app access to approved time windows.

POST /v1/rules — After-school outdoors
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": "time_scheduled_hours",
      "value": "3–5 PM device-free",
      "platforms": [
          "*"
      ]
  }'

Balance tracking

Screen Time Report

screen_time_report

Enforces the screen time report rule via the Phosra API.

POST /v1/rules — Balance tracking
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": "screen_time_report",
      "value": "Screen vs nature reports",
      "platforms": [
          "*"
      ]
  }'
Included rules

Every rule, enforced on adoption.

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

Indoor screen limits

Reduced daily caps

Nature hours

Weekend morning device-free

After-school outdoors

3–5 PM device-free

Balance tracking

Screen vs nature reports

outdoornaturewellnessresearch backedchild development
Make the pledge real

Ready to protect your family?

Adopt Children & Nature Network and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.