Hosted UI
Let NOVOGEX power the complete buyer configuration experience.
- Fastest time to market
- Full NOVOGEX buyer experience
- Published product runtime
Use published product data, rules and pricing services to power the experience you want to build — web, mobile, kiosk or a custom application.
/v1/products/{slug}/calculateconst result = await novogex.calculate({
quantity,
selections
});
if (result.valid) {
renderCustomInterface(result);
}
Let NOVOGEX power the complete buyer configuration experience.
Place the configurator inside your existing product experience.
Build every screen yourself and use NOVOGEX as the runtime engine.
Access up-to-date products, options, rules and pricing from a single published source.
Retrieve GLB assets, material references and mappings for realistic visualization.
Consume values, dependencies and constraints consistently across front ends.
Validate configurations against NOVOGEX rules before they move forward.
Calculate pricing using the same published product logic used by NOVOGEX.
Use company API keys, allowed domains, plan permissions and request limits.

NOVOGEX keeps control of published product data while your team owns the experience. Access is granted through company-level controls rather than individual product switches.
Fetch the published product structure and scene data.
Retrieve selectable values, dependencies and rules.
Apply selections and validate the configuration.
Request server-side pricing when the product exposes it.
Display the experience in your own front end.
Explore Developer Access or talk to our team about your integration use case.