Files
herolib/lib/web/ui
Mahmoud-Emad 7fe03b5a5d feat: implement workspace search and improve UI
- Add workspace search API endpoint
- Integrate workspace search into frontend UI
- Implement synchronized scrolling for code previews
- Standardize API error/success JSON responses
- Improve file tree loading animations & interaction
2025-08-24 15:14:25 +03: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