KVision examples
February 23, 2026 · View on GitHub
A set of examples for KVision framework.
Mini template
A minimal KVision application with simplified build configuration. A perfect project for a quick start.
Template
An application template. It includes all dependencies to develop KVision applications with all supported components (including unit tests). A perfect starting point for a new application.
Hello World
A very simple application with internationalization.
Showcase
A simple application presenting all main features of KVision framework.
Address book
An address book application presenting a classic CRUD project with Material-like CSS template from Bootswatch.
Address book with Tabulator
An address book application rewritten with a Tabulator module.
Desktop
A very simple desktop with four mini applications - a calculator, a text editor, a paint program and a web browser.
Pokedex PWA
The list of Pokémon with live search, build with Redux module. It's also a fully compatible PWA.
TodoMVC
A complete implementation of TodoMVC demo application.
TodoMVC-Ballast
A complete implementation of TodoMVC demo application developed with Ballast application state management framework.
TodoMVC-Signal
A complete implementation of TodoMVC demo application developed with Signal reactive state library.
TailwindCSS demo
A demo application created with TailwindCSS. It shows how to create KVision application with a modern design system alternative to Bootstrap.
Patternfly demo
A demo application created with Patternfly UI toolkit. It shows how to create KVision application with a modern design system alternative to Bootstrap. The application is heavily inspired by Patternfly Kotlin project.
Fomantic-UI demo
A demo application created with Fomantic-UI toolkit. It shows how to create KVision application with a modern design system alternative to Bootstrap. It also presents state management based on Kotlin flows (using both StateFlow and SharedFlow).
Address book - fullstack
A complete, fullstack address book application.
Encoder - fullstack
A simple application to encode the given text, based on the overview chapter from the KVision guide.