Part of The Intelligent Infrastructure Playbook, a 36-article series on platform, AI, and security engineering for 2026.
Category: DevSecOps
Slug: eu-cra-countdown-ce-marked-software
Author: Subhanshu Mohan Gupta
Canonical: https://blogs.subhanshumg.com/eu-cra-countdown-ce-marked-software
By December 2027, every product with digital elements sold in the EU needs conformity assessment. The 14 essential requirements, the open-source carve-outs, and what shipping early gets you.
article.md: the full essay, Hashnode-compatible front-matter, ready to publish.references.md: primary sources and further reading.diagrams/: Mermaid diagrams (.mmd) and the cover image (cover.png).code/: runnable snippets, manifests, and helper scripts referenced from the article.publish.md: how this article is published and cross-posted.
eu-cra, regulation, conformity
# Render the cover (requires Pillow + the DejaVu / Poppins fonts).
# Run from the *main* playbook repo:
# git clone git@github.com:SubhanshuMG/The-Intelligent-Infrastructure-Playbook.git
# python3 tools/generate_all_covers.py C53
#
# The rendered cover is copied here as diagrams/cover.png.
# Render the diagrams (requires mermaid-cli).
for f in diagrams/*.mmd; do
mmdc -i "$f" -o "${f%.mmd}.svg" -t dark -b transparent
done- Prose (article.md, references.md, diagrams/*.md): Creative Commons Attribution 4.0 International (CC BY 4.0). Reuse freely with attribution.
- Code (code/*, any scripts): MIT License.
- See
LICENSEfor the combined notice.
See CITATION.cff for machine-readable citation
metadata.
The Intelligent Infrastructure Playbook · by Subhanshu Mohan Gupta · https://blogs.subhanshumg.com