HermesAI is a Dropbox-style app for developers that provides seamless file sync, GitHub integration, and GPT-powered coding assistance. It is designed as a monorepo for easier development and collaboration.
- File Sync (Dropbox-style): Real-time syncing of local workspaces with conflict resolution.
- GitHub Integration: Auto-committing, PR workflows, and repo mirroring.
- GPT Hooks: Connect workspaces with custom GPT models for refactoring, testing, and documentation.
- Collaboration: Shared workspaces, inline reviews, and team coding support.
- Implement basic Sync Engine for local file watching.
- Build Server API for handling sync and metadata.
- Connect Client App to the server with secure auth.
- Add GitHub integration (auto-commit + PR support).
- Integrate GPT hooks for AI-driven development tasks.
- Expand into collaboration features (shared workspaces, reviews).
🚧 Early planning phase — scaffolding complete, implementation not started.