Example Projects
Real-world applications and code examples built with HostSpica SDKs
Flutter
Todo App with SyncLayer
A complete offline-first todo application demonstrating CRUD operations, real-time sync, and conflict resolution.
Features:
- ✓Offline-first architecture
- ✓Real-time updates
- ✓Conflict resolution
- ✓Material Design UI
Flutter
Firebase Integration
Example showing how to integrate SyncLayer with Firebase Firestore for backend synchronization.
Features:
- ✓Firebase authentication
- ✓Firestore integration
- ✓Real-time listeners
- ✓Cloud sync
Flutter
Supabase Integration
Demonstrates SyncLayer integration with Supabase for PostgreSQL-backed sync.
Features:
- ✓Supabase client
- ✓PostgreSQL backend
- ✓Row-level security
- ✓Real-time subscriptions
Flutter
Custom Backend Adapter
Learn how to create a custom backend adapter for your own API.
Features:
- ✓Custom REST API
- ✓Authentication handling
- ✓Error management
- ✓Retry logic
Code Snippets
Looking for quick code examples? Check out our documentation for inline code snippets and usage patterns.
View Code Examples →Contribute Your Example
Built something cool with our SDKs? We'd love to feature your project! Submit a pull request or open an issue on GitHub.
Submit on GitHub