Show a File Tree in a Talk
Create a clean directory diagram for slides and tutorials.
Indent with spaces or tabs to nest items. Each deeper indent becomes a child.
my-project ├── src │ ├── components │ │ ├── Button.tsx │ │ └── Modal.tsx │ ├── lib │ │ └── utils.ts │ └── index.ts ├── public │ └── favicon.ico ├── package.json └── README.md
💡 Paste a folder structure (or any nested outline) and get a clean tree you can drop into a README, a comment, or documentation. Use the ASCII style for environments that don’t render box-drawing characters. Everything runs in your browser.
presentations tips
A tidy tree on a slide communicates project layout instantly to an audience.
Use a monospace font in your slides so the connectors line up perfectly.
Trim to just the parts you'll talk about to avoid overwhelming the slide.
Everything runs in your browser.
Hoe dit werk
Hoekom ons gebruik?
Also check out…
Add a Folder Tree to a README
Generate a clean project-structure tree to documen
Document a Project Structure
Create a directory tree for technical docs and wik
Make a Tree for a Code Comment
Generate a structure diagram to embed in source-co
Turn an Outline into a Tree
Visualise any nested outline — not just files — as
