Children & Nature Network
BetaRichard Louv's movement connecting children with nature to combat 'Nature Deficit Disorder.'
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 WaitlistHow 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.
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_limitCaps total daily screen time across all connected platforms.
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_downtimeEnforces the time downtime rule via the Phosra API.
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_hoursRestricts device or app access to approved time windows.
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_reportEnforces the screen time report rule via the Phosra API.
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
Ready to protect your family?
Adopt Children & Nature Network and let Phosra enforce it across every device and platform automatically.