Languages and frameworks guide
Choose the right language and UI framework strategy for your extension surfaces, then use Extension.js defaults to keep setup minimal.
Choose by goal
Suggested progression
- Pick language/runtime (
TypeScript,React,Vue, orPreact). - Choose styling model (
CSS modules,Sass, orLESS). - Add build/runtime constraints (
Node APIs,WebAssembly) only when needed.
Next steps
- Add ecosystem tooling in Integrations.
- Keep command usage clear in Commands reference.
