{
  "markdown": "# ARDoCo TraceView\n\n**TraceView** is a browser-based, installation-free frontend for [ARDoCo](https://github.com/ardoco/ardoco)'s traceability link recovery (TLR) pipelines.\nIt is part of the [ARDoCo tool landscape](https://ardoco.de) and is publicly available at **[tv.ardoco.de](https://tv.ardoco.de)**.\n\n![TraceView screenshot showing Documentation, Architecture Model, and Trace Links side by side](.images/traceview.png)\n\nTraceView visualizes recovered trace links and detected inconsistencies between software architecture documentation (SAD), architecture models (SAM), and source code.\nIts interactive multi-panel layout lets users explore all three artifact types simultaneously and navigate across them by clicking on any element.\n\n---\n\n## Features\n\n- **Guided project wizard** — four-step wizard for uploading artifacts (SAD, SAM, code model), naming the project, selecting a TLR pipeline, and reviewing before submission\n- **Supported pipelines** — SAD-SAM (SWATTR), SAM-Code (ArCoTL), SAD-Code (ArDoCode), and transitive SAD-SAM-Code (TransArC)\n- **Multi-panel result view** — up to three resizable, side-by-side panels for SAD, SAM, and source code\n- **Cross-artifact highlighting** — selecting any trace link highlights the linked elements across all open panels\n- **Inconsistency detection** — TEAM (Text Entity Absent from Model) and MEAT (Model Entity Absent from Text) results shown alongside trace links\n- **No local installation required** — communicates with the [ARDoCo REST API](https://rest.ardoco.de)\n\n---\n\n## Tech Stack\n\n- [Next.js](https://nextjs.org) / [React](https://react.dev) (TypeScript)\n- [Tailwind CSS](https://tailwindcss.com)\n- [D3.js](https://d3js.org) for architecture model rendering\n- [Headless UI](https://headlessui.com) for accessible UI primitives\n\n---\n\n## Getting Started\n\n### Development\n\n```bash\nnpm install\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser.\n\n### Production build\n\n```bash\nnpm run build\nnpm start\n```\n\n### Docker\n\n```bash\ndocker build -t traceview2 .\ndocker run -p 3000:3000 traceview2\n```\n\nOr use the provided Docker Compose template:\n\n```bash\ncp docker-compose-template.yml docker-compose.yml\ndocker compose up -d\n```\n\n",
  "bytes": 2222,
  "sha": "efe9b3ff4d6f64a948eedefa6491ad7d7ef43c3dec2688c7d56f57d1781a5b95",
  "repo_slug": "ardoco/traceview-v2",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_ardoco_traceview_v2_openwiki_index_md_450e07c7/readme"
}