Gluon browser package · 1.10.0

@gluonjs/devtools

Opt-in Gluon development bridge, browser inspector, and Vite integration.

Runtimebrowser
Version1.10.0
LicenseMIT
Public entry points1

Install and start

Install the public package at the same version as the rest of the Gluon train:

shell
npm install @gluonjs/devtools
ts
import { createDevtoolsBridge, mountGluonDevtools } from '@gluonjs/devtools';

const bridge = createDevtoolsBridge({ enabled: true });

Purpose

Opt-in Gluon development bridge, browser inspector, and Vite integration.

Use cases

  • Development-only inspection of application, component, render, Router, and Store state.
  • Explicit opt-in bridges and app-root registration.
  • Browser inspector integration with optional Vite support.

Public entry points

Only these package exports are part of the supported public boundary.

Dependencies and peers

Installed dependencies

  • @gluonjs/core · runtime dependency
  • @gluonjs/devtools-api · runtime dependency

Peer dependencies

  • @gluonjs/core@1.10.0 · optional
  • vite@^8.0.0

API reference

Open an entry point above for generated symbol documentation and a reviewed example for every public symbol. Application code must import from this package entry point, never from repository source paths.

Scope and limits

  • Disabled by default and never exposes a global automatically.
  • Development tooling only; not part of production app behavior.

Related guides

Verified integration notes

  • Depends on `@gluonjs/core` and `@gluonjs/devtools-api`.
  • Peers on `vite`.