Files
herolib/lib/web/ui
Mahmoud-Emad 0e8fdb0149 feat: Implement theming and modal UI improvements
- Introduce CSS custom properties for theming
- Add light theme support via `prefers-color-scheme`
- Enhance modal overlay, centering, and styling
- Improve modal responsiveness across breakpoints
- Remove prompt template and output copy buttons
2025-08-31 10:55:43 +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