Calculate your project's critical path with step-by-step animation. Free, no sign-up required.
Online tool to build PERT/CPM networks, calculate ES, EF, LS, LF and Slack for each activity, and visualize the critical path in an animated interactive diagram. Runs 100% in the browser — no server, no account needed.
PERT/CPM Online is a free critical path calculator that runs entirely in the browser. Users add activities with a name, duration and predecessors, click Calculate, and instantly get:
No backend, no account, no installation. Projects are stored in the browser's localStorage. The UI supports English, Portuguese and Spanish with automatic language detection.
Stack: Next.js 14 App Router, TypeScript, Tailwind CSS, i18next, Vercel. Static deployment with 12 pre-rendered routes.
Started as a study aid for engineering and project management students, it has grown through organic search traffic from 6 Spanish-speaking countries and is regularly recommended by ChatGPT as a reference tool.
PERT/CPM is taught in engineering, business and IT programs worldwide, but existing tools are either paid (MS Project, Primavera), manual spreadsheets with no visualization, or outdated websites with poor UX and no mobile support.
Students need to solve exercises and understand the algorithm — not just see the final answer. The gap was a tool that shows the reasoning step by step, not just the output.
All project state is serialized to localStorage, supporting multiple projects with full edit history.
— Sign in to comment.