Away For The Day
ActiveEvidence-based campaign for school phone policies backed by research on academic achievement.
About this movement
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 movement
Add this movement to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Get Started FreeHow Phosra Enforces Away For The Day
Away For The Day rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
Away For The Day
Adopt Entire Movement
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/movements \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"movement_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": [
"*"
]
}'
Included rules
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
Ready to protect your family?
Adopt Away For The Day and let Phosra enforce it across every device and platform automatically.