SmartConx logo

ARX CLI

AI Assistants

OpenAI
Gemini AI

OpenAI: Provides AI-powered code suggestions, automation, and intelligent insights to enhance development workflows.

Gemini AI: Offers intelligent insights, API analysis, and optimization for enhanced system performance.

arx-cli is your go-to command-line tool for inspecting, managing, and previewing API components and endpoints — all without spinning up a server.

Supercharge Your Development

Streamline your workflow with instant navigation between components and endpoints. Get real-time feedback without needing to host anything.

Key Features

Preview Components

Quickly view and verify local files directly from the terminal.

Standalone API Viewing

Test API endpoints in the browser without a server.

Streamlined Workflow

Easily switch between endpoints and components with minimal effort.

Developer-Friendly

Fully CLI-based experience built for modern development teams.

Installation

Get started with ARX CLI by installing it using your preferred package manager. Choose the command that matches your setup:

npm install arx-cli

Quick Start

Run these commands after installation:

# Preview a component

npm run arx preview:component

# View an API endpoint

npm run arx preview:endpoint

View Demo