HabitOS is a responsive productivity web app for desktop and mobile. It includes local login/signup, habit tracking, focus sessions, tasks, insights, achievements, and settings.
npm install
npm run devnpm run buildUse this repo as a static site on Render.
- Build command:
npm ci && npm run build - Publish directory:
dist
The app uses client-side state and localStorage, so no backend is required for the default experience.