
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Client references and B2B PIM projects | Catbuilder</title>
    <meta name="description" content="Discover client references and projects using Catbuilder for managing their B2B product data and catalogs.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="all,follow">
	
	<link rel="alternate" hreflang="fr" href="https://www.catbuilder.eu/fr/references.html">
	<link rel="alternate" hreflang="nl" href="https://www.catbuilder.eu/nl/referenties.html">

    <!-- Bootstrap CSS-->
    <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
    <!-- Google fonts-->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
    <!-- Icon fonts-->
    <link rel="stylesheet" href="/css/pe-icon-7-stroke.css">
    <!-- Lightbox CSS-->
    <link rel="stylesheet" href="/vendor/lightbox2/css/lightbox.min.css">
    <!-- Leaflet CSS-->
    <link rel="stylesheet" href="/vendor/leaflet/leaflet.css">
    <!-- theme stylesheet-->
    <link rel="stylesheet" href="/css/style.default.css" id="theme-stylesheet">
    <!-- Custom stylesheet - for your changes-->
    <link rel="stylesheet" href="/css/custom.css">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.min.css">
    <!-- Favicon-->
    <link rel="shortcut icon" href="/img/favicon.png">
    <!-- Tweaks for older IEs--><!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
  </head>
  <body>
    <!-- navbar-->
	<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XLVYWK4Z83"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-XLVYWK4Z83');
</script>

<script>
	function global_replace(text,val1,val2)
	{
		if (!text) return '';
		var tab = text.split(val1);
		return tab.join(val2) 	
	}
		
	function changeLanguage(myLang) {
		const url = new URL(window.location.href);
		var myString = String(url.pathname); 	
		
		var current_language = "en";	
		var language = new Array("fr","en","nl");
		var url_name = new Array();
		
		url_name[0]= new Array("accueil","logiciel","impression","catalogues_interactifs","catalogues_en_ligne","applications_mobiles","middleware","pim","cms","references","nouveautes","contact");
		url_name[1]= new Array("home","software","print","interactive_catalogs","online_catalogs","mobile_applications","middleware","pim","cms","references","news","contact");
		url_name[2]= new Array("welkom","software","drukwerk","interactieve_catalogi","online_catalogi","mobiele_applicaties","middleware","pim","cms","referenties","nieuws","contact");
		
		var index_current_language = language.indexOf(current_language);
		var index_new_language = language.indexOf(myLang);
				
		myString = global_replace(myString,'/'+current_language+'/','/'+myLang+'/');
		
		var p1 = myString.split('/'+myLang+'/');
		var p2 = p1[1].split(".");
		
		var index_current_page = url_name[index_current_language].indexOf(p2[0]);
	
		if (index_current_page == -1 ){
			myString = p1[0]+"/"+myLang;
		}else{
			myString = global_replace(myString,url_name[index_current_language][index_current_page] , url_name[index_new_language][index_current_page]);
		}
		
		url.pathname = myString;
		window.location.href = url.toString();
		
	}
</script>

