All movements

Away For The Day

Active

by Away For The Day

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

4rules5–18ages
About this movement

What Away For The Day protects

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 automatically enforces every rule across each connected platform.

Get started free
How Phosra enforces it

Away For The Day rules, mapped to the Phosra API.

Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.

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

Every rule, enforced on adoption.

When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.

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
Make the pledge real

Ready to protect your family?

Adopt Away For The Day and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.