Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/guide/start/demo-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ A diary application built using the vertical slices architecture pattern.
In this approach, each feature is implemented end-to-end rather than being split across horizontal layers,
making it easier to add or modify features independently.

**[Demo Summarizer](https://github.com/yiisoft/demo-summarizer) — Large language model (LLM) document summarizer**

A runnable Yii3 demo for uploading documents, extracting readable Markdown, summarizing content,
and tracking processing progress.
Loading