Design It For Us
ActiveYouth-led coalition demanding platforms be designed with young people's safety in mind.
What Design It For Us protects
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 automatically enforces every rule across each connected platform.
Get started free→Design It For Us 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.
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
}'
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, enforced on adoption.
When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.
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 — the pledge, turned into protection.