Static conference bundle for the BetterCode GenAI Summit 2026.
The repository is intentionally HTML-only for the presentation layer: every deck can be opened directly in a browser and deployed to GitHub Pages without Bun, Vite, Node, or a build step.
Deployed site: https://telekom.github.io/better-code/
| Page | Speakers | Source talk title |
|---|---|---|
| KI-Agenten für Legacy-Analyse | Adit & Lars | KI-Agenten für Legacy-Analyse: MCP, Skills und dynamischer Kontext in der Praxis |
| Context Engineering | Adit & Lars | Supporting context material for the main talk |
| KI in der Praxis: Legacy-Systeme modernisieren | Laura & Sigrid | KI in der Praxis: Strategien zur Modernisierung komplexer Legacy-Systeme |
| Catalog Migration Run Overview | Demo artifact | Visual overview of the one-modernizer migration run |
Start from the deployed overview page.
The demo/ folder contains the modernization demo:
demo/one-modernizer/- the Claude Code plugin for the pipeline: discover -> assess -> decompose -> architect -> implement -> validate.demo/eShopModernizing/- the Microsoft eShopModernizing sample used as the migration target.
original Demo Repo where we cloned from: https://github.com/dotnet-architecture/eShopModernizing
The demo migrates one feature, Catalog Item Management, from
eShopLegacyMVC to a generated .NET 8 ASP.NET Core MVC + EF Core target.
Useful demo evidence:
- Demo runbook
- Pipeline index
- Graph report
- Migration sequence
- Decomposition summary
- Architecture summary
- Validation report
- Generated target README
- Root GitLab Pages CI
- Preserved catalog-service build/test CI
.
├── index.html
├── presentations/
│ ├── ki-agenten-legacy-analyse.html
│ ├── context-engineering.html
│ ├── ki-modernisierung-legacy-systeme.html
│ └── migration-run-overview.html
├── docs/
│ ├── Adit-Lars-Vortrag.md
│ ├── Laura-Sigrid-Vortrag.md
│ └── adit-lars-todo.md
└── demo/
├── README.md
├── one-modernizer/
└── eShopModernizing/
GitHub Pages deploys the static HTML folders via
.github/workflows/pages.yml. In a GitHub
repository, enable Pages with Source: GitHub Actions.
GitLab Pages deploys the same static bundle via .gitlab-ci.yml.
The root GitLab CI is Pages-only; the generated catalog build/test/package pipeline
is preserved as demo evidence under demo/eShopModernizing/.../target/catalog-item-management/.gitlab-ci.yml.
Large videos should stay out of the repository. Upload them to GitHub issues or another stable host and embed the resulting URLs in the HTML decks.