Apply the uinaf brand identity to anything that ships under the uinaf name — web interfaces, blog posts, changelogs, documentation, READMEs, slides, OG / social images, email, terminal banners, app or product UI starting points. Covers voice, design tokens, components, motion, and brand assets, with a Tailwind v4 path for web work. Use when producing or restyling any uinaf-branded artefact. Skip for non-uinaf work; this is opinionated brand guidance, not a generic UI kit.
98
100%
Does it follow best practices?
Impact
97%
1.67xAverage score across 5 eval scenarios
Passed
No known issues
The studio is releasing healthd — a small daemon for machine health checks and reporting — as an open-source project. The tool has been running internally for two years; this is its first public release at v0.1.0.
Two pieces of content need to ship alongside the code: a blog post on the studio site announcing the release, and a product documentation page that will live at uinaf.dev/healthd. Both need to be written in the uinaf voice and follow the studio's content conventions.
The blog post should be concise and direct — the kind of thing a sharp engineer writes in an hour. The documentation page needs to be scannable and code-heavy; it's written for people who came for the commands, not the backstory.
healthd does (factual context — write this up, don't quote it verbatim)localhost:9090/health--strict mode that exits non-zero when any metric exceeds configured thresholdshealthd start, healthd stop, healthd status, healthd report~/.healthd/config.toml or environment variablesbrew install uinaf/tap/healthd (macOS), cargo install healthd (Linux)github.com/uinaf/healthd--port <n> — Port to expose the HTTP endpoint (default: 9090)--strict — Exit non-zero if any threshold exceeded--config <path> — Path to config file (default: ~/.healthd/config.toml)--interval <s> — Check interval in seconds (default: 30)--quiet — Suppress stdout outputblog.mdA blog post announcing the open-source release. Include front matter with title, date (use today's date: 2026-04-26), and a one-sentence description. The post body should cover what the tool does, why the studio built it, and where to get it. Keep it tight.
docs.mdA product documentation page for healthd. Include sections covering what it does, installation, usage examples, available flags, configuration, and links to related resources. Use the GitHub repo and docs URL uinaf.dev/healthd as the canonical references.
Write both files to the working directory:
blog.mddocs.md