Nokki
Nokki is a fictional open-source software library designed for data visualization and interactive dashboards. Created as an illustrative example in computer science and information design, Nokki aims to provide a compact, extensible API for building charts, maps, and widgets with minimal boilerplate.
Nokki was conceived in 2019 by a collaborative team at a technical university and released publicly in
Nokki offers bindings for multiple languages, notably JavaScript and Python. Its component-based model supports charts, tables,
The hypothetical core engine manages component lifecycles and events, while renderer adapters abstract drawing to SVG,
Developers typically define a chart by configuring a chart object with type, data, and display options, then
In its intended role as an educational tool, Nokki is used to illustrate API design and testing
Data visualization libraries; open-source software; software architecture.