Site Index

Complete page index in human-readable and AI-readable tree format.

Page Tree

aistack.design
├── /
├── /about
├── /philosophy
├── /services
├── /resources
├── /contact
├── /tools
│   ├── /tools/spec
│   ├── /tools/specforge
│   ├── /tools/token-estimator
│   ├── /tools/prompt-risk
│   ├── /tools/rag-readiness
│   └── /tools/audit-log-template
├── /delivery
├── /engagements
├── /rags
├── /finetuning
├── /devsecops
├── /ai-edge
├── /ml-ops
├── /ai-tools
├── /education
├── /blog
├── /privacy-policy
├── /bot-document
└── /site-index

AI-Readable JSON Tree

{
  "site": "https://aistack.design",
  "pages": [
    {"path": "/", "type": "home"},
    {"path": "/about", "type": "company"},
    {"path": "/philosophy", "type": "company-philosophy"},
    {"path": "/services", "type": "services"},
    {"path": "/resources", "type": "resources"},
    {"path": "/contact", "type": "contact"},
    {"path": "/tools", "type": "tools-index"},
    {"path": "/tools/spec", "type": "tool-overview"},
    {"path": "/tools/specforge", "type": "tool-interactive"},
    {"path": "/tools/token-estimator", "type": "tool-interactive"},
    {"path": "/tools/prompt-risk", "type": "tool-interactive"},
    {"path": "/tools/rag-readiness", "type": "tool-interactive"},
    {"path": "/tools/audit-log-template", "type": "tool-generator"},
    {"path": "/delivery", "type": "deliverables"},
    {"path": "/engagements", "type": "engagements"},
    {"path": "/rags", "type": "service-specialty"},
    {"path": "/finetuning", "type": "service-specialty"},
    {"path": "/devsecops", "type": "service-specialty"},
    {"path": "/ai-edge", "type": "insight"},
    {"path": "/ml-ops", "type": "insight"},
    {"path": "/ai-tools", "type": "insight"},
    {"path": "/education", "type": "education"},
    {"path": "/blog", "type": "blog"},
    {"path": "/privacy-policy", "type": "policy"},
    {"path": "/bot-document", "type": "bot-guidance"},
    {"path": "/site-index", "type": "index"}
  ]
}