Pinwheel
Partner APIA smart phone for kids with a curated app library, gradual unlock system, and expert-backed approach to introducing technology responsibly.
About Pinwheel
Pinwheel provides smartphones designed specifically for kids, featuring a curated library of over 1,000 apps that have been reviewed by child development experts, educators, and parents. The unique Caregiver Portal lets parents control exactly which apps are available and gradually unlock more features as kids grow and demonstrate responsibility. Pinwheel's approach is rooted in the philosophy that kids need a guided on-ramp to technology rather than either full access or total restriction. The platform includes contact management, location tracking, customizable routines, and a growing ecosystem of educational and creative apps.
Device Support
Pricing
Bundled
Pinwheel phones from $99 (device). Caregiver subscription at $9.98/mo (includes app curation, controls, and cellular plan add-on).
API Integration
Partner API
Pinwheel offers managed API access for curated app providers and child safety platforms seeking integration.
Age Range
Ages 6โ15
How Phosra Connects to Pinwheel
Phosra supports Pinwheel rule translation. Connect your existing Pinwheel account to push rules through Phosra's unified API.
Pinwheel
Connect Source
Link Pinwheel to a child profile and enable automatic rule syncing across all supported capabilities.
curl -X POST https://api.phosra.com/v1/sources \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"source": "pinwheel",
"credentials": {
"partner_token": "pinwheel_ptr_..."
},
"auto_sync": true
}'
Pinwheel
Sync All Rules
Push all active Phosra rules to Pinwheel in a single sync operation.
curl -X POST https://api.phosra.com/v1/sources/src_pinwheel_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "full"
}'
Expert-Curated App Library
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
curl -X POST https://api.phosra.com/v1/sources/src_pinwheel_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "content_rating",
"value": "enabled"
}'
Contact Management
Chat & Messaging Control
social_chat_controlRestricts messaging to known, parent-approved contacts.
curl -X POST https://api.phosra.com/v1/sources/src_pinwheel_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "social_chat_control",
"value": "enabled"
}'
Messaging Controls
DM Restriction
dm_restrictionRestricts direct messaging to approved contacts only.
curl -X POST https://api.phosra.com/v1/sources/src_pinwheel_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "dm_restriction",
"value": "enabled"
}'
Screen Time Limits
Daily Screen Time Limit
time_daily_limitCaps total daily screen time across all connected platforms.
curl -X POST https://api.phosra.com/v1/sources/src_pinwheel_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "time_daily_limit",
"value": "enabled"
}'
Customizable Routines
Scheduled Access Windows
time_scheduled_hoursRestricts device or app access to approved time windows.
curl -X POST https://api.phosra.com/v1/sources/src_pinwheel_01/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"category": "time_scheduled_hours",
"value": "enabled"
}'
Capability Matrix
How Pinwheel maps to Phosra's 13 rule categories.
Use Pinwheel with Phosra
Connect Pinwheel through Phosra's API and enforce rules across every platform your child uses.