Live Demo
Try Kittox in action with the three sample applications shipped with the framework. Each demo runs the exact source code included in the KittoX 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
Use UserName: guest and Password: password to log in to any of the demos.
HelloKitto
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 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 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.
Next steps
- Download and install the framework — see Installation
- Read the Getting Started guide to build your first Kittox application
- Browse the Basic concepts to learn about YAML metadata, models and views



