app
Adom Gantt
Public Made by Adomby adom
Interactive Gantt chart viewer for project timelines, with a table view over the same data. Data-driven, dark by default with a print-friendly light mode, and fully editable in the browser: drag bars to move or resize, multi-select and batch-shift dates, manage dependency arrows inline, reorder rows, filter by phase, and undo. Toggle to the table for every task and milestone as a row with owner, deadline and status, filtered per owner and edited in place. Every edit is recorded in an append-only
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
{
"slug": "adom-gantt",
"title": "Adom Gantt",
"type": "app",
"version": "0.19.0",
"description": "Interactive Gantt chart viewer for project timelines, with a table view over the same data. Data-driven, dark by default with a print-friendly light mode, and fully editable in the browser: drag bars to move or resize, multi-select and batch-shift dates, manage dependency arrows inline, reorder rows, filter by phase, and undo. Toggle to the table for every task and milestone as a row with owner, deadline and status, filtered per owner and edited in place. Every edit is recorded in an append-only changelog so an AI can read what a human changed and build on it. Imports JSON, CSV, MS Project XML and Jira CSV; exports JSON, CSV, SVG and a self-contained HTML snapshot.",
"main": "server.js",
"bin": {
"adom-gantt": "server.js"
},
"tags": [
"gantt",
"timeline",
"project-management",
"scheduling",
"visualization",
"cli"
],
"dependencies": {},
"discovery_triggers": [
"show me a gantt chart",
"open the project timeline",
"make a gantt chart for this project",
"view the project schedule",
"plot our milestones on a timeline",
"import this MS Project file",
"export the schedule as SVG",
"who owns what on this project",
"show the plan as a table",
"what are my tasks and deadlines"
],
"discovery_pitch": "Reach for adom-gantt when a project's phases, tasks, milestones and dependencies need to be seen and edited on a timeline rather than read as a list.",
"sample_prompts": [
{
"label": "View a plan",
"prompt": "open the SMT line plan as a gantt chart"
},
{
"label": "Shift a phase",
"prompt": "push every validation task out by two weeks on the timeline"
},
{
"label": "Import",
"prompt": "import this Jira CSV and show it as a gantt chart"
},
{
"label": "What is mine",
"prompt": "open the DC demo plan as a table and filter it to my tasks"
}
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh",
"start": "node server.js"
},
"hero": {
"path": "docs/hero.png"
}
}