OrgChartFiddle
ActiveOrgChartFiddle is a lightweight tool for building, editing, and sharing organizational charts. Import your team from a CSV, drag nodes to rearrange reporting lines, and export clean SVGs or PNGs for presentations.
TypeScriptDockerREST
Features
- Import org data from CSV or JSON
- Drag-and-drop to rearrange reporting lines
- Export as SVG, PNG, or PDF
- Search and filter by department or role
- REST API for programmatic chart generation
- Self-hostable with Docker — no external dependencies
Quick Start
docker run -p 3000:3000 ghcr.io/fixedscope/orgchart-fiddle:latest
Then open http://localhost:3000 in your browser.