Desktop application for syncing GitHub repositories with parent-child architecture.
- 🔐 GitHub OAuth authentication via Supabase
- 📦 Parent-child repository management
- 🔄 Automatic synchronization between repositories
- 💾 Cloud database storage with Supabase
- 📊 Sync history tracking
- 🖥️ Cross-platform (Windows, macOS, Linux)
- Frontend: React + TypeScript + Vite
- Desktop: Electron
- Backend: Supabase (Auth + Database)
- Database: PostgreSQL (via Supabase)
- Git Operations: simple-git
- Styling: Tailwind CSS
To build the application:
npm run dist:macnpm run dist:winArthur F. Costa