Release notes

Tool category hubs and permanent `/tools/[slug]` routing

Launched permanent category hubs under `/tools/[slug]`, tightened category naming, and made the tool discovery layer easier to crawl, browse, and retrieve.

  • Added permanent tool category pages under `/tools/[slug]`
  • Shortened category labels and hero headers for cleaner scanning
  • Expanded sitemap and LLM-facing discovery surfaces for the new hubs

The tools section now supports permanent category hubs under the same `/tools/[slug]` pattern as tool detail pages. That keeps the URL structure simpler while still giving search engines and retrieval systems stronger entry points into the catalog.

Alongside the routing change, category naming and hero copy were tightened so pages scan faster for real visitors and feel less bloated at the top of the page. The goal was to keep each hub direct, legible, and easier to navigate from the first screen.

Related notes

More updates

See the nearby changes that shaped the site, the products, and the publishing layer around them.

Admin control panel refresh for overview, users, and content

Redesigned the admin control panel, improved user and content management screens, and removed public-facing admin links from the main site navigation.

Build stability upgrade for authors, feeds, and content indexing

Removed the recurring build-time `SQLITE_BUSY` contention by isolating author pages from D1 blog reads and shifting feed and index surfaces to runtime generation.