"The best way to predict the future is to create it." β We are building a mobile alternative that prioritizes mental health, real-world connection, and childhood development over engagement metrics and infinite scrolling.
The modern smartphone is designed for engagement, not utility. Children today are exposed to dopamine-driven algorithms (TikTok, Instagram, YouTube) before their prefrontal cortex is fully developed. This has led to a global spike in anxiety, sleep deprivation, and shortened attention spans.
KidsPhone is an open-source hardware and software project to build a "Minimalist Communicator".
If we provide a high-quality, "cool" but functional alternative, and the next generation adopts it as their first device, we can shift the cultural norm back to a healthier, more present childhood.
| Feature | Description |
|---|---|
| Voice & SMS | Reliable, high-quality communication with whitelist-only contacts. |
| No "Open" Web | No browser or social media apps. Zero access to addictive feeds. |
| Safety Net | Real-time GPS tracking for parents and a physical SOS button. |
| Digital Wellness | E-Ink display option to reduce blue light and eye strain. |
| Utility Tools | Essential apps only: Calculator, Calendar, Notes, and Offline Maps. |
| Open Source | Full transparency. No hidden data collection or telemetry. |
A clean, modular organization to facilitate collaboration:
nuverat-phone/
βββ π± firmware/ # Low-level code (C++/MicroPython)
β βββ drivers/ # GSM (SIM7600), GPS, Display (OLED/E-Ink)
β βββ modules/ # Communication, Power Management, GPS logic
β βββ main/ # Core OS state machine
βββ π οΈ hardware/ # Physical design files
β βββ pcb/ # KiCad/EasyEDA schematics and layouts
β βββ mechanical/ # STL/STEP files for rugged 3D-printed cases
βββ π» software/ # Companion App & UI Layer
β βββ dashboard/ # Web-based parental control panel
β βββ mobile-app/ # React Native app for parents (iOS/Android)
βββ π docs/ # Research, API specs, and assembly guides
βββ π§ͺ tests/ # Unit testing for hardware/software integration
βββ π README.md # The project landing page
βββ π LICENCE.md # MIT Licence
βββ π CONTRIBUTING.md # Contribut to the project