Awesome
KVision examples
A set of examples for KVision framework.
Mini template
A minimal KVision application with simplified build configuration. A perfect project for quick start.
Template
An application template. It does nothing, but 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 almost no optional modules.
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.
Onsen UI Kitchen Sink
An example mobile application created with KVision's bindings for Onsen UI library. It's an almost 1 to 1 rewrite of an official Vue Kitchen Sink example. It presents how to use all Onsen UI visual components with fully type-safe Kotlin API and DSL builders.
See live demo with iOS platform
See live demo with Android platform
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. It presents an innovative way to build fullstack applications with KVision and Ktor, Jooby, Spring Boot, Javalin, Vert.x or Micronaut frameworks. KVision closely integrates the client and the server side of the project with a shared data model and fully type-safe connectivity between both sides (based on automatically generated routings and JSON-RPC endpoints). The example project utilizes:
- H2 SQL database (local) or PostgreSQL database (configured on Heroku)
- Exposed Kotlin SQL library for database connectivity (used in Ktor, Javalin and Vert.x versions)
- Spring Data R2DBC with Kotlin Coroutines extensions (used in Spring Boot and Micronaut version)
- Kwery ORM for database connectivity (used in Jooby version)
- Pac4J security engine for authentication and profile management (used in Jooby version)
The architecture of the project is heavily based on Kotlin coroutines, wrapping asynchronous client-server calls into easy-to-read synchronous-like code.
Number converter - fullstack
A simple application to convert integer numbers to words by using JVM Tradukisto library.
Encoder - fullstack
A simple application to encode the given text, based on the overview chapter from the KVision guide.
Tweets - fullstack
A simple, multiplatform, message board application based on websocket communication.
Template - fullstack
A fullstack application template (versions for all supported frameworks). A starting point for a new application.
Template - Electron
An application template for Electron framework. It shows how to build cross-platform (Windows, Linux, MacOS), desktop applications with KVision and Kotlin.
Template - Apache Cordova
An application template for Apache Cordova framework. It shows how to build mobile (Android, iOS), hybrid applications with KVision and Kotlin.