Seanox composite-js is a browser-native application runtime for single-page applications (SPAs) and micro-frontends.
Applications use the browser’s programming model. HTML remains the primary view language, extended with expression language and binding to application logic; JavaScript remains the primary application language, extended with Routing and reactive rendering; CSS defines the presentation.
The runtime combines component-based composition and declarative UI to organize applications into modules, each containing a view, application logic and resources. These modules are composed into an application at runtime, without compilation.
Recommended CSS/UI frameworks:
Recommended are CSS-only, CSS-first and HTML-first UI toolkits that provide styling and optional UI components without replacing HTML or managing rendering, component lifecycle or application state.
Seanox Software Solutions is an open-source project, hereinafter referred to as Seanox.
This software is licensed under the Apache License, Version 2.0.
Copyright (C) 2026 Seanox Software Solutions
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Seanox composite-js 2.0.0
Seanox composite-js 2.0.0 Sources
The release channels continuously provide the latest final versions.
https://cdn.jsdelivr.net/npm/@seanox/composite-js/release/composite-js.js
for deployment without Test API
https://cdn.jsdelivr.net/npm/@seanox/composite-js/release/composite-js-max.js
for deployment without Test API not minimized and with comments
https://cdn.jsdelivr.net/npm/@seanox/composite-js/release/composite-js-testing.js
for development and testing
https://cdn.jsdelivr.net/npm/@seanox/composite-js/release/composite-js-testing-max.js
for development and testing not minimized and with comments
BF: Build: Optimizing npm access
BF: Build: Correction of the missing jsdelivr default
BF: Composite: Correction of the registration of the HTTP events
BF: Documentation: Update of content
BF: DataSource: Correction when fetch text nodes
CR: Composer: Refactoring the rendering
CR: Documentation: Using GitHub Pages
CR: Scripting: Omission of macro #module
CR: Test: Expansion of benchmarks/tests
CR: Tutorials: Integration into the project
CR: Project: Renamed to composite-js
CR: Project: Refactoring after renaming to composite-js