All Movements

Design It For Us

Active

Youth-led coalition demanding platforms be designed with young people's safety in mind.

987 families
6 rules
Ages 1017

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 Free

How 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.

POST /v1/enforcement/movements
bash
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_visibility

Enforces the privacy profile visibility rule via the Phosra API.

POST /v1/rules — Private by default
bash
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_restriction

Enforces the dm restriction rule via the Phosra API.

POST /v1/rules — DM safety
bash
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_gate

Enforces the age gate rule via the Phosra API.

POST /v1/rules — Age verification
bash
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_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — Safe-by-design feeds
bash
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_control

Enforces the addictive design control rule via the Phosra API.

POST /v1/rules — Anti-manipulation
bash
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_minor

Enforces the image rights minor rule via the Phosra API.

POST /v1/rules — Image protections
bash
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

youth ledplatform designadvocacyprivacysocial media

Ready to protect your family?

Adopt Design It For Us and let Phosra enforce it across every device and platform automatically.