HomeBlogHow to Create an Org Chart Online — Free and Without Signing Up

How to Create an Org Chart Online — Free and Without Signing Up

2026-05-1714 min read

Quick answer: Open SimplOrg in any browser, add your top role, then connect direct reports beneath it to build the hierarchy. No account, no email, no watermark. Your data never leaves your device. Most teams finish a 20-person chart in under 15 minutes.


You have a hiring freeze meeting in 20 minutes and someone just asked for the current org chart. Or you are onboarding three people next week and you want to show them how the teams connect. Or you are the new ops manager and the org chart you inherited is a PowerPoint slide from 2022.

The goal is simple: a clean, shareable org chart, built today. The internet is full of tools that claim to offer this for free. Most of them are technically telling the truth. But "free" in that world tends to mean: create an account, confirm your email, choose a plan, dismiss the upsell modal, then — finally — reach a blank canvas. That sequence takes longer than it sounds when you are between meetings.

This tutorial shows you how to build an org chart from scratch using SimplOrg, a browser-based tool where the canvas is the first thing you see. If you want a refresher on what an org chart is and when different formats apply, start there. If you already know what you need and want to build it now, read on.


The friction audit — what other tools require before you reach a blank canvas

The term "free org chart tool" covers a wide range. The practical question is not whether a tool offers a free tier, but how many steps stand between you and an empty canvas. The table below reflects the typical pattern observed across common tools' free tiers as of early 2026; individual flows vary and change.

Step Lucidchart (typically) draw.io Canva (typically) SimplOrg
Signup required Yes No Yes No
Email verification Yes No Yes No
Plan selection prompt Yes No Yes No
Watermark on free export Yes (paid to remove) No Yes on some assets No
Data sent to server Yes Optional (cloud save) Yes No
Time to blank canvas 5–10 min ~2 min 5–8 min ~5 seconds

The draw.io comparison is worth noting: it does not require signup, and it is a legitimate option. SimplOrg is purpose-built for org charts specifically, which means fewer steps and no general-purpose clutter — the canvas already understands parent-child relationships, and every action is org-chart-specific.

For someone with a genuine 15-minute window, those onboarding steps are not minor friction — they are the whole budget. SimplOrg opens directly in your browser at simplorg.com/app/. There is nothing between you and a working canvas.


What you'll need before you start

The tool handles the drawing. What you need to bring is the data.

Required:

  • Names and job titles for everyone you are charting
  • Reporting relationships — who reports to whom

Optional but useful:

  • Profile photos or a company logo
  • A CSV export from your HR system if you are charting more than 15 or 20 people

Most HR platforms can export a people directory to CSV. Commonly used platforms include BambooHR, Workday, Personio, Rippling, and Google Workspace Admin. The exact export location differs by platform, but look for a "Export" or "Download" option on the People or Directory page. You need at minimum Name, Title, and the name of each person's manager.

Time estimate:

  • Manual drag-and-drop: roughly 15 minutes for a 20-person chart
  • CSV import: closer to 5 minutes for the same size, once your file is formatted correctly

Method 1 — Build manually with drag-and-drop

Step 1: Open the tool

Navigate to simplorg.com/app/ in any modern desktop browser (Chrome, Firefox, Edge, Safari). The application loads directly in the browser tab. You do not create an account and you do not install anything.

What you see when the page loads: an empty canvas with a toolbar along the top edge and a panel on one side. The canvas is where your chart will appear. The toolbar contains controls for adding nodes, changing layout direction, and exporting.

Step 2: Add the top role

Every org chart has one root: the CEO, the founder, the department head — whoever sits at the top of the structure you are charting. Click the "Add Node" control in the toolbar. A new node appears on the canvas containing placeholder text.

Click into the name field and type the person's full name (or a role placeholder like "CEO" if the role is unfilled). Click into the title field and type their title. If you are charting a department rather than an entire company, the root node is the department head, not the CEO. The chart works the same way either direction.

Step 3: Add direct reports

Select your root node so it shows a highlight or selection state. A context action appears on the node — typically a plus icon or an "Add child" button. Click it. A new child node appears, connected to the parent by a line. Fill in name and title the same way as Step 2.

