Your data, six views, one dataset.
Steward is licensed under Apache 2.0 and the public release is in progress. The repository will be opened to the community once the first stable cut is tagged.
Steward started from a frustration that every team I have worked with shares. The same dataset gets retyped into a slide deck, copy-pasted into a spreadsheet, redrawn in a diagramming tool, and then redrawn again as a Gantt chart. Each artifact drifts from the others within a week. The dataset is real, but the views are scattered, and the labour of keeping them in sync is invisible until it breaks.
Steward treats the dataset as the canonical thing and the views as windows onto it. Add a node in the graph and the table updates, the slides update, the Gantt updates, and the Mermaid diagram updates. Pull in a CSV and Steward infers the structure, lays out the graph, and generates the first cut of every other view. The AI co-pilot operates on top of this canonical model, which means it can answer questions about your data that are grounded in its structure rather than guessed at from a prompt.
The project is built in TypeScript, runs in the browser, and is designed to be self-hosted with no required external services. It is licensed under Apache 2.0 and the public repository will open as soon as the first stable cut lands. Until then, this page is the placeholder.