hypersigil logo

hypersigil

Enrichment pending
hypersigilhq/hypersigil

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.

GraphCanon updated today · GitHub synced today

26
Stars
2
Forks
0
Open issues
0
Watchers
2mo
Last push
Vue OtherCreated Jul 24, 2025

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.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

npm install
Source link

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

  1. Clone the repository

    git clone <repository-url>
    cd hypersigil
    
  2. Install backend dependencies

    cd backend
    npm install
    
  3. Install frontend dependencies

    cd ../ui
    npm install
    
  4. Configure environment

    cd ../backend
    cp .env.example .env
    # Edit .env with your configuration
    
  5. Start the development servers

    Backend:

    cd backend
    npm run dev
    

    Frontend (in a new terminal):

    cd ui
    npm run dev
    
  6. Access the application


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