Skip to main content
← The Builder’s Log/Site Links — Full Site Map Generator
Site Links — Full Site Map Generator
developer-toolssite-mapnavigationroutingbheng

Site Links — Full Site Map Generator

B

Bunlong Heng

February 6, 2026

As a site grows, it gets hard to remember what's actually there. Site Links renders the full route tree of bheng.com — every page, tool, blog post, API endpoint, and game — in a single organized view.

What it does

Site Links full site map

The tool enumerates all routes across the entire Next.js app and groups them by category:

  • Blog — all published posts
  • Tools — every tool in /tools/
  • Games — games section
  • API endpoints — all /api/ routes
  • Docs — documentation pages
  • Pages — everything else

Each category gets a distinct color. Routes are listed with their full path, clickable.

Why it exists

It started as a debugging tool — "what routes are actually live right now?" — and turned out useful enough to ship as a standalone page. It's also a good sanity check after adding new pages or restructuring routes.

Comments

Be the first to leave a comment.

Leave a comment

Related Posts