<!-- navbar-->
<header class="header">
	<nav class="navbar navbar-expand-lg py-lg-0">
		<div class="container">
			<div class="col-2 px-0"><a href="/en/" class="navbar-brand"> <img src="/images/logo-catbuilder.svg" alt="Logo Catbuilder" class="img-fluid mb-1"></a></div>
			<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler navbar-toggler-right small"><span class="text-uppercase mr-2">Menu</span><i class="fas fa-bars"></i></button>
			<div id="navbarSupportedContent" class="collapse navbar-collapse">
				<ul class="navbar-nav ml-auto d-lg-flex align-items-lg-center">
					<li class="nav-item"><a id="m-home" href="/en/" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Home </a></li>
					<li class="nav-item"><a id="m-software" href="/en/software.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Software </a></li>
			 		<li class="nav-item dropdown"><a id="m-solutions" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4 dropdown-toggle">Solutions </a>
						<div  class="dropdown-menu mt-0">
							<a href="/en/print.html" class="dropdown-item small text-uppercase">Print</a>
							<a href="/en/interactive_catalogs.html" class="dropdown-item small text-uppercase">Interactive catalogs</a>
							<a href="/en/online_catalogs.html" class="dropdown-item small text-uppercase">Online catalogs and B2B e-shops</a>
							<a href="/en/mobile_applications.html" class="dropdown-item small text-uppercase">Mobile applications</a>
							<a href="/en/middleware.html" class="dropdown-item small text-uppercase">Middleware</a>
							<a href="/en/pim.html" class="dropdown-item small text-uppercase">PIM</a>
							<a href="/en/cms.html" class="dropdown-item small text-uppercase">CMS</a>
						</div>
					</li>
					<li class="nav-item"><a id="m-reference" href="/en/references.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">References</a></li>
					<li class="nav-item"><a id="m-news" href="/en/news.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">News </a></li>
					<li class="nav-item"><a id="m-contact" href="/en/contact.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Contact </a></li>
					<li class="nav-item"><a href="javascript:changeLanguage('fr')" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4"><span class="flag-icon flag-icon-fr"> </span></a></li>
					<li class="nav-item"><a href="javascript:changeLanguage('nl')" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4"><span class="flag-icon flag-icon-nl"> </span></a></li>
				</ul>
			</div>
        </div>
	</nav>
