Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kirchoni/talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Talks

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.

Talks

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.

Repository layout

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

Getting started with a talk

Navigate into any talk folder and follow its README. Most talks include:

  • A presentation directory — install dependencies and run npm run dev to view the slides locally.
  • An app directory — a standalone demo you can run on your machine.

License

Materials are provided as-is for educational and reference purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors