Screen-Smart Family
Activeby Phosra
Phosra's recommended baseline for balanced screen time and online safety.
About this movement
The Screen-Smart Family standard is Phosra's own curated best-practice ruleset, designed by child development experts and informed by current legislation (KOSA, COPPA 2.0). It provides a balanced, age-adaptive approach to screen time, content filtering, and privacy — automatically adjusting rules as your child grows.
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 Screen-Smart Family
Screen-Smart Family rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
Screen-Smart Family
Adopt Entire Movement
Enforce all 6 rules from Screen-Smart Family 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": "screen-smart-family",
"enforce_all_rules": true
}'
Daily screen time
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": "Age-adaptive limits",
"platforms": [
"*"
]
}'
Content ratings
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
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": "content_rating",
"value": "Age-appropriate",
"platforms": [
"*"
]
}'
Safe search
Safe Search Enforcement
web_safesearchForces safe search on all supported search engines.
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": "web_safesearch",
"value": "Enforced",
"platforms": [
"*"
]
}'
Chat controls
Chat & Messaging Control
social_chat_controlRestricts messaging to known, parent-approved contacts.
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": "social_chat_control",
"value": "Known contacts only",
"platforms": [
"*"
]
}'
Purchase approval
Purchase Approval Gate
purchase_approvalRequires parental approval for all in-app and digital purchases.
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": "purchase_approval",
"value": "Required",
"platforms": [
"*"
]
}'
Data sharing
Data Sharing Restriction
privacy_data_sharingMinimizes third-party data sharing for the child's accounts.
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": "privacy_data_sharing",
"value": "Minimal",
"platforms": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
Daily screen time
Age-adaptive limits
Content ratings
Age-appropriate
Safe search
Enforced
Chat controls
Known contacts only
Purchase approval
Required
Data sharing
Minimal
Ready to protect your family?
Adopt Screen-Smart Family and let Phosra enforce it across every device and platform automatically.