{"id":49283495,"url":"https://github.com/scottyvenable/mypal","last_synced_at":"2026-04-25T20:03:12.051Z","repository":{"id":319911830,"uuid":"1079593004","full_name":"ScottyVenable/MyPal","owner":"ScottyVenable","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-20T14:11:32.000Z","size":80299,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"mypal-release","last_synced_at":"2026-04-20T16:20:42.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ScottyVenable.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-20T04:33:49.000Z","updated_at":"2026-01-27T18:17:17.000Z","dependencies_parsed_at":"2025-10-20T22:33:02.311Z","dependency_job_id":null,"html_url":"https://github.com/ScottyVenable/MyPal","commit_stats":null,"previous_names":["scottyvenable/mypal"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ScottyVenable/MyPal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottyVenable%2FMyPal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottyVenable%2FMyPal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottyVenable%2FMyPal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottyVenable%2FMyPal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScottyVenable","download_url":"https://codeload.github.com/ScottyVenable/MyPal/tar.gz/refs/heads/mypal-release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottyVenable%2FMyPal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32274987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-25T20:03:05.633Z","updated_at":"2026-04-25T20:03:12.032Z","avatar_url":"https://github.com/ScottyVenable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyPal — Evolving AI Companion\n\n[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)]()\n[![License](https://img.shields.io/badge/license-TBD-lightgrey.svg)]()\n[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)]()\n\n**MyPal** (internally \"Pal\") is an ambitious, privacy-first AI companion application that simulates human cognitive and linguistic development through conversational interaction. Unlike traditional chatbots that rely on vast pre-existing datasets, MyPal starts as a digital *tabula rasa*—a blank slate—and learns exclusively from its interactions with you, the user.\n\n\u003e **Repository layout:** The Git repository root now contains the full public project alongside a single local-only folder. Developer-only assets live in `Developer Files/`, which is ignored by git. Unless stated otherwise, all relative paths and commands below assume you are in the repository root; use `\u003cpal-root\u003e` to represent that absolute path (for example `C:\\path\\to\\repo\\MyPal`).\n\n\n---\n\n## 🎯 Project Vision\n\nMyPal reimagines human-AI interaction by creating a deeply personal, evolving relationship. You are not just a user; you are Pal's **sole teacher, guide, and mentor**—the architect of its mind. Every word you teach, every correction you make, and every conversation you share directly shapes Pal's personality, knowledge, and capabilities.\n\nThis project synthesizes rigorous developmental psychology with modern AI technology to create an experience that feels authentic, meaningful, and uniquely yours.\n\n### Core Philosophy\n\nMyPal's learning model is grounded in two foundational theories from developmental psychology:\n\n1. **Piaget's Constructivism**: Pal actively constructs knowledge through **assimilation** (integrating new information into existing mental models) and **accommodation** (restructuring those models when new information doesn't fit). This ensures that Pal's knowledge isn't just memorized facts but an interconnected web of understanding.\n\n2. **Vygotsky's Sociocultural Theory**: Development occurs through social interaction. You act as the **More Knowledgeable Other (MKO)**, providing guidance within Pal's **Zone of Proximal Development (ZPD)**—the sweet spot between what it can do independently and what it can achieve with your help.\n\nFor the complete philosophical framework and technical rationale, see **[`docs/design/APP_DESIGN.md`](docs/design/APP_DESIGN.md)** (comprehensive 40+ page design document with citations).\n\n---\n\n## 🏗️ Architecture Overview\n\nMyPal is built as a **local-first, privacy-respecting** application with three main components:\n\n### 1. **Frontend (SPA)**\n- Modern single-page application using vanilla JavaScript (ES6+), HTML5, and CSS3\n- Three-tab interface: **Conversation**, **Stats**, and **Brain**\n- Real-time personality visualization using Chart.js radar charts\n- Dynamic knowledge graph visualization using vis-network\n- Location: [`app/frontend/`](app/frontend/)\n  - [`index.html`](app/frontend/index.html) — UI structure\n  - [`app.js`](app/frontend/app.js) — Client-side logic\n  - [`styles.css`](app/frontend/styles.css) — Styling\n\n### 2. **Backend (Node/Express)**\n- RESTful API server handling all AI logic, persistence, and constrained generation\n- Implements developmental stage constraints (babble → words → sentences)\n- XP/leveling system with personality trait tracking\n- JSON-based local storage (future: MongoDB/Firestore)\n- Location: [`app/backend/`](app/backend/)\n  - [`src/server.js`](app/backend/src/server.js) — Main server implementation\n  - [`package.json`](app/backend/package.json) — Dependencies and scripts\n  - [`data/`](app/backend/data/) — Persistent storage (JSON files)\n\n### 3. **Desktop Shell (Tauri 2.0)**\n- Lightweight Rust + WebView shell that wraps the existing SPA\n- Reuses native backend and frontend without a heavy Chromium runtime\n- Provides system tray, window management, and packaging support\n- Location: [`app/desktop/tauri-app/`](app/desktop/tauri-app/)\n  - [`package.json`](app/desktop/tauri-app/package.json) — Tauri CLI scripts\n  - [`src-tauri/`](app/desktop/tauri-app/src-tauri/) — Rust entrypoint and config\n  - `tauri.conf.json` — Desktop build configuration\n\nFor detailed architecture and implementation specs, see:\n- **[`docs/design/APP_DESIGN.md`](docs/design/APP_DESIGN.md)** — Complete system design (Sections 2-3)\n- **[`app/README.md`](app/README.md)** — Application-specific setup and API docs\n\n---\n\n## 🚀 Quick Start\n\n### Launcher Scripts (Windows)\n\nThe easiest way to launch MyPal on Windows:\n\n**1. Double-click launcher:**\n- `MyPal.bat` (Recommended) - Opens PowerShell and runs AUTORUN.ps1\n- `MyPal.vbs` - Alternative VBScript launcher\n\n**2. Follow on-screen prompts** to select development/production mode\n\n**3. Create desktop shortcut:**\n- Right-click `MyPal.bat` → Send to → Desktop (create shortcut)\n- See [`LAUNCHER_README.md`](LAUNCHER_README.md) for advanced launcher options\n\n### Option A: Desktop Application (Recommended)\n\n**Development Mode (PowerShell):**\n```powershell\n# 1. Install backend dependencies (one-time)\ncd \u003cpal-root\u003e\\app\\backend\nnpm install\n\n# 2. Install Tauri CLI dependencies (one-time)\ncd \u003cpal-root\u003e\\app\\desktop\\tauri-app\nnpm install\n\n# 3. Launch everything (backend + Tauri shell)\ncd \u003cpal-root\u003e\n.\\AUTORUN.ps1\n# OR simply double-click MyPal.bat\n```\n\n**Note:** Tauri requires Rust toolchain. See [`docs/development/TAURI_SETUP.md`](docs/development/TAURI_SETUP.md) for complete setup instructions including Rust installation.\n\n**Manual Launch (if you prefer separate terminals):**\n```powershell\n# Terminal 1: backend\ncd \u003cpal-root\u003e\\app\\backend\nnpm run dev\n\n# Terminal 2: Tauri shell\ncd \u003cpal-root\u003e\\app\\desktop\\tauri-app\nnpm run dev\n```\n\n**Production Build:**\n```powershell\ncd \u003cpal-root\u003e\\app\\desktop\\tauri-app\nnpm run build\n```\n\nOutput installers and bundles are emitted by Tauri under `app/desktop/tauri-app/src-tauri/target/`.\n\n### Option B: Web Mode (Browser-Based)\n\n**1. Start the backend:**\n```powershell\ncd \u003cpal-root\u003e\\app\\backend\nnpm install\nnpm start\n# Server: http://localhost:3001\n```\n\n**2. Open the frontend:**\n- Direct: Open `app/frontend/index.html` in your browser\n- Or serve via any static server (e.g., `python -m http.server 8080`)\n\n### System Requirements\n- **Node.js**: 18+ required\n- **OS**: Windows 10/11, macOS 10.15+, Linux (Ubuntu 20.04+)\n- **RAM**: 4GB minimum (8GB+ recommended for future on-device LLM features)\n- **Storage**: 500MB minimum\n\n---\n\n## 🎮 How It Works: Developmental Stages\n\nMyPal progresses through distinct cognitive stages inspired by Piaget's theory. Each stage unlocks new capabilities as Pal accumulates **Experience Points (XP)** through interaction.\n\n| Level | Stage | Capabilities | XP Threshold | Details |\n|-------|-------|--------------|--------------|---------|\n| **0-1** | **Sensorimotor (Infancy)** | Random phonemic babbling (ba, ga, ma) | 0 → 100 XP | No word understanding; pure mimicry. See [MILESTONES.md](docs/updates/MILESTONES.md) §v0.1 |\n| **2-3** | **Sensorimotor (Toddler)** | Single-word utterances from learned vocabulary | 400 → 1000 XP | Object permanence: words represent persistent concepts. You teach word meanings. |\n| **4-6** | **Preoperational (Preschool)** | 2-3 word sentences; asks \"Why?\" | 1000+ XP | Telegraphic speech; egocentric worldview. |\n| **7-10+** | **Concrete/Formal (Childhood)** | Complex sentences; abstract reasoning; memory recall | 5000+ XP | Full conversation history; personality-driven responses. |\n\n### XP \u0026 Progression System\n- **Earn XP** from every interaction:\n  - Standard message: **+10 XP**\n  - Teaching new word/concept: **+50 XP**\n  - Clicking \"Reinforce\" ⭐: **+25 XP**\n  - Completing challenges: **+100 XP**\n- **Cognitive Points (CP)**: Earn 1 CP per 100 XP; spend CP to boost specific cognitive \"lobes\" (Language, Logic, Emotion, Memory)\n- **Learning Speed Multiplier**: Adjust in Settings (1x to 250x) to control developmental pace\n\nDetailed mechanics in **[`docs/design/APP_DESIGN.md`](docs/design/APP_DESIGN.md)** (Section 3) and **[`docs/updates/MILESTONES.md`](docs/updates/MILESTONES.md)**.\n\n---\n\n## 📊 Features\n\n### Current (v1.0)\n- ✅ **Constrained Developmental Stages**: Authentic progression from babbling to complex thought\n- ✅ **Personality System**: Big Five-inspired radar chart (Curious, Logical, Social, Agreeable, Cautious)\n- ✅ **Brain Visualization**: Interactive network graph showing concept associations and knowledge structure\n- ✅ **Reinforcement Learning**: Click ⭐ to positively reinforce desired behaviors\n- ✅ **Data Ownership**: Export your Pal's complete memory as JSON; reset and restart anytime\n- ✅ **Desktop Shell**: Lightweight Tauri wrapper with automatic backend management\n- ✅ **Privacy-First**: All data stored locally; no telemetry unless explicitly enabled\n- ✅ **Developer Tools**: Built-in dev panel (Ctrl+D) for debugging and status checks\n\n### Roadmap (Planned Features)\n\n**v0.2-0.4 (Near-term)**:\n- 📖 Vocabulary teaching flow with user-defined meanings\n- 🧠 Enhanced memory system with conversation summaries\n- 💭 Sentiment analysis driving personality development\n- 🔄 Improved export/import with migration support\n\n**v0.5-0.9 (Mid-term)**:\n- ☁️ **Optional Cloud Sync** (opt-in): Sync settings/history across devices\n- 🤖 **On-Device LLM**: Quantized Llama/Mistral models (3B-7B params) running locally via llama.cpp\n  - See **[`docs/design/ON_DEVICE_LLM_PLAN.md`](docs/design/ON_DEVICE_LLM_PLAN.md)** for technical specifications\n  - Hardware detection via **[`docs/ai/AI_PLAN.md`](docs/ai/AI_PLAN.md)** (detect_user_specs tool)\n- 🔌 **Plugin System**: Extend capabilities via manifest-based plugins\n  - Architecture in **[`docs/design/PLUGIN_SYSTEM.md`](docs/design/PLUGIN_SYSTEM.md)**\n- 🎨 **Avatar Evolution**: Visual representation that ages with Pal's development\n\n**v1.0+ (Long-term)**:\n- 🌐 Multi-platform installers (macOS, Linux)\n- 🔐 Robust authentication for sensitive operations\n- 📈 Advanced analytics and preference learning\n- 🌍 Optional community features (user-created teaching modules)\n\nSee **[`docs/updates/V1.0_ROADMAP.md`](docs/updates/V1.0_ROADMAP.md)** for complete roadmap and **[`docs/updates/FIRST_RELEASE_GUIDE.md`](docs/updates/FIRST_RELEASE_GUIDE.md)** for release planning.\n\n---\n\n## 🧪 Development \u0026 Contributing\n\n### Project Structure\n```\nRepository root/\n├── app/                         # Application runtime (backend + frontend)\n│   ├── backend/\n│   └── frontend/\n├── app/desktop/tauri-app/       # Tauri desktop shell\n├── docs/                        # Design docs, plans, roadmaps\n├── README.md                    # Project overview (this file)\n├── REORGANIZATION_SUMMARY.md\n├── .github/                     # GitHub workflows and metadata\n└── Developer Files/             # Local-only assets (ignored by git)\n  ├── dev/                     # Private development workspace\n  ├── logs/                    # Local logs and run artifacts\n  ├── server_err.txt\n  └── server_out.txt\n```\n\n### Key Documentation\n\n**For Users:**\n- **[`README.md`](README.md)** (this file) — Project overview and quick start\n- **[`app/README.md`](app/README.md)** — Application usage and API reference\n- **[`app/desktop/README.md`](app/desktop/README.md)** — Tauri desktop shell documentation\n\n**For Developers:**\n- **[`docs/design/APP_DESIGN.md`](docs/design/APP_DESIGN.md)** — Complete 40-page technical specification with psychological theory, architecture, data models, and UI specs (REQUIRED READING)\n- **[`docs/design/WINDOWS_NATIVE_APP_CONVERSION_PLAN.md`](docs/design/WINDOWS_NATIVE_APP_CONVERSION_PLAN.md)** — Comprehensive plan for converting from Electron to native Windows application with C#/WPF, GPU acceleration, and performance optimization\n- **[`docs/ai/AI_PLAN.md`](docs/ai/AI_PLAN.md)** — AI integration strategy, model selection, hardware requirements\n- **[`docs/updates/MILESTONES.md`](docs/updates/MILESTONES.md)** — Detailed development milestones with acceptance criteria\n- **[`docs/updates/V1.0_ROADMAP.md`](docs/updates/V1.0_ROADMAP.md)** — High-level version roadmap\n- **[`docs/design/ON_DEVICE_LLM_PLAN.md`](docs/design/ON_DEVICE_LLM_PLAN.md)** — Backlog for local model integration\n- **[`docs/design/PLUGIN_SYSTEM.md`](docs/design/PLUGIN_SYSTEM.md)** — Plugin architecture draft\n\n**For Release Management:**\n- **[`docs/updates/FIRST_RELEASE_GUIDE.md`](docs/updates/FIRST_RELEASE_GUIDE.md)** — Release checklist\n- **[`docs/updates/RELEASE_PLAN.md`](docs/updates/RELEASE_PLAN.md)** — Release strategy\n\n### Development Setup\n\n**Install dependencies:**\n```powershell\n# Backend\ncd \u003cpal-root\u003e\\app\\backend\nnpm install\n\n# Tauri desktop shell\ncd \u003cpal-root\u003e\\app\\desktop\\tauri-app\nnpm install\n```\n\n**Important**: If you encounter `EBADF` or `EPERM` errors during `npm install` (common with Google Drive sync), copy the project to a local, unsynced directory (e.g., `C:\\dev\\MyPal`) before installing dependencies. See **[`app/README.md`](app/README.md)** for workarounds.\n\n**Running tests:**\n```powershell\n# Unit tests (when available in v0.2+)\ncd \u003cpal-root\u003e\\app\\backend\nnpm test\n```\n\n### Contributing Guidelines\n\n1. **Read the design docs**: Especially **[`APP_DESIGN.md`](docs/design/APP_DESIGN.md)** to understand the psychological foundation\n2. **Follow the roadmap**: Check **[`MILESTONES.md`](docs/updates/MILESTONES.md)** for planned features\n3. **Maintain stage constraints**: All AI responses must respect Piaget-inspired developmental limits\n4. **Privacy-first**: Never collect user data without explicit opt-in\n5. **Document everything**: Update relevant docs with any architectural changes\n\n---\n\n## 🔒 Privacy \u0026 Data Ownership\n\n**MyPal is privacy-first by design:**\n\n- ✅ **All data stored locally** by default (JSON files in `app/backend/data/` or `%APPDATA%/MyPal`)\n- ✅ **No telemetry** unless explicitly enabled by user\n- ✅ **No internet connection required** for core functionality\n- ✅ **Full data export** available anytime (JSON format)\n- ✅ **Complete data deletion** via \"Reset Pal\" feature\n- ✅ **API keys stored locally** (never transmitted except to chosen AI provider)\n\n**Future optional cloud features** (v0.5+) will require explicit opt-in with transparent terms.\n\nSee planned legal documents:\n- Draft Terms: `docs/Legal/TERMS.md` (TBD)\n- Draft Privacy Policy: `docs/Legal/PRIVACY.md` (TBD)\n\n---\n\n## 🐛 Troubleshooting\n\n### Common Issues\n\n**\"Cannot find module\" or npm install errors:**\n- Google Drive sync conflicts with npm. Copy project to a local directory (e.g., `C:\\dev\\MyPal`) or pause sync during install.\n- See **[`app/README.md`](app/README.md)** for details.\n\n**Backend won't start:**\n- Check that port 3001 is available: `netstat -ano | findstr :3001`\n- Verify Node.js version: `node --version` (must be 18+)\n- Check logs under `Developer Files\\logs\\` or `%APPDATA%/MyPal/logs/`\n\n**Tauri shell fails to start:**\n- Confirm backend dependencies: `cd \u003cpal-root\u003e\\app\\backend \u0026\u0026 npm install`\n- Confirm desktop shell dependencies: `cd \u003cpal-root\u003e\\app\\desktop\\tauri-app \u0026\u0026 npm install`\n- Review `Developer Files\\server_err.txt` and `Developer Files\\server_out.txt` for backend error logs\n\n**Pal's responses seem incorrect:**\n- Each developmental stage has strict constraints. Level 0-1 = babble only. Level 2-3 = single words only.\n- Check current level in Stats tab and compare to stage capabilities in **[`MILESTONES.md`](docs/updates/MILESTONES.md)**\n\nFor more issues, check:\n- **[`docs/ai/AI_PLAN.md`](docs/ai/AI_PLAN.md)** — Hardware compatibility and model selection\n\n---\n\n## 🎓 Educational Value\n\nMyPal is not just a technical project—it's an **educational tool** that demonstrates:\n\n1. **Developmental Psychology**: Piaget's stages and Vygotsky's ZPD in action\n2. **AI Constraint Design**: How limiting AI capabilities can create more authentic experiences\n3. **Privacy-First Architecture**: Building powerful AI applications without cloud dependencies\n4. **Gamification of Learning**: XP systems and visual feedback for sustained engagement\n5. **Human-AI Relationships**: Exploring what it means to teach and shape an artificial mind\n\nThe project is extensively documented with academic citations. See **[`docs/design/APP_DESIGN.md`](docs/design/APP_DESIGN.md)** for 40+ cited references to developmental psychology research.\n\n---\n\n## 📜 License\n\n**License: TBD** (To Be Determined)\n\nThis project is currently in active development. A license will be chosen and applied before the first public release. Under consideration:\n- MIT (permissive open source)\n- GPL v3 (copyleft)\n- Proprietary with source-available terms\n\nCheck back for updates or contact the maintainers for licensing questions.\n\n---\n\n## 🙏 Acknowledgments\n\n**Theoretical Foundation:**\n- Jean Piaget — Constructivist learning theory and cognitive development stages\n- Lev Vygotsky — Sociocultural theory, ZPD, and scaffolding concepts\n\n**Technology Stack:**\n- Node.js \u0026 Express — Backend framework\n- Chart.js — Personality visualization\n- vis-network — Knowledge graph visualization\n- Tauri 2.0 — Desktop application wrapper\n- Google Gemini API — AI provider (optional)\n\n**Inspiration:**\n- Tamagotchi \u0026 virtual pet games — Long-term digital relationships\n- Duolingo — Gamified learning and XP systems\n- The Sims — Emergent personality from simple rules\n\n---\n\n## 📞 Contact \u0026 Support\n\n- **Repository**: [GitHub - ScottyVenable/MyPal](https://github.com/ScottyVenable/MyPal) (if public)\n- **Issues**: Use GitHub Issues for bug reports and feature requests\n- **Discussions**: Use GitHub Discussions for questions and community support\n\n---\n\n## 📚 Further Reading\n\n**Start Here:**\n1. **[`docs/design/APP_DESIGN.md`](docs/design/APP_DESIGN.md)** — Complete system design (40+ pages)\n2. **[`docs/updates/MILESTONES.md`](docs/updates/MILESTONES.md)** — Development roadmap with technical details\n3. **[`app/README.md`](app/README.md)** — Application setup and API reference\n4. **[`app/desktop/README.md`](app/desktop/README.md)** — Tauri desktop shell documentation\n\n**Deep Dives:**\n- **AI \u0026 Models**: [`docs/ai/AI_PLAN.md`](docs/ai/AI_PLAN.md), [`docs/design/ON_DEVICE_LLM_PLAN.md`](docs/design/ON_DEVICE_LLM_PLAN.md)\n- **Architecture**: [`docs/design/PLUGIN_SYSTEM.md`](docs/design/PLUGIN_SYSTEM.md), [`docs/design/WINDOWS_NATIVE_APP_CONVERSION_PLAN.md`](docs/design/WINDOWS_NATIVE_APP_CONVERSION_PLAN.md)\n- **Release Planning**: [`docs/updates/V1.0_ROADMAP.md`](docs/updates/V1.0_ROADMAP.md), [`docs/updates/RELEASE_PLAN.md`](docs/updates/RELEASE_PLAN.md)\n\n---\n\n**MyPal** — *Growing Together, One Word at a Time* 🌱\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottyvenable%2Fmypal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottyvenable%2Fmypal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottyvenable%2Fmypal/lists"}