Skip to content(if available)orjump to list(if available)

Show HN: Ultra-portable Gantt chart tool for very regulated environments

Show HN: Ultra-portable Gantt chart tool for very regulated environments

3 comments

ยทJanuary 9, 2025

I work for government agency with a lot of security considerations. We can't install anything and using public webapps is out of the question. Going through clearance or procurement to buy or install something is a pain.

I needed a project management tool, and what we had on offer was too clunky and old. I built SimpleGantt to be ultra lightweight and portable. It's one HTML, one Javascript and one CSS file. Each project is saved into a single .yaml file.

If you have a SharePoint environment you can "host" it by uploading the repo to SharePoint after renaming simplegantt.html to simplegantt.aspx. That allows anyone with access to open the tool by simply having the URL.

Try it at: https://aerugo.github.io/simplegantt/simplegantt

This is a couple of days of tinkering, and mostly exists to keep me from going crazy while managing projects with lots of deadlines and dependencies, so don't expect much. But another person in the same position, finding this might lead to calmer days.

greatgib

Thank you very much for this project, not only because it looks nice but also to have created with a long lost spirit: "I do something nice for myself and I share it with the world" open source, and doing something straight simple with dependency!

I wish more things are released like that.

Also your tool might be very useful because there isn't a good Gantt tool that is lightweight anymore, i search for one recently and my only solution in the end was to use an excel template...

My 2 feedbacks if you are interested: - it is annoying to have the "category" required to create a task. Maybe you could create a task with an "undefined" category if none provided? - a great feature would be to be able to export the result output or view in a PNG picture or SVG.

freds39

Feature request: A really useful addition would be the ability to reference an existing (remote) chart via say a URL parameter for display.

fffrantz

Gonna give this a shot! Looks promising for SharePoint sites that are internal.