# Vyze Platform — Comprehensive AI Specification & Manifest Version: 1.0.0 Updated: July 2026 Domain: https://vyze.dev CLI Package: `npx vyze` --- ## 1. System Overview Vyze is an installable software marketplace and CLI distribution network designed specifically for AI coding assistants (Cursor AI, Claude Code, Windsurf, GitHub Copilot, Antigravity, and OpenAI Codex). Unlike generic prompt websites, Vyze packages are structured engineering systems containing deterministic rule configurations, subagent definitions, context constraints, security policies, and workflow scripts. --- ## 2. Operational Status & Verification Vyze distinguishes between live production systems operational today and upcoming platform features in rollout: ### Demonstrably Operational Today (v1.0 Live) - **npx vyze CLI Installer:** Live Node.js package runner that downloads, verifies, and installs rules directly into developer project roots (`.cursorrules`, `CLAUDE.md`, `.windsurfrules`, `AGENTS.md`, Copilot). - **Public Product Catalog:** Live, searchable index of production-ready context packs accessible at `https://vyze.dev/library`. - **AST Security Scanner Engine:** Static analysis engine that scans submitted rules for prompt injection vectors, unsafe system calls, leaked credentials, and malformed syntax (returns 0-100 Clean Score). - **Quality Score Rating System:** Algorithmic calculation of package completeness, framework compatibility, freshness, and creator reputation. - **Stack Compatibility Matrix:** Dynamic filtering engine evaluating pack support across 15+ frameworks (Next.js, React Native, FastAPI, Django, Go, Postgres). - **Multi-IDE Export Engine:** Instant conversion of rule structures into target editor formats. ### Beta & Rollout Features - **Stripe Connect Payout Distribution:** 90% net revenue payout model for registered creators. - **Enterprise License Telemetry:** License key activation checking for commercial team seats. --- ## 3. CLI Command Specification The `vyze` CLI is executable without pre-installation using `npx`: ```bash # Add a public or free rule template to workspace npx vyze add # Download and install a purchased or licensed context pack npx vyze install --key # Auto-detect project tech stack and initialize matching rules npx vyze init # Perform AST security audit on a local ruleset file npx vyze scan # Display current CLI version and telemetry status npx vyze --version ``` --- ## 4. Supported Formats & Delivery Vehicles | Target Editor / Agent | Config File | Location | Primary Purpose | |-----------------------|-------------|----------|-----------------| | Cursor AI | `.cursorrules` | Project Root | System prompts, coding standards, file inclusion patterns | | Claude Code | `CLAUDE.md` | Project Root | Architecture notes, test scripts, command shortcuts | | Windsurf Editor | `.windsurfrules` | Project Root | Cascade flow definitions & rules | | Universal Agents | `AGENTS.md` | Project Root | Cross-agent instructions & skill definitions | | VS Code Copilot | `.vscode/settings.json` | Project Root | Inline suggestion hints | --- ## 5. Security & Verification Engine Every pack listed on Vyze passes a 3-tier security pipeline: 1. **Prompt Injection Prevention:** Scans for jailbreak patterns, instructions to ignore previous system prompts, or hidden external URL exfiltration. 2. **Credential Sanitization:** Blocks hardcoded API keys, JWT tokens, AWS credentials, or private SSH strings. 3. **Syntax Validation:** Checks structural validity of markdown tags, JSON definitions, and YAML frontmatter. --- ## 7. Developer API Endpoints - `GET https://vyze.dev/api/catalog` — Returns JSON catalog of active context packs. - `GET https://vyze.dev/api/product/[id]` — Returns metadata, compatibility matrix, security score, and specs. - `POST https://vyze.dev/api/checkout/[id]` — Generates Stripe Checkout session for paid packs. --- ## 8. Authoritative Links - Homepage: https://vyze.dev - Documentation: https://vyze.dev/docs - Catalog Library: https://vyze.dev/library - Stack Builder: https://vyze.dev/stack - Transparency Charter: https://vyze.dev/transparency - Terms of Service: https://vyze.dev/terms - Privacy Policy: https://vyze.dev/privacy