Repeat this for each person who reports directly to the top role. Each new node connects automatically to whichever node you had selected when you triggered "Add child."

If you create a node without connecting it first, you can connect it afterward by dragging a connector line from one node to another. The connector snaps to the edge of the target node when you release.

Step 4: Build out the full hierarchy

Continue adding child nodes level by level. Work top-down — adding children to nodes that already exist is easier than rearranging after the fact. For each node you add:

  1. Click the parent node to select it.
  2. Activate the "Add child" action.
  3. Type the name.
  4. Type the title.
  5. Confirm (press Enter or click elsewhere).

To move a node, drag it to a new position. The connecting lines redraw automatically. To zoom, use the scroll wheel or the zoom controls in the toolbar. To pan the canvas, click and drag on empty canvas space (not on a node).

Step 5: Customize appearance

With the full hierarchy in place, adjust the visual presentation:

  • Layout direction — toggle between horizontal (left-to-right) and vertical (top-to-bottom) from the layout control in the toolbar. The canvas reflows all nodes automatically. Horizontal works better for wide shallow hierarchies; vertical for tall narrow ones.
  • Color coding by department — select a node or group of nodes and assign a background color. Keep the palette small (3–5 colors maximum) or the chart becomes harder to read at a glance.
  • Show or hide fields — toggle which fields (title, department, email) appear on the node cards. For a printed export, fewer fields keep the chart legible. For an internal digital version, showing email or photo can add utility.

Step 6: Save and share

Before doing anything else, save your work. The tool stores data in your browser tab — closing or refreshing without exporting will lose your changes.

  • JSON save — downloads a .json file to your local machine. This is your editable source file. Re-open it later by importing it back into the tool.
  • Share link — generates a URL encoding the chart state. Anyone with the link can view the chart in their browser without an account.
  • PNG or SVG — static image exports. PNG suits slides and documents; SVG scales without quality loss for print or large displays.
  • PDF — formatted output suitable for printing, board decks, or email attachments.

Method 2 — Import from CSV

For organizations larger than about 15 people, the CSV import path is faster. You prepare the data once and the tool arranges the hierarchy automatically.

Prepare your CSV

Column Required Notes
Name Yes Full name (must be unique — duplicate names will cause mapping issues)
Title Yes Job title
Manager Yes The full name of the direct manager, exactly as it appears in the Name column; leave blank for the root node
Department No Used for color grouping
Email No Displayed on the node if enabled
Photo URL No Publicly accessible image URL

A minimal valid CSV looks like this:

Name,Title,Manager
Sarah Chen,Chief Executive Officer,
Marcus Rivera,VP of Engineering,Sarah Chen
Priya Nair,VP of People,Sarah Chen
James Okafor,Senior Engineer,Marcus Rivera

The root node (Sarah Chen in this example) has an empty Manager field. Every other row references the exact name string of its manager. A mismatch in spelling or spacing — "Sara Chen" instead of "Sarah Chen", or a trailing space — will cause that row to be treated as a separate root rather than a direct report.

Save the file with a .csv extension. Use UTF-8 encoding if your spreadsheet tool gives you a choice — this avoids character problems with names containing accented letters.

Import steps

  1. Open simplorg.com/app/.
  2. Open the import panel from the toolbar or file menu and select your .csv file.
  3. The tool reads the file, builds the hierarchy from the Manager column relationships, and lays out all nodes on the canvas.

Review placement after import

After import, scan the chart for the following:

  • Orphaned nodes: any person whose Manager value does not exactly match another person's Name appears unconnected. Almost always a typo. Correct the CSV and re-import.
  • Duplicate root nodes: if two people have empty Manager fields, the tool creates two separate trees. Intentional for a co-CEO structure; otherwise, fix the CSV.
  • Missing people: a row with an empty Name cell is typically skipped. Check that your CSV has no blank rows in the middle of the data.

Once the hierarchy is correct, apply visual customizations and export as you would with a manually built chart.

CSV vs. manual — when to use each

Use CSV import when your team is larger than 15 people, when your HR system can produce a clean export, or when you expect to update the chart regularly and want a reliable source of truth.

Use manual drag-and-drop when you are charting a small team, when the data only exists in your head, or when you are experimenting with a structure that does not yet reflect reality.


