Children & Nature Network
BetaRichard Louv's movement connecting children with nature to combat 'Nature Deficit Disorder.'
What Children & Nature Network asks for.
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 standard is not yet available for adoption. Join the waitlist to be notified when it launches.
Children & Nature Network, mapped to the Phosra API.
Enforce Children & Nature Network 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.
Children & Nature Network
Adopt entire standard
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/standards \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"standard_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": [
"*"
]
}'
Every rule this standard turns on.
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
Adopt Children & Nature Network. Let Phosra enforce it.
Adopt Children & Nature Network and let Phosra enforce it across every device and platform automatically.