Simple Gantt Chart Generator

Create simple Gantt charts to visualize project task schedules. You can also display task dependencies and progress status.

Sponsored
Loading...

1. Project Period Settings

2. Add Task

0%

3. Task List

Task NamePeriodProgressDependenciesActions
Requirements Definition
4/14 - 4/21
0%
-

5. Save/Load Data

Export Data

{
  "projectStartDate": "2026-04-14",
  "projectEndDate": "2026-05-14",
  "tasks": [
    {
      "id": "1",
      "name": "Requirements Definition",
      "startDate": "2026-04-14",
      "endDate": "2026-04-21",
      "color": "#4299e1",
      "dependsOn": [],
      "progress": 0
    }
  ]
}

Import Data

How to Use

  1. Set the project start and end dates.
  2. Enter task name, start date, and end date, then click "Add Task" button to add a task.
  3. For tasks that require dependencies, you can select the tasks they depend on.
  4. You can set the progress rate for each task between 0 and 100.
  5. To edit a task, click the "Edit" button from the task list.
  6. The created Gantt chart can be downloaded as SVG.
Sponsored
Loading...
Sponsored
Loading...

About Favorites

Your favorites are saved locally in your browser and never sent to our servers for your privacy.