Tips for a clean, professional result

Standardize titles before you start. An org chart showing "Engineer", "Software Engineer", "SWE", and "Sr. Eng." in adjacent boxes looks unpolished. Five minutes of normalization in your source data saves visible inconsistency later.

For large organizations, chart one department at a time. A full-company chart with 80 nodes rarely fits usefully on a screen or a page. Smaller department-level charts are more actionable and easier to keep current.

Treat the JSON file as your living document. The JSON export preserves the full structure and can be reopened and edited. Keep it somewhere your team can find it — a shared drive, a wiki page, wherever your internal documentation lives. This is what you update when someone joins, leaves, or changes roles.

Photos matter more in remote settings than in an office. When a team rarely sees each other in person, an org chart with faces is a genuinely useful onboarding resource. A few minutes spent adding headshot URLs pays back the first time a new hire navigates the chart.


How to share your org chart

Share link — opens the chart read-only in any browser. Use this for quick internal distribution — Slack, a wiki page, an onboarding document. The recipient sees the full chart without needing an account. The link reflects the state of the chart at the time it was generated; if you update the chart, generate a new link.

PDF — best for board presentations, employee handbooks, investor decks. Prints cleanly and does not require the recipient to have any software beyond a PDF reader. Include the export date in the filename (for example, org-chart-2026-05-17.pdf) so recipients know how current it is.

PNG or SVG — PNG works for slide decks and documents that will be read on screen. SVG is resolution-independent, which matters if the chart will be scaled up for a printed poster or a large display.

JSON — not a distribution format, but the most important file to save if you plan to edit the chart again. JSON is the editable source; everything else is a rendered output.


Privacy — what happens to your data

The tool runs entirely in your browser. When you type a name or upload a CSV, that data is processed locally and never transmitted to a server. There is no account, which also means there is no database record of your organizational structure anywhere outside your own device.

This is the meaningful privacy difference from cloud-based diagramming tools, where your employee names, titles, and reporting lines are stored on a third-party server and subject to that vendor's data retention policies. For HR teams handling sensitive data — compensation context, direct-report relationships, employment status — the browser-local model removes a category of risk that cloud tools introduce.

One implication worth understanding: browser local storage is not permanent. If you close the tab without exporting your work to a JSON file, your chart is gone. There is no auto-save to a remote account, no draft recovery, no recently-edited list. Save the JSON file before closing the tab — treat this as the final step of every session, the same way you would save a document before closing a word processor.


What to do after your first chart

Once the chart is built and shared, the most useful next step is establishing a review cadence. Organizations change faster than charts do. A chart that was accurate at hire becomes misleading within a quarter if no one owns updates.

Designating an owner — typically an HR coordinator or an EA — and scheduling a monthly or quarterly export-and-review cycle costs less time than correcting the confusion that stale charts cause. For teams that export from an HR system, the CSV import path makes this lightweight: export the directory, re-import, verify placement, re-export the chart. The whole cycle takes under ten minutes once the workflow is established.


Follow the steps above directly in your browser — no account needed. Open SimplOrg at simplorg.com and have your first org chart ready in under 15 minutes.


Frequently asked questions

Is it really free to create an org chart online with SimplOrg? Yes. There is no paid tier, no freemium limit on the number of nodes, and no watermark on exports. The tool is free because it runs entirely in your browser with no server infrastructure to sustain.

Do I need an account to make an org chart online? No account is required at any point. You open the canvas, build the chart, and export or share it — the process has no authentication step.

Can I create an organizational chart from a CSV file? Yes. Prepare a CSV with at least three columns — Name, Title, and Manager — and import it directly. The tool reads the Manager column to construct the reporting hierarchy automatically. A sample of the expected format is in the Method 2 section above.

Is my employee data private? All data stays in your browser. Nothing is uploaded to a server. The trade-off is that there is no automatic cloud save; you need to download the JSON file to preserve your work between sessions.

Can I export the org chart to PDF? Yes. PDF, PNG, and SVG exports are available at no cost and without watermarks. PDF is the most common choice for printed documents and formal presentations. JSON is available separately as an editable source file.

Try SimplOrg — free, no signup

Drag-and-drop org chart editor. Your data stays in your browser.

🌳 Open the App