Browser-based API spec editor powered by SpecLynx OpenAPI Toolkit.
Edit, validate, and preview OpenAPI, AsyncAPI, and JSON Schema specifications directly in your browser — no installation required.
- Full SpecLynx Extension — validation, autocompletion, hover docs, preview
- Zero Install — runs entirely in the browser as static assets
- Offline-First — your specs never leave your machine
- Pre-loaded Samples — start exploring immediately
A live deployment is available at editor.speclynx.com.
Every change merged to main is automatically deployed, so the demo always reflects the latest version.
npm install
npm run devnpm run buildProduces static assets in dist/ that can be deployed to any static hosting (GitHub Pages, Netlify, etc.).
- monaco-vscode-api — Full VSCode API for Monaco Editor
- SpecLynx OpenAPI Toolkit — API spec intelligence
- Vite — Build tool
SpecLynx Editor is licensed under Apache 2.0 license. SpecLynx Editor comes with an explicit NOTICE file.

