{"id":29958288,"url":"https://github.com/willwade/aac-personalization-app","last_synced_at":"2025-10-14T14:15:00.967Z","repository":{"id":290751945,"uuid":"975307809","full_name":"willwade/aac-personalization-app","owner":"willwade","description":"A WIP Prototype App to build a social graph","archived":false,"fork":false,"pushed_at":"2025-05-30T09:13:42.000Z","size":203,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T20:18:02.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willwade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-30T05:35:17.000Z","updated_at":"2025-05-30T09:13:46.000Z","dependencies_parsed_at":"2025-04-30T12:18:59.778Z","dependency_job_id":null,"html_url":"https://github.com/willwade/aac-personalization-app","commit_stats":null,"previous_names":["willwade/aac-personalization-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willwade/aac-personalization-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2Faac-personalization-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2Faac-personalization-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2Faac-personalization-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2Faac-personalization-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willwade","download_url":"https://codeload.github.com/willwade/aac-personalization-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willwade%2Faac-personalization-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019124,"owners_count":26086679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-03T20:10:34.901Z","updated_at":"2025-10-14T14:15:00.962Z","avatar_url":"https://github.com/willwade.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AAC Context-Aware Personalization App\n\nThis project is an open-source prototype designed to enhance communication for individuals who use Augmentative and Alternative Communication (AAC) systems. It leverages social graph data, adaptive questionnaires, and real-time conversational logging to create a highly personalized communication experience.\n\n## Features\n- **Social Network Questionnaire:** Guided, adaptive UI for caregivers to build a social graph of the AAC user’s relationships, interests, and communication preferences.\n- **Circles of Communication Visualization:** Interactive, concentric-circle visualizations to represent the user’s social network.\n- **Communication Passport:** Auto-generated, customizable document summarizing key information about the AAC user for new communication partners.\n- **Conversation Logging:** Partner-facing interface for logging and analyzing conversations, with future support for audio transcription (Whisper).\n- **Insights \u0026 Analytics:** Visual and data-driven insights into communication patterns and social context.\n\n## Tech Stack\n- **Frontend:** Next.js, React, Tailwind CSS, D3.js/React Flow\n- **Backend:** Next.js API routes (future: Neo4j or JSON-based storage)\n- **AI Integration:** GPT-4 (for adaptive questions), Whisper (for transcription, planned)\n- **Other:** TypeScript, Vercel/DO for hosting\n\n## Getting Started\n1. **Install dependencies:**\n   ```bash\n   pnpm install\n   # or\n   npm install\n   ```\n2. **Run the development server:**\n   ```bash\n   pnpm dev\n   # or\n   npm run dev\n   # or\n   yarn dev\n   ```\n   Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n   **Note:** Do NOT use `npx run dev` — this will not start the app. Always use your package manager's script runner as above.\n\n3. **Explore the App:**\n\n---\n\n## Environment Variables\n\nSome features require environment variables. Create a `.env.local` file in the project root and add any required keys. Example:\n\n```env\n# Example environment variables\nOPENAI_API_KEY=your-openai-api-key-here\nWHISPER_API_KEY=your-whisper-api-key-here\n# Add any other required variables below\n```\n\n- If you are missing a required variable, the app may fail to start or certain features may not work.\n- Check the `.envrc` file or the `/app/api` code for any additional required variables.\n\n   - Start with the Social Networks section to build a user’s social graph.\n   - Generate a Communication Passport.\n   - Log and analyze conversations (demo/sample data).\n\n## Project Structure\n- `/app` — Main Next.js app pages and routes\n- `/components` — UI and functional components\n- `/lib` — Data models and utility functions\n- `/styles` — Tailwind and global CSS\n\n## Roadmap / To-Do\nSee `to-do.md` and `to-do-status.md` for current development status and plans.\n\n## Contributing\nPull requests and feedback are welcome! Please open an issue or PR to discuss improvements or new features.\n\n## Privacy \u0026 Security\n- All user data is stored locally on your device in encrypted JSON files (AES-256).\n- No personal or sensitive information is sent to any server or cloud by default.\n- All CRUD operations are performed via local API endpoints that only interact with encrypted files on your machine.\n- You may export or backup your data, but it will never be transmitted externally unless you choose to do so.\n- For additional security, set the `JSON_ENCRYPTION_KEY` environment variable to a strong, unique value.\n\n## License\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillwade%2Faac-personalization-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillwade%2Faac-personalization-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillwade%2Faac-personalization-app/lists"}