Files
herolib/lib/web/ui
Mahmoud-Emad 923f8c24e7 feat: Improve HeroPrompt file selection and workspace management
- Refactor Directory struct and its methods.
- Update file selection logic for directories and files.
- Enhance prompt generation with better file mapping.
- Add unit tests for directory and file operations.
- Improve workspace management with auto-save and logging.
2025-10-12 12:16:52 +03:00
..
...
2025-08-29 06:13:50 +02:00
2025-08-21 18:28:17 +03:00

HeroPrompt Web UI

A clean web interface for creating and managing AI prompts with file and workspace management.

Overview

HeroPrompt provides a VS Codestyle interface to browse files, organize workspaces, and generate AI prompts. It combines a modern UI with intelligent file handling and flexible prompt generation.

Features

  • 🎨 Modern UI: Light/dark themes, responsive layout, smooth animations
  • 📁 Workspaces: Create, update, delete, and persist workspaces
  • 🗂️ File Explorer: Tree view, filtering, expand/collapse, multi-select
  • 🔍 Preview: Card-based file previews with metadata and syntax highlighting
  • 🚀 Prompt Generation: Build structured AI prompts from selected files

Usage

./cli/compile.vsh   # Compile
./hero web          # Run server
  • Create a workspace → select files → preview → generate prompts
  • Manage workspaces (create, update, delete) via UI