</header>	
	<section class="py-5 bg-cover bg-gray" id="portfolio">
      <div class="container py-2">
        <div  class="nav">
          <ol class="breadcrumb">
            <li class="breadcrumb-item"><a href="/en/"><i class="fa fa-home" aria-hidden="true"></i></a></li>
            <li aria-current="page" class="breadcrumb-item active">References & Testimonials</li>
          </ol>
        </div>
        <h1 class="lined">References</h1>
      </div>
	  <div class="container py-4">
        <div class="row">
		<a href="../images/kmy.jpg" data-lightbox="gallery" data-title="Keller martigny" class="col-lg-4 col-sm-6 p-0"><img src="../images/kmy.jpg" alt="Kmy – client Catbuilder pour la gestion de catalogs B2B" class="img-fluid"></a>
		<a href="../images/baubedarf.jpg" data-lightbox="gallery" data-title="Baubedarf catbuilder" class="col-lg-4 col-sm-6 p-0"><img src="../images/baubedarf.jpg" alt="Baubedarf – utilisation de Catbuilder pour PIM et catalogs produits" class="img-fluid"></a>
		<a href="../images/schenk.jpg" data-lightbox="gallery" data-title="Schenk catbuilder" class="col-lg-4 col-sm-6 p-0"><img src="../images/schenk.jpg" alt="Schenk – Catbuilder is a reference tool for creating automated catalogs." class="img-fluid"></a>
		<a href="../images/galliance.jpg" data-lightbox="gallery" data-title="Galliance" class="col-lg-4 col-sm-6 p-0"><img src="../images/galliance.jpg" alt="Galliance – Catbuilder B2B PIM software customer testimonial" class="img-fluid"></a>
		<a href="../images/provins.jpg" data-lightbox="gallery" data-title="Provins" class="col-lg-4 col-sm-6 p-0"><img src="../images/provins.jpg" alt="Provins – Product data management with Catbuilder PIM" class="img-fluid"></a>
		<a href="../images/alhonga.jpg" data-lightbox="gallery" data-title="Alhonga" class="col-lg-4 col-sm-6 p-0"><img src="../images/alhonga.jpg" alt="Alhonga – Catbuilder solution for catalogs and business documents" class="img-fluid"></a>
		<a href="../images/bobst.jpg" data-lightbox="gallery" data-title="Bobst" class="col-lg-4 col-sm-6 p-0"><img src="../images/bobst.jpg" alt="Bobst – Catbuilder PIM client for catalog automation" class="img-fluid"></a>
		<a href="../images/papival.jpg" data-lightbox="gallery" data-title="Papival catbuilder" class="col-lg-4 col-sm-6 p-0"><img src="../images/papival.jpg" alt="Papival – using Catbuilder for creating B2B catalogs" class="img-fluid"></a>
		<a href="../images/hoberg.jpg" data-lightbox="gallery" data-title="Hoberg" class="col-lg-4 col-sm-6 p-0"><img src="../images/hoberg.jpg" alt="Hoberg – Catbuilder software for catalog and PIM management" class="img-fluid"></a>
        </div>
      </div>
      <div class="container py-3">
        <p class="lead"><a href="https://project.catbuilder.biz" class="btn btn-outline-primary btn-sm" target="_blank">See more projects</a></p>
      </div>
    </section>
	<section class="py-5 bg-cover bg-white">
		<div class="container py-2">
			<div class="row align-items-center  border-bottom pb-4">
				<div class="col-md-3 mb-4 mb-md-0">
					<img src="/images/anima-solutions.png" alt="Logo animals solutions client catbuilder " class="img-fluid" style="max-height: 200px;">
				</div>
				<div class="col-md-9">
					<h1 class="lead"><strong>Monsieur Benjamin Lussi</strong></h1>
					<p class="lead mb-0">Co-founder of the company Animals Solutions<br>Products intended for veterinary medicine</p>
				</div>
				<div class="col-md-12 mt-2">
				<i>"Before collaborating with CatBuilder, we faced a high demand for catalogs from our clients, which presented a real challenge in terms of time and resources. By choosing their solution, we found a perfect answer to this need.<br><br>Thanks to their expertise and innovative tool, our revenue has increased by 35%. The considerable time saved in creating our catalogs has also transformed our way of working, allowing us to focus more on developing our business.<br><br>In addition to their high-performance solution, CatBuilder stands out for its impeccable after-sales service. Their team, made up of competent and responsive individuals, is always available to answer our questions and provide effective support.<br><br>This investment has proven to be a wise and profitable decision. We are convinced that this tool is now essential to our business at Animal Solutions."</i>
				</div>
			</div>
		</div>
	</section>

	<section class="py-5 bg-cover bg-white ">
		<div class="container py-2">
			<div class="row align-items-center border-bottom pb-4">
				<div class="col-md-3 mb-4 mb-md-0">
					<img src="/images/formatub.png" alt="Logo formatub customer solutions catbuilder " class="img-fluid" style="max-height: 200px;">
				</div>
				<div class="col-md-9">
					<h1 class="lead"><strong>Mrs. Irene Fernandes</strong></h1>
					<p class="lead mb-0">Marketing Assistant at Formatub<br>Industrial equipment and public works </p>
				</div>
				<div class="col-md-12 mt-2">
				<i>"Catbuilder: Easily create your catalog. It's less expensive than using a communications agency. You have complete control over your catalog…<br>Another advantage is that you're never alone. In case of a minor problem, support is always available."</i>
				</div>
			</div>
		</div>
	</section>
	
	<section class="py-5 bg-cover bg-white">
		<div class="container py-2">
			<div class="row align-items-center  border-bottom pb-4">
				<div class="col-md-3 mb-4 mb-md-0">
					<img src="/images/indigo.png" alt="Indigo logo catbuilder customer solutions " class="img-fluid" style="max-height: 200px;">
				</div>
				<div class="col-md-9">
					<h1 class="lead"><strong>Mrs. Cécile Brouet</strong></h1>
					<p class="lead mb-0">Marketing and Human Resources Director at Indigo<br>Indigo importe du matériel d’éclairage et commercialise ses produits exclusivement via un réseau de grossistes professionnels.</p>
				</div>
				<div class="col-md-12 mt-2">
				<i>"When a customer orders Indigo products, they know they can count on a faster, more efficient and more reliable partner; they also know they will find flexibility and responsiveness.<br><br>For the past five years that we have been using the software, we consider Catbuilder to be undeniably one of the keys to success that helps us every day to achieve our goals and to be more efficient."</i>
				</div>
			</div>
		</div>
	</section>
	
	    <footer style="background: #eee;" class="pt-5">
      <div class="container py-2">
        <div class="row">
          <div class="col-lg-8 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">About Catbuilder</p>
            <p class="text-small">PIM software designed to centralize product data and create personalized catalogs, <strong>Catbuilder</strong> helps B2B companies (industries, manufacturers and distributors) to distribute their commercial documents on all media.<br><br>Wood&d sa, A Belgian company active for almost 30 years ensures its development and continuous evolution.</p>
          </div>
          <div class="col-lg-4 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">Offices</p>
            <p class="mb-0 text-small">Wood&d sa</p>
            <p class="mb-0 text-small">Voie Maréchal Grouchy, 24</p>
            <p class="mb-0 text-small">B-1300 Wavre</p>
            <p class="mb-4 text-small">info@catbuilder.be</p>
			<p class="mb-4 text-small">Tél: +32 (0)473 91 53 88</p>
          </div>
		  
		  
		  



		  
		  
          <div class="col-lg-4 col-md-6 mb-4">
			<img src="/img/favicon.png" alt="Catbuilder icon" class="img-fluid mb-4">
          </div>
          <div class="col-lg-4 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">Let's be friends</p>
            <ul class="list-inline">
              <li class="list-inline-item"><a title="Linkedin" href="https://be.linkedin.com/company/catbuilder" class="social-link"><i class="fab fa-linkedin-in"></i></a></li>
              <li class="list-inline-item"><a title="Email" href="mailto:info@catbuilder.be" class="social-link"><i class="fas fa-envelope"></i></a></li>
            </ul>
          </div>
          <div class="col-lg-4 col-md-6">
            <p class="lined lined-dark mb-3">Newsletter</p>
            <p class="mb-4 text-small">Sign up to receive occasional updates from Catbuilder.</p>
              <form action="newsletter.asp" method="post">
                <div class="input-group mb-3">
				<script>d = new Date(); document.write('<input type="hid'+'den" name="v'+'rif" value="lhjglchb54'+d.getDay()+'5vkjbchkjds">');</script>
                  
                  <input type="text" name="email" placeholder="Email" aria-label="Email" aria-describedby="basic-addon2" class="form-control">
                  <div class="input-group-append">
                    <button id="basic-addon2" type="submit" class="input-group-text" title="Newsletter Subscription"><i class="fas fa-paper-plane"></i></button>
                  </div>
				  
                </div>
              </form>
            
          </div>
        </div>
      </div>
      <div class="bg-dark py-4">    
        <div class="container">
          <div class="row">
            <div class="col-lg-6 text-center text-lg-left mb-1 mb-lg-0">
              <p class="small text-gray mb-0">©Catbuilder sarl</p>
            </div>
          </div>
        </div>
      </div>
    </footer>	


    <!-- JavaScript files-->
    <script src="/vendor/jquery/jquery.min.js"></script>
    <script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
    <script src="/vendor/lightbox2/js/lightbox.min.js"></script>
    <script src="/vendor/leaflet/leaflet.js"></script>
    <script src="/js/front.js"></script>
		<script>
		$( "#m-reference" ).addClass( "active" );

		(function() {
			$('<i id="back-to-top" style="z-index:99999"></i>').appendTo($('body'));

			$(window).scroll(function() {

				if($(this).scrollTop() != 0) {
					$('#back-to-top').fadeIn();	
				} else {
					$('#back-to-top').fadeOut();
				}

			});
			
			$('#back-to-top').click(function() {
				$('body,html').animate({scrollTop:0},600);
			});	

		})();
	</script>
    <!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  </body>
</html>