Conference talks, slide decks and live-demo code by Kiril S. Peyanski (@kirchoni).
Each folder is a self-contained talk with its own README, presentation assets and — where applicable — a runnable demo app.
| Talk | Event / Topic | Description |
|---|---|---|
| The UI That Builds Itself | Generative Front-End | What happens when the interface is decided at use time by an LLM agent instead of prebuilt at deploy time by a developer. |
talks/
├── README.md ← you are here
├── the-ui-that-builds-itself/ ← first talk
│ ├── presentation/ Slidev slide deck
│ ├── app/ Next.js demo app
│ └── README.md talk-specific details
└── … ← future talks
Navigate into any talk folder and follow its README. Most talks include:
- A presentation directory — install dependencies and run
npm run devto view the slides locally. - An app directory — a standalone demo you can run on your machine.
Materials are provided as-is for educational and reference purposes.