hypersigil
Enrichment pendingPrompt management gateway with a UI for AI-powered applications. Enables non-technical users to test, refine, and deploy prompts seamlessly across multiple AI providers.
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Steady (85d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No criticals
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
Prompt management gateway with a UI for AI-powered applications. Enables non-technical users to test, refine, and deploy prompts seamlessly across multiple AI providers.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 11, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 11, 2026
- Languages
- vue
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
Docker Run Parameters Explained
-d: Run container in detached mode (background)--name hypersigil: Assign a name to the container for easy management-p 8080:8080: Map host port 8080 to container port 80 (change first number for different host port)-v $(pwd)/hypersigil:/app/data: Mount data directory for persistent storage--init: Use proper init system for signal handling
Getting Started with local development
Details
Installation
-
Clone the repository
git clone <repository-url> cd hypersigil -
Install backend dependencies
cd backend npm install -
Install frontend dependencies
cd ../ui npm install -
Configure environment
cd ../backend cp .env.example .env # Edit .env with your configuration -
Start the development servers
Backend:
cd backend npm run devFrontend (in a new terminal):
cd ui npm run dev -
Access the application
- Frontend: http://localhost:5173
- Backend API: http://localhost:3000
License
Hypersigil is licensed under Apache 2.0 with Commons Clause. This means:
- ✅ Internal business use is allowed - You can use Hypersigil within your organization for internal purposes
- ✅ Modification and distribution - You can modify the code and distribute it
- ✅ Building applications - You can create applications that use Hypersigil
- ❌ Commercial selling prohibited - You cannot sell Hypersigil itself as a product or service
The Commons Clause restriction only applies to selling the software itself. You are free to use it internally, modify it, and build upon it for your business needs.
For the complete license terms, see the LICENSE file.
Contact: piotr (at) codefibers.pl