The Podcast

What You Should NOT Be Doing

Deep-dive analysis of founders and small businesses that are changing the game. Real stories of how companies automate, delegate, and scale.

What We Cover

Each episode is a comprehensive deep dive into a real company... how they operate, what they automate, how they delegate, and the systems that let them scale.

How They Automate

The specific tools, workflows, and systems these companies use to remove manual bottlenecks. Actual operational automation in practice.

How They Delegate

The people, teams, and structures behind the scenes. How they hire, train, and empower others so the founder can focus on what matters most.

How They Scale

Growth stories, revenue milestones, and the inflection points where automation and delegation unlocked the next level.

Episodes

Episode 1: CliqStudios 01
Episode 1 • Kitchen & Bath

CliqStudios: Reinventing the Cabinet Buying Experience

Deep dive into how CliqStudios automated the entire kitchen cabinet design and ordering process for homeowners

Founded in 2010 by Andy Juang after his own frustrating kitchen renovation, CliqStudios has completed over 2 million design projects with 360+ employees. They eliminated the traditional cabinet showroom model and replaced it with free professional design consultations, 3D renderings, and factory-direct pricing... automation and delegation at every level of the customer journey.

Kitchen Cabinets E-Commerce Design Automation Direct-to-Consumer
0:00
24:47

What You'll Learn

  • How CliqStudios eliminated the traditional cabinet showroom model and replaced it with an entirely digital design experience
  • The technology behind their free professional design consultations and 3D kitchen renderings
  • Why going factory-direct allowed them to offer premium cabinets at 40%+ less than traditional retail
  • How they automated the most complex part of kitchen renovation... accurate measurements, design specifications, and order fulfillment
  • The delegation model that pairs every customer with a dedicated designer from start to finish

About CliqStudios

CliqStudios is a direct-to-consumer kitchen cabinet company that provides free professional design services, 3D renderings, and factory-direct pricing. They've built a technology platform that automates the traditionally painful process of selecting, designing, and ordering custom kitchen cabinets. Every customer gets paired with a dedicated designer who guides them through the entire process... from initial consultation to final delivery.

Their model is a textbook example of automation and delegation in action: the technology automates design visualization, pricing, and order processing, while the human designers handle the creative and consultative elements that require a personal touch.

Key Takeaways

  • Automate the complex, delegate the personal: Technology handles specs, pricing, and logistics. Humans handle design taste and customer relationships.
  • Factory-direct model: By cutting out showrooms, distributors, and retail markup, CliqStudios passes savings directly to homeowners.
  • End-to-end experience: One company, one designer, from dream kitchen to delivered cabinets. No hand-offs, no finger-pointing.
AI Disclosure: This episode was generated using AI-powered deep-dive analysis. Company information sourced from cliqstudios.com and publicly available data. Sponsored by Outsource Access.
Explainer Video

More Episodes Coming Soon

We're producing deep dives on companies across trades, home services, professional services, and more. Check back for new episodes.

Presented By
Outsource Access
Fully-managed virtual assistant teams for growing businesses. 500+ staff across 85+ industries. Dedicated VAs starting at $1,895/mo.
outsourceaccess.com

Topics & Industries

Home Services Kitchen & Bath Pest Control Lawn Care HVAC Plumbing Roofing Restaurants Professional Services Healthcare Property Management E-Commerce Fitness & Wellness

Never Miss an Episode

Subscribe on your favorite platform and get weekly conversations with operators who've mastered the art of letting go.


Presented by Outsource Access

Fully-managed virtual assistant teams for growing businesses. 500+ staff across 85+ industries.

Learn More
function adTogglePlay(btn, audioId) { var audio = document.getElementById(audioId); if (!audio) return; if (audio.paused) { document.querySelectorAll('audio').forEach(function(a) { if (a.id !== audioId) a.pause(); }); document.querySelectorAll('.ad-play-btn').forEach(function(b) { b.classList.remove('playing'); var pi = b.querySelector('.play-icon'); if(pi) pi.style.display = ''; var pa = b.querySelector('.pause-icon'); if(pa) pa.style.display = 'none'; }); audio.play(); btn.classList.add('playing'); btn.querySelector('.play-icon').style.display = 'none'; btn.querySelector('.pause-icon').style.display = ''; } else { audio.pause(); btn.classList.remove('playing'); btn.querySelector('.play-icon').style.display = ''; btn.querySelector('.pause-icon').style.display = 'none'; } } function adSeekAudio(e, audioId) { var audio = document.getElementById(audioId); if (!audio || !audio.duration) return; var bar = e.currentTarget; var rect = bar.getBoundingClientRect(); var pct = (e.clientX - rect.left) / rect.width; audio.currentTime = pct * audio.duration; } function adFmtTime(s) { if (isNaN(s)) return '0:00'; var m = Math.floor(s / 60); var sec = Math.floor(s % 60); return m + ':' + (sec < 10 ? '0' : '') + sec; } function adToggleNotes(btn) { var body = btn.nextElementSibling; if (body.classList.contains('show')) { body.classList.remove('show'); btn.classList.remove('open'); btn.innerHTML = ' Show Notes'; } else { body.classList.add('show'); btn.classList.add('open'); btn.innerHTML = ' Hide Notes'; } } setInterval(function() { document.querySelectorAll('audio').forEach(function(audio) { if (!audio.paused) { var prefix = audio.id.replace('-audio',''); var cur = document.getElementById(prefix + '-current'); var bar = document.getElementById(prefix + '-bar'); var dur = document.getElementById(prefix + '-duration'); if (cur) cur.textContent = adFmtTime(audio.currentTime); if (bar && audio.duration) bar.style.width = (audio.currentTime / audio.duration * 100) + '%'; if (dur && audio.duration) dur.textContent = adFmtTime(audio.duration); } }); }, 250);