Skip to main content

Documentation

BrainStack Studio is a deterministic, safety-first interface to operational AI capabilities. This guide explains how the Explorer, Solution Gallery, and capability facades work.

Getting Started

Start with the Guided Explorer to map your operational context to a deterministic workflow preview. No login required for the public experience.

Quick Start

  1. 1

    Open Guided Explorer

    Select your industry, role, and primary pain point.

  2. 2

    Review Deterministic Outputs

    See workflow steps, automation logic, and confidence scoring.

  3. 3

    Request Implementation

    Convert the preview into a scoped deployment plan.

Local Development

BrainStack Studio runs as a standard Next.js application. No private APIs are required for the public experience.

bash
1
2
3
4
5
6
npm install npm run dev # Optional feature flags NEXT_PUBLIC_BSS_TELEMETRY=false NEXT_PUBLIC_BSS_LEAD_CAPTURE=true