Skip to content

Live Demo

Try Kittox in action with the sample applications shipped with the framework, plus KittoSCM — a real-world multi-tenant application built on top of KittoX. Each demo runs the exact source code included in the distribution, so you can explore the features directly in your browser and then dive into the YAML metadata to see how they were built.

Demo credentials

For HelloKitto, TasKitto and KEmployee use UserName: guest and Password: password.

For KittoSCM you can try the demo in 2 modes:

  • as a "parent", using user BRZCRL68B12C523K and password password
  • as an "ASD administrator", using user SYSDBA and password password

HelloKitto

HelloKitto preview

HelloKitto is the reference sample application that showcases the Kittox way of doing things. It is the best starting point to understand the basic concepts of the framework, browse real YAML configurations, and copy-paste snippets into your own projects.

Highlights:

  • Multiple configuration files (including the minimal "Hello World" and an embedded mode)
  • DBExpress connection to Firebird with hashed-password authentication
  • Tree-based and toolbar-based menus, tile menu for mobile
  • Tabbed views, StatusBar, custom logo via HtmlPanel
  • List grouping, multiple user filters, custom form layouts
  • Master/Detail display and editing, grid record coloring

See the HelloKitto documentation page for the full feature list.


TasKitto

TasKitto preview

TasKitto is a task-tracking sample application modeling projects, phases and activities. It demonstrates a small-but-realistic business application built entirely with YAML metadata, and ships with a mobile-friendly configuration alongside the desktop one.

Highlights:

  • Task tracking: Projects, Phases, Activities with master-detail relations
  • Multiple configs: standard desktop and stripped-down mobile (ConfigMini.yaml)
  • Calendar view, bar chart and pie chart dashboards
  • Role-based access (Operator role) and custom tools

See the TasKitto documentation page for the full feature list.


KEmployee

KEmployee preview

KEmployee is a sample application built on top of the classic Firebird Employee.fdb demo database. It manages Employees, Customers and Sales and demonstrates more advanced relational scenarios such as multi-field key references.

Highlights:

  • Firebird database (Employee.fdb)
  • Employee — Customer — Sales domain
  • Reference fields with multi-field keys
  • Neptune theme

See the KEmployee documentation page for the full feature list.


KittoSCM

KittoSCM preview

KittoSCM (Sport Club Manager) is a real-world, multi-tenant web application for managing Italian sports clubs (ASD — Associazioni Sportive Dilettantistiche). The same codebase is deployed for several clubs via per-deployment Config.yaml overrides, and it is a great showcase of how far you can push KittoX in a production scenario.

It handles member registration, family groups, enrollment campaigns, subscription fees and installments, medical visits, federation registrations, internal messaging, accounting and Italian electronic invoicing (FatturaPA).

Highlights:

  • Dual-mode access: members/parents log in by Codice Fiscale on a smartphone-friendly interface, while club staff use a desktop admin interface
  • Profile-driven view routing via the %Auth:PROFILEID% macro (USER_Home vs ADMIN_Home)
  • Multi-tenant deployment from a single codebase (one .dpr per club)
  • MS SQL Server backend (FireDAC), ~90 data models, role-based access control
  • Custom authenticator with remote login, password reset via email and bcrypt hashing
  • Italian electronic invoicing (FatturaPA) integration and Flexcel reporting

Next steps

Released under Apache License, Version 2.0.