scope: remove PWA and service-worker surface #142

Closed
opened 2026-03-28 18:57:59 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-03-28 18:57:59 +00:00

Decision

Remove the PWA/service-worker surface for now.

Installability and offline caching are not part of the current scope. The existing Serwist/service-worker setup adds deployment and stale-cache risk without supporting the core single-user tracker launch.

Solution

  • Remove Serwist wrapping from Next config.
  • Remove src/sw.ts and generated service-worker assumptions.
  • Remove PWA-only manifest/installability metadata if it is not useful without PWA support.
  • Drop @serwist/next and serwist dependencies.
  • Clean any seed/demo references that imply PWA work remains active.

Acceptance criteria

  • next build and just ci pass without Serwist.
  • The app no longer registers or serves a service worker.
  • No open tracker item presents PWA/offline installability as a launch requirement.
## Decision Remove the PWA/service-worker surface for now. Installability and offline caching are not part of the current scope. The existing Serwist/service-worker setup adds deployment and stale-cache risk without supporting the core single-user tracker launch. ## Solution - Remove Serwist wrapping from Next config. - Remove `src/sw.ts` and generated service-worker assumptions. - Remove PWA-only manifest/installability metadata if it is not useful without PWA support. - Drop `@serwist/next` and `serwist` dependencies. - Clean any seed/demo references that imply PWA work remains active. ## Acceptance criteria - `next build` and `just ci` pass without Serwist. - The app no longer registers or serves a service worker. - No open tracker item presents PWA/offline installability as a launch requirement.
barrettruth added this to the v0.1.0 milestone 2026-05-10 20:16:30 +00:00
barrettruth changed title from feat: PWA support (manifest, service worker, meta tags) to scope: remove PWA and service-worker surface 2026-05-11 18:30:06 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#142
No description provided.