All Movements

Children & Nature Network

Beta

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

567 families
23 schools
4 rules
Ages 017

About this movement

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 is not yet available for adoption. Join the waitlist to be notified when it launches.

Join Waitlist

How Phosra Enforces Children & Nature Network

Children & Nature Network rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

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

When adopted, these rules are automatically enforced across all connected platforms.

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

Ready to protect your family?

Adopt Children & Nature Network and let Phosra enforce it across every device and platform automatically.