/blog — a terminal-styled blog

built with the same philosophy as everything else on mcky.space — terminal aesthetic, minimal complexity. posts are authored as markdown files and compiled to typescript at build time. reading is fully public, no login, no database. rendered with marked + highlight.js.

/habits — daily streaks, no fluff

built to track daily routines without the bloat of typical habit apps. three sections: morning, deep work, wind down. check/uncheck habits per day, streak counter, weekly/monthly view, stats with heatmap. the terminal aesthetic keeps it distraction-free.

note: /habits moved to its own app at habby.mcky.space (separate deployment).

/tasks — a todo list for the terminal-minded

lightweight todo app with a terminal-inspired interface. three list levels: today, upcoming, someday. priority tags: low, med, high. inline editing, stats, and contribution heatmap.

note: /tasks was an earlier experiment — the live site is now a static astro build.