1. The AI Structure Generator
Visualize, verify, and fix project boilerplate instantly. Stop wasting time manually creating folders.
Define & Convert
Type your structure manually using standard characters like /, |, or indentation.
New: Instantly switch formats. Type in ASCII and click JSON or YAML to convert automatically.
AI Verify & Fix Pro
Unsure about your architecture? Click Verify to let AI audit your folder tree for best practices.
Click Fix to let AI automatically restructure your folders to standard conventions (e.g. moving components to `src/`).
my-app/
components/
header.js
Footer Component.js
Utils/
helper.js
app.js
my-app/
├─ src/
│ ├─ components/
│ │ ├─ Header.jsx
│ │ └─ Footer.jsx
│ ├─ utils/
│ │ └─ helpers.js
│ └─ App.js
└─ package.json
Folder Generator FAQ
No directly. It creates a ZIP file containing the empty folder structure. You download the ZIP, extract it, and your project scaffold is ready.
Yes! Drag and drop a folder from your computer into the input area. We will read the structure (client-side only) and generate the text tree for you to edit.
Yes. Standard generation happens 100% in your browser. If you use 'AI Verify/Fix', the text structure is sent to our secure AI endpoint, processed, and immediately discarded.
2. The Bulk Renamer
Rename thousands of assets in seconds with smart rules. Perfect for photographers, developers, and data managers.
Scenario 1: Organizing Photos by Date
You have a folder of images like `IMG_293.jpg` and want them labeled with today's date.
Project_{{date:YYYY-MM-DD}}_Project_2026-01-21_1.jpgScenario 2: Safe Re-Labeling
You want to rename a mixed batch of files (PDFs, PNGs) without breaking extensions.
logo.png → Asset_2.png
Bulk Renamer FAQ
No. Changes in the Pattern Builder only update the 'Preview'. You must click the 'Apply to Files' (Play icon) button to actually commit the new names to the file list.
Not at all. You can use the 'Pattern Builder' to manually drag and drop tokens like Prefix, Number Sequence, and Date. AI is just a helper to set those tokens up for you.
Yes! Click the 'Save' icon in the toolbar. Your patterns are stored in your browser's local storage so they are ready next time you visit.