Your Company HQ dashboard
Company HQ is a private one-page overview of your business that Corey renders on demand. It shows what needs you right now (deadlines and approvals ranked first), a page per project, your content and traffic, and a finance roll-up. It is built from what Corey already knows - your files, GitHub and analytics - so nothing is stored twice and nothing is published. Ask Corey to "show my company HQ", or set up a one-word shortcut so it opens in your browser whenever you want a look.
Company HQ is a single page that shows you the state of your whole business at a glance. It is not another app to keep up to date - Corey builds it on demand from what it already knows, and throws it away when you close it. Nothing is stored twice, and nothing is published.
What is on it
- Next actions - what needs you, ranked. Compliance deadlines and approvals sit above build work, so the first thing you see is the thing to do first. Each approval links straight to GitHub.
- A page per project - click any project card for its own roadmap, finance and overdue reviews.
- Content and traffic - published posts and your analytics pageviews, with a trend sparkline.
- Finance roll-up - cash, runway and per-project finance, computed live as the page is drawn.
- Knowledge and skills - what your setup knows: capability packs and available skills.
How to open it
Just ask Corey, in any session:
show me my company HQCorey renders the dashboard and opens it in your browser. The first run confirms a couple of settings (your analytics site and the GitHub owners to scan) and remembers them.
One-word shortcut
If you want it a keystroke away, add a shell alias so hq renders and opens it from any terminal.
Ask Corey to set this up, or add it yourself:
alias hq=‘bash “$HOME/your-corey-folder/scripts/preview-company-hq.sh”’Then hq opens the dashboard, hq --no-open just prints the file path, and hq --no-fathom skips
the live traffic pull for a faster render.
Private by design
The dashboard carries real numbers - deadlines, cash, traffic - so it is built to stay yours. It renders locally and is never public. The finance roll-up is computed at view time and never saved, so there is no consolidated copy of your books sitting anywhere. If you ever decide to host it so you can check it on the go, Corey puts it behind a login gate and fails loudly rather than ever serve it to the open web.
Fixing a number
The page is a mirror, not a source. If something looks wrong, do not edit the page - it is rebuilt every time. Fix the thing behind it (the GitHub issue, the deadline, the finance file) and render again.