Home › Project Management › PERT Network

PERT chart template

Task network with auto-computed ES/EF/LS/LF and the critical path.

Open the pert network builder →

Advanced plan. Your data never leaves your browser.

At a glance

Category
Project Management
Plan
Advanced plan
Columns
Task · Duration · Deps |
Export
PNG and SVG
Data leaves your device
Never

What a pert network is

A PERT network maps tasks and their dependencies, then computes earliest and latest start and finish times for each. The critical path falls out of the arithmetic: the chain with zero slack, where any delay moves the end date.

When to use one

The data format

One task per line: TaskID, Duration, Dependencies (pipe-separated). ES/EF/LS/LF are computed for you.

Paste rows like this — copy the example straight into the builder to see it render:

A, 3
B, 4, A
C, 2, A
D, 5, B|C
E, 2, C
F, 3, D|E

How to make one

  1. Paste your data into the Studio, or upload a CSV or XLSX file.
  2. Set your colours — by hand, from pasted brand hex codes, or extracted from your logo.
  3. Generate and export as PNG or SVG for your deck or report.

One thing people get wrong. Get the dependencies right before worrying about the durations. A wrong dependency produces a confidently wrong critical path, which is worse than no analysis at all.

Why it runs in your browser

Charts are parsed and drawn entirely on your own device. No rows, files or logos are uploaded, so a pert network built from confidential project or process data never touches a server. You can verify it: open your browser's network tab while you generate one.