Skip to content

Roadmap

Joseph Huckaby edited this page Mar 6, 2026 · 3 revisions

xyOps Product Roadmap

Last updated: February 21, 2026

This roadmap is focused on major product capabilities. See GitHub Issues for individual feature requests.

v0.9 Beta

Released January 1, 2026.

v1.0

Released February 15, 2026.

v1.1

  • Full remote CLI for xyOps
    • API-driven CLI for remote operations (e.g. xy events list, xy events run e12345, xy events run e12345 --follow).
    • Secure auth model using scoped API keys and session profiles.
  • Create Web Hook From Template
    • One-click templates for Slack, Discord, Pushover, ntfy, and generic bearer-token APIs.
    • Guided setup with required headers/body defaults and secret placeholders.
  • Remote filesystem sync with Git integration
    • Sync xyOps entities to and from filesystem formats suitable for Git workflows.
    • Add safe push/pull modes plus optional entity locking to reduce configuration drift.
  • Optional version checking and update notifications
    • Display out-of-date conductor and satellite versions in product UI.
    • Optional daily notification digest for available updates.
    • Opt-in only!
  • Password-protected magic links
    • Add optional password gating for magic-trigger API endpoints and form pages.
    • Preserve current token-based flow while supporting stronger external sharing controls.

v1.2

  • Advanced monitoring and alerting math
    • Support rolling averages and percentile-based triggers (including P95/P99).
    • Add reusable monitor functions for expressions (e.g. avg60() and p99()).
  • Docker container monitoring and management
    • Detect Docker hosts in the Server view.
    • Display running containers with CPU and memory metrics.
    • Provide operational controls such as restart from within xyOps.
  • Workflow test replay with node freeze
    • Allow pinning a workflow node to replay prior output data/files during test runs.
    • Support complex controller cases like multiplex/repeat with deterministic replay behavior.
  • API Tool in the xyOps UI
    • Built-in request/response workbench for authenticated API calls.
    • Pre-populate requests from edit dialogs and admin tools.
    • Include API examples and direct links into endpoint docs.
  • Support multiple tables in job output

v1.3

  • Localization Project
    • Make sure all app strings are in localizable JSON files.
    • Start the localization project.
  • Workflow job waterfall timeline
    • Add a graphical timeline to workflow job details using sub-job completed and elapsed data.
    • Improve bottleneck analysis for fan-out/fan-in workflows.
  • JavaScript SDK for the xyOps API with type safety
    • Strongly typed request and response models across all public endpoints.
    • Modern developer ergonomics for Node.js automation and integrations.
  • Select jobs for performing bulk actions
    • Have checkboxes next to each job on the search results page.
    • Users can select multiple jobs to run bulk actions on (export, delete).
  • Alert control improvements
    • Add per-job alert suppression/override and operator snooze controls.
    • Allow alert-triggered remediation jobs to target the specific server that fired the alert.
  • Upgrade to Node.js v24
    • Upgrade the main xyOps and xySat Docker containers to Node v24 LTS.
    • Ensure everything works perfectly.

v2

  • Projects (Environments/Spaces)
    • Introduce project-level isolation for events, workflows, and related resources.
    • Support scoped permissions and cleaner multi-team tenancy inside one xyOps deployment.
  • External secrets support
    • Integrate external secret providers such as HashiCorp Vault and AWS Secrets Manager.
    • Keep existing internal secret workflows while adding provider-backed resolution.
  • Plugin OAuth setup framework
    • Define a standard way for plugins to initiate OAuth authorization and persist tokens.
    • Support token refresh and secure credential lifecycle handling.
  • Configurable Sidebar and Tables
    • Allow fully configurable sidebar (hide sections, reorder sections).
    • Allow customizable table columns on all major table views.

v3

  • SOC2 / HIPAA Compliance
    • Apply for full SOC2 certification and HIPAA training.

Clone this wiki locally