Web & PWA Guide
Tasquera is accessible online at tasquera.itssljk.com and is fully configured as an installable Progressive Web App (PWA) using vite-plugin-pwa.
Why Install as a PWA?
- Standalone Window Experience: Opens in a dedicated window without browser URL bars, tabs, or navigation distractions.
- 100% Offline Resilience: Service workers cache all static assets and icons, allowing instant cold boot and full functionality even without internet connectivity.
- Folder Sync Binding: Supported browsers (Chrome, Edge) leverage the File System Access API to read and write directly to your local Syncthing folder (
tasquera-sync.json). - Foreground Reminders: Triggers browser notification alerts when scheduled tasks reach their due time while the web app is open.
- Seamless Updates: Automatically updates silently in the background whenever a new version is deployed.
Installation by Browser & Platform
| Browser / Environment | Supported Platforms | Installation Steps |
|---|---|---|
| Google Chrome / Chromium | Windows, macOS, Linux, ChromeOS | Click the Install icon in the URL bar, or click Install App in Tasquera Settings. |
| Microsoft Edge | Windows, macOS, Linux | Click the App Available icon in the address bar or select Apps → Install Tasquera. |
| Apple Safari (iOS / iPadOS) | iPhone, iPad | Tap the Share button in Safari, scroll down, and tap Add to Home Screen. |
| Apple Safari (macOS) | macOS Sonoma+ | Click File → Add to Dock. |
| Firefox | Windows, macOS, Linux, Android | Fully supported for offline usage; bookmark or add to home screen. |
Offline & Storage Behavior
All data is stored in the origin’s private IndexedDB database and LocalStorage. Clearing your browser cookies or cache will not affect your tasks unless you explicitly clear site storage data. We recommend exporting a JSON backup from Settings → Export JSON periodically or connecting a local sync folder for peace of mind.