Slowdown Personal Reset
Chapters

Current Product

The live app is a PWA-style single-page app. The page at slowdown.freeappstore.online loads a bundled frontend with a web manifest and app icons. The local project note says the ap
Slowdown Personal ResetlaunchedChapter 2 of 14

The live app is a PWA-style single-page app. The page at slowdown.freeappstore.online loads a bundled frontend with a web manifest and app icons.

The local project note says the app works without backend configuration using browser storage, and can sync saved resets through Firebase when `VITE_FIREBASE_*` values are configured.

Core inputs:

  • mood;
  • energy;
  • mental speed;
  • body tension.

Current recommendation model:

  • browser-side rule-based agents score safety, recent patterns, and practice fit;
  • the app chooses one practice and a small action cue;
  • saved resets can build a lightweight trend view;
  • local storage is the default persistence path;
  • sign-in/sync should remain optional rather than required.

Current safety language in the app is directionally correct: Slowdown is a wellbeing tool, not a medical device or crisis service. That boundary must stay prominent if the idea grows.