Comprehensive Solutions for Every Stage of Your Build
PEMB Materials
High-quality, 100% American-manufactured pre-engineered metal building materials designed for durability, efficiency, and flexibility. From prefab kits to custom solutions, we deliver the materials you need to bring your... Read More project to life.
Under SCB Construction Group, our commercial construction division can construct ALL building types in GA, TN, and now SC. SCBCG combines expert project management with a commitment to quality, value-engineering, and on-... Read Moretime delivery. Whether it’s a cutting-edge sports & rec center, a self-storage facility, or a commercial mixed-use development, we craft exceptional construction experiences from start to finish.
We offer integrated custom steel building design solutions that seamlessly complement our PEMB components and commercial general contracting services. From concept to completion, we can help design and deliver bespoke PE... Read MoreMB structures that enhance durability, efficiency, attractiveness, and overall project cohesion.
Explore our reach—serving clients nationwide with expertise across all three divisions.
Where We Ship
Building Materials Nationwide
Where We Erect
Southeast USA
Construction Services
GA, SC, TN, AL
Our Process
From your first consultation to final delivery, our process is designed to make your PEMB project seamless and stress-free. With expert guidance at every step, we ensure precision, transparency, and timely results tailored to your needs.
Connect with SteelCo Buildings to begin the discovery process with an expert PEMB sales consultant.
2. Discovery Process
Discuss the project details and requirements with the PEMB sales consultant in order to receive the most accurate quote possible
3. Review Quote
Review the quote with the PEMB specialist to ensure accuracy.
4. Order and Delivery
Once approved, the custom PEMB for your project will deliver to your site within 8-14 weeks (depending on complexity).
Proven Success, Built on Experience
With decades of expertise in pre-engineered metal buildings, SteelCo Buildings delivers reliable solutions that stand the test of time—trusted by clients, proven by results.
24 +
Years In Business
3000 +
Units Sold
50
States Sold In
1000000 +
Avg Annual SQFT
Shaping a Legacy of Excellence
At SteelCo Buildings, we’re more than suppliers—we’re partners committed to delivering high-quality pre-engineered metal building solutions with precision and reliability. With decades of expertise, we help clients navigate design, sourcing, and delivery to ensure every project runs smoothly. Guided by our BUILD culture, we provide expertise, trusted materials, and a seamless experience from concept to completion.
The SteelCo Difference
At SteelCo Buildings, we do more than provide metal building materials—we empower your projects with expertise and precision. Our approach is built on a foundation of trust, industry knowledge, and a customer-first mindset. From streamlined processes to exceptional product quality, we ensure your experience is seamless and aligned with your goals. Whether it's stock plans or custom designs, our team is here to help you navigate every step of your PEMB journey with confidence.
Discover the SteelCo Difference - where your success is our priority.
With over 24 years of expertise, we deliver pre-engineered metal building solutions tailored to your needs. From prefab kits to custom designs, our capabilities ensure your project is equipped with the highest-quality materials, precision engineering, and reliable delivery nationwide.
Credibility
Our team’s 100+ years of combined experience in PEMB materials and construction ensures you’re working with trusted professionals. Accredited by the BBB and backed by a 92% satisfaction rate, we've built a reputation for reliability, quality, and customer trust.
Client-First
At SteelCo, we pride ourselves on personalized service, expert guidance, and transparent communication. From initial consultation to delivery, our customer-first approach prioritizes your needs, ensuring a smooth and stress-free experience every time.
What Our Clients Have To Say
With a 92%+ satisfaction rate and glowing reviews, our clients highlight the SteelCo difference. From personalized service to top-quality materials, hear directly from those who’ve built with us.
Matt Duncan, Lakeview Preferred Services
Owner
"From start to finish, SteelCo Buildings exceeded my expectations on my Garage/Workshop. They responded to my inquiry right away, provided all the details I needed in a clear, timely manner, and walked me through every product option thoroughly. Their team was knowledgeable and professional, and they kept me fully informed about every milestone as my order progressed. Even the few changes I needed were handled smoothly, with no hiccups at all. I’m delighted with the results and would absolutely choose SteelCo Buildings again for any future project needs."
Jeremy Lee & Todd Hunt, All In Storage
Entrepreneurs
" Partnering with SCB was a game‑changer —
their proactive coordination and accuracy
saved us weeks of schedule and thousands
of dollars, and even months after project
completion they continue to deliver nonstop,
first‑class service. Hands down the best
customer service in the market; our PMs
push for SteelCo whenever possible."
Anita Bedwell, Rainbow Pipe & Metal
Project Manager
"SteelCo Buildings is my first choice because of their thorough attention to detail and unwavering support—even after the sale. The production schedule they provide is also incredibly helpful and keeps every project on track. As a repeat customer, I can confidently say SteelCo Buildings consistently delivers a smooth, trouble-free process from start to finish."
Brandon Wiggins
Business Owner
"I used SteelCo for my most recent building addition at our self-storage facility. Clint and Brad were great to work with from start to finish. I would highly recommend them if you are in the market for a metal building."
Joey Ayash
Homeowner
"I looked along and hard for a red-iron Barndo supplier—turns out SteelCo was very close and I gave Brad and Ben a call, they took care of everything including all the changes and extras for my building! Great experience from start to finish! I'll be a repeat customer! Thanks again Brad and Ben and all the SteelCo employees that made my building!"
document.querySelectorAll('.nav-item a').forEach(link => {
link.addEventListener('click', function(e) {
console.log("Clicked:", this.href);
// Ensure that default navigation works
window.location.href = this.href;
});
});document.querySelectorAll('.nav-item').forEach(item => {
item.addEventListener('click', function(e) {
let tabId = this.getAttribute('data-tab-pane');// Remove active class from all items
document.querySelectorAll('.nav-item').forEach(nav => {
nav.classList.remove('active');
});// Hide all tab panes
document.querySelectorAll('.tab-pane').forEach(tab => {
tab.classList.remove('opened');
});// Add active class to clicked item
this.classList.add('active');// Show the relevant tab-pane
let activeTab = document.getElementById(tabId);
if (activeTab) {
activeTab.classList.add('opened');
}
});
});
jQuery(document).ready(function ($) {
if ($(window).width() > 992) {
let timeout;
$('.double-click-to-open').hover(
function () {
clearTimeout(timeout);
$('#steel-buildings--menu').css('display', 'block');
},
function () {
timeout = setTimeout(function () {
if (!$('#steel-buildings--menu:hover').length) {
$('#steel-buildings--menu').css('display', 'none');
}
}, 200);
}
);
$('#steel-buildings--menu').hover(
function () {
clearTimeout(timeout);
},
function () {
timeout = setTimeout(function () {
if (!$('.double-click-to-open:hover').length) {
$('#steel-buildings--menu').css('display', 'none');
}
}, 200);
}
);
}
if ($(window).width() < 992) {
$(".menu-item-has-children").off("click");
$(".menu-item-has-children > a").off("click");$(".menu-item-has-children").on("click", function (e) {
e.preventDefault();
e.stopPropagation();
let subMenu = $(this).find(".sub-menu").first();
let toggleButton = $(this).find(".sub-menu-toggle").first();
subMenu.toggleClass("active");
let isExpanded = toggleButton.attr("aria-expanded") === "true";
toggleButton.attr("aria-expanded", !isExpanded);
return false;
});
$(document).on("click", ".menu-item-has-children > a", function (e) {
e.preventDefault();
e.stopPropagation();
let subMenu = $(this).siblings(".sub-menu").first();
if (subMenu.length) {
subMenu.toggleClass("active");
return false;
}
});
$(".menu-item-has-children .sub-menu a").on("click", function (e) {
e.stopPropagation();
});
}
if ($(window).width() > 992) {
$('.double-click-to-open').on('click', function () {
var link = $(this).find('a');
window.location.href = link.attr('href');
});
}
});
jQuery(document).ready(function ($) {
$(".read-more-orbit").on("click", function (e) {
e.preventDefault();let $this = $(this);
let $contentMain = $this.siblings(".content-main");
let $contentHidden = $this.siblings(".content-hidden");$contentMain.hide();
$contentHidden.show();
$this.hide();
});
});
function runOnFormSubmit_sf3z410c69ae2dd9a006d42a262b7361537929752bc4226529aad1560fb505219e68(th) { /* Before submit, if you want to trigger your event, "include your code here" */ };
(function() {
window.$zoho = window.$zoho || {};
$zoho.salesiq = $zoho.salesiq || {
ready: function() {}
};
var d = document;
var s = d.createElement("script");
s.type = "text/javascript";
s.id = "zsiqscript";
s.defer = true;
s.src = "https://salesiq.zohopublic.com/widget?plugin_source=wordpress&wc=siq21b34b99fe3d747867516a55ea92d184179bf58ba5a2b975895e40dceec3b299";
d.head.appendChild(s);
})()
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})(window.lintrk);