A multi-platform list management application built with cutting-edge technologies, offering real-time synchronization while prioritizing offline-first functionality.
- Expo - React Native framework for cross-platform development
- TinyBase - Local-first database for efficient offline data handling
- Clerk - Authentication & user management
- Cloudflare Workers - Edge computing & hosting for ultra-fast performance
- Multi-platform Support – Run on iOS, Android, and Web seamlessly
- Real-time Synchronization – Keep data updated across devices
- Offline-first Approach – Access lists even when offline
- Secure Authentication – User authentication powered by Clerk
- Blazing Fast Edge Deployment – Hosted on Cloudflare Workers
- Theming Support – Customize UI with dark/light mode
Navigate to the client directory:
cd client
Install dependencies:
npm install
Configure environment variables:
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=
EXPO_PUBLIC_SYNC_SERVER_URL=
Fill in required values (see Environment Variables section).
Start the development server:
npm start
The app can be run on iOS, Android, or Web using Expo Go.
Navigate to the server directory:
cd server
Install dependencies:
npm install
Start local development server:
npm dev
Deploy to Cloudflare Workers:
npm run deploy
Contributions are welcome! Feel free to fork the repo, open an issue, or submit a pull request.
This project is licensed under the MIT License.