A modern, cross-platform bookmark manager designed to provide a seamless bookmarking experience across ecosystems with complete privacy and offline-first approach.
For the latest planning and roadmap, please visit the Public Trello board.
YABA/
├── Darwin/ # Apple Platform Implementation
│ ├── YABA/ # Main iOS/macOS/visionOS App
│ ├── YABAShare/ # iOS Share Extension
│ ├── YABAShareMac/ # macOS Share Extension
│ ├── YABAKeyboard/ # iOS Keyboard Extension
│ ├── YABAWidgets/ # iOS/macOS Widget Extension
│ └── YABAStatusMenuItem/ # macOS Status Menu Item
├── Compose/ # Android/JVM Platform Implementation
└── (Future Compose Multiplatform code)
YABA aims to be the ultimate cross-platform bookmark manager with:
- Native Performance: Platform-specific implementations for optimal user experience
- Server-less Sync: Peer-to-peer data synchronization across devices without servers
- Modern Architecture: Built with the latest platform technologies
- Extensible Design: Modular architecture supporting future platforms
- Privacy First: All data stays on your devices, no tracking, no analytics
- Offline First: Works completely offline, syncs when connected
- Always Free: No premium features, no subscriptions, completely free
- UI Framework: SwiftUI
- Data Persistence: SwiftData
- Reactive Programming: Combine
- Concurrency: Swift Concurrency (async/await)
- Extensions: WidgetKit, UIKit for keyboard extension
- Build System: Xcode
- UI Framework: Compose Multiplatform
- Language: Kotlin
- Data Persistence: Room
- Reactive Programming: Kotlin Flow
- Networking: Ktor Client
- Build System: Gradle
- MV Architecture: Model-View pattern with SwiftUI/Compose
- Observer Pattern: Reactive state management
- Bookmark Management: Create, edit, delete, and organize bookmarks
- Collections: Folders and tags for organization
- Search: Full-text search with filters
- Import/Export: Support for JSON, CSV, and HTML formats
- Extensions: Share, keyboard, and widget extensions for seamless integration
- Offline First: All functionality works without internet connection
- iOS: Native iOS design, Share extension, Keyboard extension, Widget extension, Spotlight integration
- macOS: Status menu, Widget extension, keyboard shortcuts, window management
- visionOS: Spatial computing interface, immersive experiences
- Android: Material Design 3, adaptive UI, Android share integration
- Link Previews: Automatic metadata extraction
- Reader Mode: Distraction-free reading
- Reminders: Set reminders for bookmarks
- Local Backup: Local backup options
- Privacy Focused: No data collection, no tracking, no analytics
- Darwin Development:
- Xcode 15.0+
- iOS 18.0+, macOS 15.0+, visionOS 2.0+
- Compose Development (Future):
- Android Studio Hedgehog+
- JDK 17+
- Android SDK 34+
We welcome contributions! Please see our contributing guidelines:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request
- Darwin: Follow Apple's Swift API and SwiftUI Guidelines
- Compose: Follow Kotlin coding conventions
- Common: Follow Kotlin Multiplatform best practices
This project is licensed under the MIT License - see the LICENSE file for details.
- Documentation: Wiki
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Apple for SwiftUI and SwiftData
- Google for Compose Multiplatform
- The open-source community for inspiration and tools
YABA - Making bookmark management beautiful across all platforms with complete privacy. 📚✨