Design It For Us
ActiveYouth-led coalition demanding platforms be designed with young people's safety in mind.
What Design It For Us asks for.
Design It For Us is a coalition of youth-led organizations including teens who have testified before Congress about the harms of social media. They demand that platforms be designed with young people's safety as a priority, not an afterthought. Their standard enforces the protections they have personally advocated for — strict privacy defaults, anti-exploitation safeguards, and meaningful age verification. Families using Phosra can enforce their generation's demands as platform-level rules.
Adopt this standard
Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Design It For Us, mapped to the Phosra API.
Enforce Design It For Us 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.
Design It For Us
Adopt entire standard
Enforce all 6 rules from Design It For Us 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": "design-it-for-us",
"enforce_all_rules": true
}'
Private by default
Privacy Profile Visibility
privacy_profile_visibilityEnforces the privacy profile visibility 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": "privacy_profile_visibility",
"value": "No public profiles",
"platforms": [
"*"
]
}'
DM safety
Dm Restriction
dm_restrictionEnforces the dm restriction 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": "dm_restriction",
"value": "Known contacts only",
"platforms": [
"*"
],
"max_age": 16
}'
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": "age_gate",
"value": "Verified age gates",
"platforms": [
"*"
]
}'
Safe-by-design feeds
Algo Feed Control
algo_feed_controlEnforces the algo feed control 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": "algo_feed_control",
"value": "No engagement optimization",
"platforms": [
"*"
]
}'
Anti-manipulation
Addictive Design Control
addictive_design_controlEnforces the addictive design control 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": "addictive_design_control",
"value": "No FOMO mechanics",
"platforms": [
"*"
]
}'
Image protections
Image Rights Minor
image_rights_minorEnforces the image rights minor 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": "image_rights_minor",
"value": "No minor image scraping",
"platforms": [
"*"
]
}'
Every rule this standard turns on.
When adopted, these rules are automatically enforced across all connected platforms.
Private by default
No public profiles
DM safety
Known contacts only
Until age 16
Age verification
Verified age gates
Safe-by-design feeds
No engagement optimization
Anti-manipulation
No FOMO mechanics
Image protections
No minor image scraping
Adopt Design It For Us. Let Phosra enforce it.
Adopt Design It For Us and let Phosra enforce it across every device and platform automatically.