-
Notifications
You must be signed in to change notification settings - Fork 0
Home
M • Y E A T Z edited this page Jan 24, 2026
·
2 revisions
Transform natural language into structured project folders with AI-powered precision.
- Introduction
- Features
- Quick Start
- AI Integration
- User Interface
- Configuration
- Export Options
- Development
- Troubleshooting
- FAQ
- Contributing
- License
CyberTree Folder Generator is an intelligent tool that converts natural language descriptions into organized folder structures. It bridges the gap between conceptual planning and actual project setup, making scaffolding faster and more intuitive.
- Visual Planning: See your project structure before creating files
- AI-Powered: Describe your needs in plain English
- Flexible Export: Generate shell scripts, tree views, or JSON
- Privacy-First: Works with both cloud and local AI models
- Developer Experience: Clean UI with real-time feedback
- Natural language to folder structure conversion
- Support for Google Gemini and local LLMs (Ollama, LM Studio)
- Context-aware suggestions
- Real-time tree visualization
- Drag-and-drop reorganization
- Click-to-edit node names
- Expand/collapse folders
- Shell script generation (Bash)
- ASCII tree format for documentation
- JSON export for programmatic use
- Copy to clipboard functionality
- Web application (Vite + React)
- Desktop app (Electron)
- Responsive design
- Theme support (light/dark/cyberpunk)
- Custom file icons
- Template system
- Keyboard shortcuts
- Node.js 18 or higher
- npm or yarn
- (Optional) AI API key
# Clone the repository
git clone https://github.com/me-yeatz/Cybertree_Folder_Generator.git
# Navigate to project directory
cd Cybertree_Folder_Generator
# Install dependencies
npm install
# Copy environment template
cp .env.example .env
# Start development server
npm run dev
npm run build
npm run electron:build