About ShortcutHub

ShortcutHub is a free online platform that provides keyboard shortcuts, productivity tips, and quick guides for developers, designers, and everyday users.

What it is

ShortcutHub is a fast, distraction-free reference for the keyboard shortcuts, commands, and CLI references you need most. Every shortcut is one search away — no accounts, no clutter, no tracking, no paywall.

We cover the tools developers, designers, and everyday computer users reach for every day: operating systems, editors, spreadsheets, browsers, and the command line. If there's a tool you use that we don't cover yet, let us know.

Who it's for

  • Developers who want faster, more accurate references for their editor, terminal, and version control.
  • Designers who live in design and productivity tools and want to skip the menus.
  • Everyday users who want to get more done with fewer clicks — and feel a little cleverer while doing it.

How it's built

ShortcutHub is a fully static export built with Next.js 15, the App Router, TypeScript, and Tailwind CSS. All shortcut data is authored as typed modules validated with Zod, so a typo in the data fails the build rather than reaching a visitor. Search runs client-side via Fuse.js, with the full index inlined at build time.

The site deploys to Cloudflare Pages as pure static HTML, CSS, and JavaScript — no server, no database, no cold starts. Every page is statically generated, including per-program social preview images.

Performance

Static generation means instant time-to-first-byte and almost zero JavaScript on most pages. The only interactive component is search, which is lazy-loaded. Dark mode is applied pre-paint via an inline script, eliminating the flash of unstyled content.

Privacy

We don't collect personal data, run analytics on your shortcuts, or set tracking cookies. The site uses Cloudflare Web Analytics, a privacy-friendly, cookie-free service — and only when you opt in via configuration. See the Privacy Policy for the full details.

Open and honest

ShortcutHub is free to use, free of paywalls, and free of signups. The catalog will grow over time. If you find a mistake, want to request a program, or have feedback, we'd love to hear from you.