A set of examples for KVision framework.
A minimal KVision application with simplified build configuration. A perfect project for a quick start.
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.
A very simple application with internationalization.
A simple application presenting all main features of KVision framework.
An address book application presenting a classic CRUD project with Material-like CSS template from Bootswatch.
An address book application rewritten with a Tabulator module.
A very simple desktop with four mini applications - a calculator, a text editor, a paint program and a web browser.
The list of Pokémon with live search, build with Redux module. It's also a fully compatible PWA.
A complete implementation of TodoMVC demo application.
A complete implementation of TodoMVC demo application developed with Ballast application state management framework.
A demo application created with TailwindCSS. It shows how to create KVision application with a modern design system alternative to Bootstrap.
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.
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).
A complete, fullstack address book application.
A simple application to encode the given text, based on the overview chapter from the KVision guide.