Screen-Smart Family
Activeby Phosra
Phosra's recommended baseline for balanced screen time and online safety.
What Screen-Smart Family asks for.
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 standard
Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Screen-Smart Family, mapped to the Phosra API.
Enforce Screen-Smart Family 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.
Screen-Smart Family
Adopt entire standard
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/standards \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"standard_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": [
"*"
]
}'
Every rule this standard turns on.
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
Adopt Screen-Smart Family. Let Phosra enforce it.
Adopt Screen-Smart Family and let Phosra enforce it across every device and platform automatically.