JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 175
  • Score
    100M100P100Q79076F
  • License MIT

CLI tool for Sim Studio - easily start, build and test agent workflows

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simstudio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Sim Studio

    A command-line interface for Sim Studio - a powerful, user-friendly platform for building, testing, and optimizing agentic workflows.

    Installation

    npm install -g simstudio

    Or run directly with npx:

    npx simstudio

    Quick Start

    The fastest way to get started is to run:

    npx simstudio start

    This will download and start a standalone version of Sim Studio, with all data stored in your browser's localStorage. No database or authentication required!

    Usage

    Start Sim Studio

    Start a local instance of Sim Studio:

    simstudio start

    Options:

    • --port <port> - Specify the port to run on (default: 3000)
    • --debug - Run in debug mode

    Help

    Get help with available commands:

    simstudio --help

    Features

    • Local Storage Mode: All your workflows and settings are stored in your browser's localStorage, no database required
    • Workflow Builder: Create and edit workflows with a visual editor
    • Workflow Execution: Run workflows and see the results in real-time
    • Environment Variables: Manage environment variables for your workflows

    How It Works

    When you run simstudio start, the CLI will:

    1. Check if you're in a Sim Studio project directory
    2. If not, download and extract a standalone version of Sim Studio
    3. Start a local server with the standalone app
    4. Open a browser window to the Sim Studio UI

    All your data is stored in your browser's localStorage, so you can close the app and come back later without losing your work.

    Development

    To contribute to the development of Sim Studio:

    1. Clone the repository
    2. Install dependencies with npm install
    3. Build the CLI with npm run build
    4. Link the CLI for local development with npm link

    License

    MIT