All movements

Design It For Us

Active

by Design It For Us

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

6rules10–17ages
About this movement

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
How Phosra enforces it

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.

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

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

youth ledplatform designadvocacyprivacysocial media
Make the pledge real

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.