Away For The Day
ActiveEvidence-based campaign for school phone policies backed by research on academic achievement.
What Away For The Day asks for.
Away For The Day provides schools and parents with research-backed resources to implement phone-free school policies. Their studies show that schools banning phones see improvements in test scores, social interaction, and mental health. Unlike enforcement-only approaches, Away For The Day includes parent education and community buy-in strategies. Families using Phosra can enforce school-hour restrictions from the Away For The Day standard while getting data on how the policy impacts their child's device usage patterns.
Adopt this standard
Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Away For The Day, mapped to the Phosra API.
Enforce Away For The Day 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.
Away For The Day
Adopt entire standard
Enforce all 4 rules from Away For The Day 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": "away-for-the-day",
"enforce_all_rules": true
}'
School hours block
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": "Bell-to-bell restriction",
"platforms": [
"*"
]
}'
Notifications off
Notification Curfew
notification_curfewEnforces the notification curfew 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": "notification_curfew",
"value": "During school hours",
"platforms": [
"*"
]
}'
Usage reporting
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": "School vs. home comparison",
"platforms": [
"*"
]
}'
Academic monitoring
Activity Monitoring
monitoring_activityEnables parent-visible activity reports across 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": "monitoring_activity",
"value": "During school hours",
"platforms": [
"*"
]
}'
Every rule this standard turns on.
When adopted, these rules are automatically enforced across all connected platforms.
School hours block
Bell-to-bell restriction
Notifications off
During school hours
Usage reporting
School vs. home comparison
Academic monitoring
During school hours
Adopt Away For The Day. Let Phosra enforce it.
Adopt Away For The Day and let Phosra enforce it across every device and platform automatically.