Self-hosted, collaborative task management. Flutter client across 6 platforms, backed by a raw Docker Compose stack: Postgres, Hasura GraphQL, Hasura Auth, Hasura Storage over MinIO. The "any-stack" reference app in the ɳSelf family, demonstrates the same primitives the CLI ships, but exposed as plain docker compose so you can fork, study, or adapt without depending on the CLI.
Unlike the other Type C reference apps (chat, claw, ntv) that use the ɳSelf CLI, task/ ships its backend as plain docker compose with a Makefile. This is a deliberate exception so developers can study the stack, fork it, or run it without installing the CLI.
git clone https://github.com/nself-org/ntask my-tasks
cd my-tasks/backend
cp .env.example .env
make up
make health
cd ../app
flutter pub get
flutter runFull capability inventory: Features wiki page.