I run a WordPress site and a standalone mobile app that each keep their own data, and I’m ready to bring them together. Every time I add or edit an item in the app, I need that change to appear on the WordPress side, and when I update or create content in WordPress it should flow back into the app just as seamlessly. Here’s what I already have in place and can share with you right away: • Full hosting with cPanel, FTP, phpMyAdmin and remote DB access • WordPress admin credentials • A separate online test environment mirroring production • The latest APK of the Android app plus source code The project goal is a reliable, bidirectional sync layer—whether that’s via a shared MySQL database, custom REST endpoints, Webhooks, or another strategy you recommend. I’m currently using an “online local testing” database setup, but I’m happy to standardise on MySQL if that simplifies implementation. Deliverables I’m expecting: 1. A brief technical plan describing the sync architecture you’ll implement 2. Clean, well-commented code (PHP, Node, Python—your call) wired into WordPress and the app 3. Real-time or scheduled sync logic that resolves conflicts intelligently 4. End-to-end testing on the staging environment followed by a smooth rollout to production 5. A concise hand-off document so I can maintain the integration moving forward If you’ve previously connected mobile apps with WordPress, or have experience building RESTful APIs and database replication, I’d love to see your thoughts on the best approach and anything else you’ll need from my side.