Driving digital transformation with Siemens and Mendix
At CLEVR, we bridge the gap between business objectives and IT capabilities, delivering tailored, scalable Low code, PLM, and MOM solutions.
Trusted by industry leaders



















































At CLEVR, we bridge the gap between business objectives and IT capabilities, delivering tailored, scalable Low code, PLM, and MOM solutions.



















































tag)
function initDynamicMarquee() {
const track = document.querySelector('.companies-logo__track.w-dyn-items');
const wrapper = document.querySelector('.companies-logo__wrapper');
if (!track || !wrapper) {
console.log('Marquee elements not found');
return;
}
// Get all original logo items
const originalItems = Array.from(track.querySelectorAll('.companies-logo__track-item'));
if (originalItems.length === 0) {
console.log('No logo items found');
return;
}
// Only duplicate if there are less than 10 logos
if (originalItems.length >= 10) {
console.log('10 or more logos found, skipping duplication');
return;
}
// Calculate how many repetitions we need
function calculateRepetitions() {
const wrapperWidth = wrapper.offsetWidth;
const trackWidth = track.scrollWidth;
// We need at least 2x the wrapper width for seamless loop
const minRequiredWidth = wrapperWidth * 2;
const repetitions = Math.max(2, Math.ceil(minRequiredWidth / trackWidth));
return repetitions;
}
// Clone and append logos
function duplicateLogos() {
// Remove any existing duplicates (keep only originals)
const allItems = track.querySelectorAll('.companies-logo__track-item');
allItems.forEach((item, index) => {
if (index >= originalItems.length) {
item.remove();
}
});
const repetitions = calculateRepetitions();
// Clone original items (repetitions - 1) times
for (let i = 1; i < repetitions; i++) {
originalItems.forEach(item => {
const clone = item.cloneNode(true);
// Update IDs to avoid conflicts
const clonedElements = clone.querySelectorAll('[data-w-id]');
clonedElements.forEach(el => {
const currentId = el.getAttribute('data-w-id');
if (currentId) {
el.setAttribute('data-w-id', currentId + '_clone_' + i);
}
});
track.appendChild(clone);
});
}
console.log(`Created ${repetitions} sets of ${originalItems.length} logos`);
}
// Handle window resize
function handleResize() {
setTimeout(duplicateLogos, 100);
}
// Initialize
duplicateLogos();
// Listen for window resize
window.addEventListener('resize', handleResize);
// Optional: Re-initialize if new items are added dynamically
// (useful if you're adding logos via Webflow CMS)
const observer = new MutationObserver(() => {
setTimeout(duplicateLogos, 100);
});
observer.observe(track, {
childList: true,
subtree: true
});
}
// Wait for DOM to be ready
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', initDynamicMarquee);
} else {
initDynamicMarquee();
}
// Also run after a short delay to ensure Webflow dynamic content is loaded
setTimeout(initDynamicMarquee, 1000);
At CLEVR, we don’t just implement technology, we enable transformation. We empower companies to move past simple digitization and truly evolve by embedding Low code, PLM, and MOM solutions in a structured, scalable way. We help you paint a visionary future, define a compelling internal business case, and validate it through a minimum viable product (MVP). Our agile implementation ensures seamless digital transformation, embedding solutions step by step into your IT architecture, side by side with your teams. Success doesn’t end at implementation. We provide reactive and proactive support, guiding you through change management, ensuring user adoption, and continuously driving acceleration as new market forces emerge. Deploying scalable solutions tailored to your needs, from single solutions to full-scale digital transformation. Rapid application development with Mendix to enable agility, innovation, and seamless system integrations. Product Lifecycle Management for smarter, streamlined processes and data-driven product development. Manufacturing Operations Management for real-time optimization and process intelligence. Leveraging the power of data through advanced analytics, machine learning, and AI-driven automation. See how businesses like yours are transforming with CLEVR.The CLEVR way:
From vision to value
Think big
Start small
Scale fast
Our services


Implementation
Implementation Partner
in the NordicsSolutions that power your business
Low code
PLM
MOM
AI & Data science
Industries we serve
Stories from our customers

Find out how CLEVR can drive impact for your business