All Movements

Away For The Day

Active

Evidence-based campaign for school phone policies backed by research on academic achievement.

1,123 families
356 schools
4 rules
Ages 518

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 Free

How 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.

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": "away-for-the-day",
    "enforce_all_rules": true
  }'

School hours block

Scheduled Access Windows

time_scheduled_hours

Restricts device or app access to approved time windows.

POST /v1/rules — School hours block
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": "Bell-to-bell restriction",
      "platforms": [
          "*"
      ]
  }'

Notifications off

Notification Curfew

notification_curfew

Enforces the notification curfew rule via the Phosra API.

POST /v1/rules — Notifications off
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": "notification_curfew",
      "value": "During school hours",
      "platforms": [
          "*"
      ]
  }'

Usage reporting

Screen Time Report

screen_time_report

Enforces the screen time report rule via the Phosra API.

POST /v1/rules — Usage reporting
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": "School vs. home comparison",
      "platforms": [
          "*"
      ]
  }'

Academic monitoring

Activity Monitoring

monitoring_activity

Enables parent-visible activity reports across platforms.

POST /v1/rules — Academic monitoring
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": "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

schoolsphone freeresearch backedacademiceducation

Ready to protect your family?

Adopt Away For The Day and let Phosra enforce it across every device and platform automatically.