ComuniTEA is an Augmentative and Alternative Communication (AAC) app designed for children with autism spectrum disorder (TEA). Built with Expo and React Native, it provides a pictogram-based communication board, progressive exercises, neural voice audio, and AI-powered vocabulary expansion — all backed by Supabase for authentication, cloud sync, and edge functions.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ElthonJohan/comunitea/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Understand what ComuniTEA is, who it’s for, and how its core communication model works.
Quickstart
Clone the repo, configure Supabase, and run ComuniTEA locally in minutes.
Architecture
Explore the app’s feature module structure, navigation, and backend integration.
Communication Board
Learn how the pictogram tablero and sentence strip builder work together.
Key Features
Pictogram Board
Tap pictograms to build sentences. Supports 500+ bundled audio clips in two voice profiles.
Progressive Exercises
Three structured exercise groups aligned with PECS phases, with star-based gamification.
AI Vocabulary Expansion
OpenAI-powered Magic Expand suggests contextually relevant new pictograms.
Neural Voice Audio
ElevenLabs TTS with bundled MP3 fallback for offline use — female and male profiles.
Caregiver Reports
Session usage analytics, pictogram history, and shareable PDF progress reports.
Parental Controls
PIN-protected configuration gate prevents accidental changes during child sessions.
Get Started
Set up your environment
Install Node.js, the Expo CLI, and clone the ComuniTEA repository. See the Quickstart for full instructions.
Configure Supabase
Create a Supabase project, run the schema migrations, and set your environment variables. The Quickstart walks through every step.
Configure a child profile
On first launch, create a child profile with DSM-5 ASD level, voice preference, and vocabulary level. See Child Profile Configuration.
Explore the documentation
Read the Core Features section to understand the tablero, exercises, and AI tools — then dive into the Technical Reference for module-level details.
ComuniTEA is a private project by MandoLabs. The source code is not published to npm or any public package registry. All documentation reflects the current
main branch.