Curated IA.md files for 200+ products. Drop one into your project and let AI coding agents scaffold with proven navigation, page hierarchy, content models, and user flows.
getIA.md provides standardized information architecture files for AI coding agents. Each IA.md describes a real product's complete structure — site map, navigation, content model, user flows, and access control — so AI agents can scaffold apps that feel right from day one.
Complete page hierarchy with navigation depth
Global nav, local nav, contextual patterns
Entities, attributes, and relationships
Key task flows with step-by-step paths
RESTful route patterns for every page
Role-based page and feature visibility
# 1. Pick a brand IA from the catalog
$ curl -sL getia-md.github.io/catalog/notion/IA.md -o IA.md
# 2. Drop it in your project root
$ mv IA.md ./my-project/IA.md
# 3. Let your AI agent use it
$ claude "Build this app following the IA.md structure"