StackNova / Maps
STACKNOVA · CURATED TRAVERSALS

Maps.
Curated traversals.

A Map is a curated index - a page that tells you where to read, in what order, and why. Maps do not carry new knowledge; they organize existing Articles into a useful traversal. Some span more than one Path. Open one when you want a guided reading order through a whole subject in a single session.

01 / ALL MAPS

Pick a route.

Nine Maps in the library right now - two broad stacks for Web and AI, a narrower cut on the developer-facing AI surface, the designer's route through Claude Design, the engineering platform that runs underneath modern software, the route through internet search, and the marketing-analytics traversal alongside it.

MAP · AGENTIC AI / 7 MIN READ

Agentic AI stack

The agent slice of the AI library, walked in full - from the idea and the context window through extensions and architectures to production and the frameworks that ship it.

What is in the map
  • 01The ideaAgentic AI, and the stateless engine underneath.
  • 02The windowThe context an agent re-sends every turn.
  • 03ExtensionsFunctions, MCP, Skills, hooks, plugins.
  • 04ArchitecturesMulti-agent systems and the five patterns.
  • 05ProductionEvaluation, failure modes, and cost.
  • 06FrameworksThe harnesses, plus Claude Code and Cowork.
Open the map
MAP · AI FOR DEVELOPERS / 7 MIN READ

AI for developers

The narrower cut of the AI library - just the tools that show up in a developer's day-to-day. Coding with Copilot or Claude Code, delegating to Claude Cowork, designing with Claude, generating images, plus the model and protocol underneath.

What is in the map
  • 01Coding toolsGitHub Copilot, Claude Code, and the side-by-side comparison.
  • 02Design toolsClaude Design for explore-and-iterate UI work.
  • 03Image toolsNano Banana for the in-workflow image moments.
  • 04Delegated workClaude Cowork for the tasks around the code.
  • 05ModelClaude - the foundation underneath the tools above.
  • 06ProtocolMCP for wiring AI assistants to your own tools.
Open the map
MAP · AI / 9 MIN READ

AI stack

Every AI Path article sorted by layer - from foundation models up to the developer tools - with three reading orders for developers new to AI, agent builders, and depth-first readers.

What is in the map
  • 01FoundationsLLMs, the vocabulary, AI answers and search.
  • 02ModelsClaude, plus the course catalog.
  • 03ProtocolsMCP for tools and data.
  • 04AgentsThe loop, the window, multi-agent patterns.
  • 05ProductionEvaluation, failure modes, and cost.
  • 06FrameworksThe harnesses and the Microsoft option.
  • 07ExtensionsSkills, MCP, hooks, and plugins.
  • 08Coding toolsClaude Code, Copilot, and the comparisons.
  • 09Knowledge workClaude Cowork for delegated tasks.
  • 10Design and imageClaude Design and Nano Banana.
Open the map
MAP · AI × DESIGN / 8 MIN READ

Claude Design for designers

The adoption route for a designer meeting Claude Design - the tool, the design-system language it reads, making yours machine-readable, and the fidelity ladder it hands back.

What is in the map
  • 01Meet the toolWhat Claude Design is, and where it sits in a designer’s day.
  • 02The language it readsDesign systems and the tokens they are built from.
  • 03What it hands backThe fidelity ladder - clickable prototypes, not static frames.
  • 04Make yours machine-readableTurning your design system into an input, not a reference.
Open the map
MAP · DESIGN / 8 MIN READ

Design stack

Every Design Path article sorted across eight layers - language and tokens, craft, vocabulary, fidelity, tools, handoff, brand and graphics - plus the AI design layer on top, with three reading orders.

What is in the map
  • 01LanguageThe shared system and the named values underneath it.
  • 02CraftType, space, color, and the accessibility rules behind them.
  • 03VocabularyThe distinctions people swap around most in review.
  • 04FidelityThe ladder from idea to something you can click.
  • 05ToolsWhere the work actually happens.
  • 06HandoffWhere a finished design becomes an engineer’s spec.
  • 07Brand & graphicsImage formats, color on paper versus glass, brand systems.
  • 08The AI layerThe newest part of the workflow, and the fastest moving.
Open the map
MAP · WEB / 6 MIN READ

Internet search

The route through the search series - the pipeline inside a search engine, the two files that steer its crawler, the honest fundamentals of ranking well, the tags that measure the traffic, and the AI answer layer on top. Fourteen articles across Web and AI.

What is in the map
  • 01The engineCrawl, index, rank - why you never search the live web.
  • 02Steering the crawlerrobots.txt and sitemaps - the boundary and the invitation.
  • 03Earning the rankingSEO basics - findable, understandable, trusted.
  • 04Measuring the trafficUTM parameters - every visit arrives labeled with its origin.
  • 05The AI layerAnswer engines that write a reply on top of crawl-index-rank.
Open the map
MAP · MARKETING / 6 MIN READ

Marketing analytics

Getting traffic and measuring where it came from - the tagged links you send, the campaign they roll up into, the two ways people find you organically, and how you measure and optimize what comes back. Eight articles, the sibling of the internet-search map.

What is in the map
  • 01Tracking the linkUTM tags and URL shorteners - the links you send.
  • 02The campaignThe object every tagged link rolls up into.
  • 03Being foundSEO and GEO - the traffic with no campaign attached.
  • 04Measuring outcomesAnalytics events and conversion tracking.
  • 05OptimizingA/B testing - let data decide what ships.
Open the map
MAP · ENGINEERING / 6 MIN READ

Modern engineering

The platform craft underneath modern software - orchestration with Aspire, observability across services, and API documentation on top of OpenAPI. Three layers, every Engineering Path article in scope.

What is in the map
  • 01OrchestrationAspire and the AppHost - one command starts everything.
  • 02ObservabilityLogs, metrics, traces - the three pillars.
  • 03API documentationScalar, Swagger UI, and the OpenAPI spec underneath both.
Open the map
MAP · LIFECYCLE / 9 MIN READ

Ship a product

The flagship route across every Path - design, build, ship, and grow a product end to end, with AI woven through, plus three reading orders for founders, developers, and managers.

What is in the map
  • 01DesignDecide what you are building and what it looks like.
  • 02BuildTurn the design into a running application.
  • 03Ship & runPackage it, put it in the cloud, and control who gets in.
  • 04GrowMake people discover it, then measure and improve.
  • 05AI, all the way throughNot a stage - a tool you reach for at every stage.
Open the map
MAP · WEB / 6 MIN READ

Web stack

Every Web Path article sorted by layer - language, build tools, frameworks, API docs, orchestration - with a one-line reason and three reading orders for different readers. Pulls in API doc pieces from Engineering.

What is in the map
  • 01LanguageTypeScript, and why type-check is separate from type-strip.
  • 02Build toolsesbuild, Vite, and the deep dive on how Vite works.
  • 03FrameworksAngular, React, Vue, Svelte - the no-comparison overview.
  • 04API docsScalar and Swagger UI on top of an OpenAPI spec.
  • 05OrchestrationAspire and observability for the polyglot stack.
Open the map
What is a Map?

Curated traversals across the library.

A Map is a peer of an Article, not a parent or child. Where an Article gives you a self-contained piece of knowledge ("What is Vite?"), a Map gives you a curated path through several Articles ("here is the Web stack in 2026 - read these eight in this order, organized by layer").

Maps can cross Paths. The Web stack Map sits under the Web Path conceptually but pulls in Engineering Articles where it makes sense. That is the whole point of having Maps as a distinct content type.

For the full model, read How StackNova is organized.