A modular, extensible tool for managing screentime across the household.
A small dockerized core service exposes an HTTP API. Two extension surfaces enforce policy at different layers — agents that run on a managed device (Windows PCs, Macs) and plugins that run in-core (DNS sinkhole, smart plugs, router ACLs, and more).
In the planning stage.
- docs/PLAN.md — the architecture (kernel + features).
- docs/DECISIONS.md — design decisions and rejected alternatives (ADRs).
- docs/AGENTS.md — how on-device agents work and how to write one.
- docs/PLUGINS.md — how in-core plugins work and how to write one.
- docs/DEVELOPMENT.md — local dev setup, devcontainer, and
justrecipes.
