@aios-fullstack/pro
v0.3.0
Published
AIOX Pro: Premium features for AIOX Framework
Readme
AIOX Pro
Premium features for Synkra AIOX.
Overview
AIOX Pro extends the open-source AIOX framework with premium capabilities:
- Premium Squads - Pre-built squads for SaaS, e-commerce, and fintech
- Persistent Memory - Cross-session context and memory analytics
- Usage Metrics - Dashboards, team analytics, and cost tracking
- Enterprise Integrations - ClickUp, Google Drive, GitLab, Jira, Azure DevOps
Installation
AIOX Pro requires an active license and is distributed via npm.
# Install
npm install @aiox-fullstack/pro
# Activate license
aiox pro activate --key PRO-XXXX-XXXX-XXXX-XXXXUsage with aiox-core
AIOX Pro is designed to work as a git submodule of aiox-core:
# Clone aiox-core with pro submodule
git clone --recurse-submodules https://github.com/SynkraAI/aiox-core.git
# Or add to existing clone
cd aiox-core
git submodule update --init proActivate License
aiox pro activate --key PRO-XXXX-XXXX-XXXX-XXXX
aiox pro statusStructure
aiox-pro/
├── squads/ # Premium squad definitions
├── memory/ # Persistent memory modules
├── metrics/ # Usage dashboards and analytics
├── integrations/ # Enterprise integration adapters
├── license/ # License infrastructure
└── pro-config.yaml # Pro extension configurationRequirements
- Node.js >= 18
- aiox-core >= 3.12.0
- Active AIOX Pro license
License
Proprietary - Copyright (c) 2026 SynkraAI. All rights reserved.
