How to use the Technology Radar
⚠️ Disclaimer: This is a showcase based on the
open-source technology radar for visualization purposes and does not represent actual Porsche or Porsche Digital technology choices.
Introduction
The Porsche Digital Technology Radar visualizes the technologies, tools, methods, and platforms relevant to our engineering teams. It helps make informed decisions about which technologies to adopt, trial, assess, or hold.
Items are organized into quadrants and placed on rings that indicate our current recommendation. The radar structure — including the number of quadrants and rings — is fully configurable and may evolve over time (e.g., dedicated rings for AI-related technologies). The visual styling follows the
Setting up your own instance
- Create a new project and install the radar as a dependency:
mkdir my-technology-radar && cd my-technology-radar
npm init -y
npm install @porscheofficial/porschedigital-technology-radar
-
Run
npx techradar initto scaffold starter files (radar/,config.json,about.md,public/,custom.scss,.gitignore). -
Edit
config.jsonto set your branding, quadrants, rings, and colors. -
Add your technologies as Markdown files in
radar/(one folder per release, e.g.radar/2025-01-15/react.md). -
Run
npx techradar devto preview, thennpx techradar buildto generate the static site inbuild/.
See the
Contributing
Source code and contributions are welcome on GitHub:
Acknowledgements
This project is based on the open-source
