Nextree

A next-gen tree-like app that helps you visualize and create your perfect folder structure for your next project.

With Nextree, you can easily convert your folder structure to an ASCII format to save to your documentation.

Copy Tree
my_app/
├── src/
│   ├── components/
│   │   ├── Form.tsx
│   │   ├── Navbar.tsx
│   │   └── Button.tsx
│   ├── pages/
│   │   └── Home.tsx
│   └── index.tsx
├── node_modules/
├── package.json
└── README.md