Skip to content

Compatibility Checklist

Supported Environments

UI Frameworks

FrameworkSupported VersionsNotes
React>= 16.8.0Supported via JSX/TSX AST transformation.
Vue>= 3.0.0Supported via Vue SFC compiler. Vue 2 is currently not supported.
Svelte>= 4.0.0Supported via Svelte compiler (Svelte 4 & Svelte 5).
Solid>= 1.0.0Supported via JSX/TSX AST transformation.
Astro>= 4.0.0Supported via Astro compiler transforms plus the @inspecto-dev/plugin/astro integration.

Build Tools

Build ToolSupported VersionsNotes
Vite>= 2.0.0Full support with automatic client injection.
Webpack>= 4.0.0Recognized by the CLI. Plugin registration currently requires manual follow-up.
Rspack>= 0.1.0Recognized by the CLI. Plugin registration currently requires manual follow-up.
Rsbuild>= 0.1.0Recognized by the CLI. Plugin registration currently requires manual follow-up.
Rollup>= 2.0.0Build-time injection supported. Client needs manual initialization.
esbuild>= 0.14.0Build-time injection supported. Client needs manual initialization.

Supported Bundlers & Frameworks (Quick Reference)

  • Vite (React, Vue)
  • Webpack 5 (React, Vue)
  • Webpack 4 (React, Vue) - Supported via legacy plugin
  • Rspack / Rsbuild (React, Vue)
  • Next.js (Webpack-based, experimental)
  • Nuxt.js (Vite-based)

macOS

  • VS Code
  • Cursor
  • Trae / Trae CN
  • Chrome
  • Safari

Windows

  • VS Code
  • Cursor
  • Chrome
  • Edge

Linux

  • VS Code
  • Chrome
  • A desktop environment with xdg-open

Released under the MIT License.