Design It For Us
ActiveYouth-led coalition demanding platforms be designed with young people's safety in mind.
About this movement
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 movement
Add this movement to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Get Started FreeHow Phosra Enforces Design It For Us
Design It For Us rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
Design It For Us
Adopt Entire Movement
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/movements \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"movement_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
}'
Age verification
Age Gate
age_gateEnforces the age gate 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": "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": [
"*"
]
}'
Included rules
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
Ready to protect your family?
Adopt Design It For Us and let Phosra enforce it across every device and platform automatically.