REA JET
+964 770 110 5782
PRINT
REA JET
Coding and marking systems ›

Industrial coding and marking systems for contact-free product and packaging marking

APPLY
REA LABEL
Labeling technology ›

Flexible labeling technology solutions for fast, precise printing and application of labels

MARK
REA LASER
Laser marking systems ›

Flexible laser marking for forgery-proof and permanent markings

VERIFY
REA VERIFIER
Code checking systems ›

Verify code quality of 1D Barcodes and 2D DataMatrix Codes according to ISO standards

WE PRINTPRINT

WE APPLYAPPLY

REA Systems /* General Reset */ * { box-sizing: border-box; } /* --- CONTAINER --- */ .card-container { display: flex; justify-content: center; gap: 20px; max-width: 100%; /* or a specific width if needed */ margin: 0 auto; flex-wrap: nowrap; /* prevent wrapping */ } /* --- CARD STYLING --- */ .card { background: #ffffff; border: 1px solid #e6e6e6; /* Subtle border */ border-radius: 3px; padding: 24px 16px; width: 265px; /* Exact width for proper spacing */ position: relative; text-decoration: none; display: flex; align-items: flex-start; gap: 12px; transition: all 0.3s ease; cursor: pointer; /* Ensure text doesn't break weirdly */ min-height: 100px; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #fff; padding: 4px; display: flex; flex-direction: column; align-items: center; } .card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: #b0c4de; } /* --- THE TOP LABEL --- */ .top-label { position: absolute; top: -8px; /* Adjusted to sit perfectly on the line */ right: 15px; background: #ffffff; padding: 0 6px; font-size: 10px; font-weight: 700; color: #ccc; /* Very light grey matching screenshot */ letter-spacing: 0.5px; text-transform: uppercase; line-height: 1; } /* --- ICON STYLING --- */ .card-icon-wrapper { width: 48px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding-top: 4px; /* Aligns icon with text top */ } .card-icon-gif { width: 100%; height: auto; max-height: 40px; object-fit: contain; /* THIS FILTER MAKES IT BLUE (#00528c). Only works if the image background is TRANSPARENT. */ filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(1823%) hue-rotate(190deg) brightness(92%) contrast(101%); } /* --- TEXT CONTENT --- */ .card-content { display: flex; flex-direction: column; width: 100%; } .card-title { font-size: 20px; margin-bottom: 10px; /* Space between title and link */ color: #003366; line-height: 1.1; } .card-title strong { font-weight: 800; color: #00528c; } .card-title span { font-weight: 300; color: #999; /* Light grey for product suffix */ } .card-link { font-size: 13px; font-weight: 700; color: #00528c; line-height: 1.4; display: inline-block; position: relative; padding-right: 15px; /* Make room for arrow if it wraps */ } /* The arrow > styling */ .card-link::after { content: '›'; font-size: 18px; line-height: 12px; margin-left: 4px; display: inline-block; position: relative; top: 1px; } /* Hover underline */ .card:hover .card-link { text-decoration: underline; }
Print | Apply | Verify
Industrial coding and marking systems, labeling technology, laser systems and code verification systems

 

For precise printing, labeling, lasering and code verification

Based on over 40 years of experience, we develop innovative coding and marking solutions for marking, marking and labeling your products with coding systems from REA JET, labeling systems from REA LABEL, laser systems from REA LASER and code verification systems for 1D and 2D Codes from REA VERIFIER. Our REA systems, powerful software, high-quality materials and consumables are perfectly coordinated.

Our REA systems are used worldwide in a wide range of industries to mark, tag, label and verify products. Whether in steel processing plants or in the packaging, food or pharmaceutical industries – REA is the first choice for reliable identification and traceability. Also for networked production in the sense of Industry 4.0.

Since our foundation in 1982, we have continuously expanded our extensive portfolio for industrial coding and marking. We develop, manufacture and improve innovative solutions for marking, labeling and verifying a wide range of products and surfaces. REA Elektronik GmbH is certified according to DIN EN ISO 9001:2015.

REA’s product range includes four product lines:

REA JET offers you the ability to mark and label products and surfaces from a wide range of industries precisely and efficiently. With many years of expert knowledge and modern coding and marking technologies, whether with ink or color, you can print texts, barcodes, logos, product information and more – according to your requirements.

At REA LABEL, you will find individual solutions for your marking and labeling tasks in logistics and automation. From simply designing the label layout to applying it to the product – our labeling technology enables you to mark packaging and products fast, cleanly and flexibly.

REA LASER marking lasers stand for state-of-the-art and consumable-free technology in industrial coding and marking. They offer precise, permanent markings on a wide range of materials such as metal, plastic and glass. Ideal for industries such as automotive, electronics, medical and packaging, these systems ensure traceability and quality assurance and promote efficient, environmentally friendly production.

REA VERIFIER offers you state-of-the-art code verification systems for checking the quality of the readability and structure of 1D and 2D Codes. Whether international standard specifications or application-specific requirements – our verifiers guarantee the quality and reliability of your codes in accordance with ISO standards.

With our expertise and technology, we support you in optimizing your coding processes, increasing quality and boosting efficiency in your production. Contact us to find the right solution for your requirements together.

Product entry

FIND YOUR SOLUTION
https://reajet-iraq.com/wp-content/uploads/2025/11/product-entry.jpg

Do you want to mark, label, laser or verify?

 

Product Selector /* --- GENERAL RESET --- */ * { box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #fff; padding: 50px; display: flex; justify-content: center; } /* --- LAYOUT CONTAINER --- */ .selector-container { display: flex; align-items: flex-start; gap: 20px; width: 100%; max-width: 900px; } /* --- DROPDOWN SECTION --- */ .custom-dropdown { position: relative; width: 350px; font-size: 16px; } /* The clickable header of the dropdown */ .dropdown-selected { background-color: #fff; border: 1px solid #00528c; /* The REA Blue */ color: #333; padding: 12px 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; } /* The icons container (X and Arrow) */ .dropdown-icons { display: flex; align-items: center; gap: 10px; color: #00528c; font-size: 18px; font-weight: bold; } /* The X icon */ .icon-close { font-size: 20px; line-height: 1; color: #00528c; } /* The Arrow icon */ .icon-arrow { width: 10px; height: 10px; border-right: 2px solid #00528c; border-bottom: 2px solid #00528c; transform: rotate(45deg); transition: transform 0.2s ease; margin-bottom: 3px; } /* Rotate arrow when open */ .custom-dropdown.active .icon-arrow { transform: rotate(225deg); margin-bottom: -3px; } /* The list of options (Hidden by default) */ .dropdown-options { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #00528c; border-top: none; z-index: 10; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .custom-dropdown.active .dropdown-options { display: block; } /* Individual Option Styling */ .option { padding: 12px 15px; cursor: pointer; color: #00528c; border-bottom: 1px solid #eee; transition: background 0.2s; } .option:last-child { border-bottom: none; } /* Hover State */ .option:hover { background-color: #f4f4f4; } /* Selected State (Dark Blue Background) */ .option.selected { background-color: #004b80; /* Darker Blue */ color: #fff; } /* --- RESULT BOX SECTION --- */ .product-count-box { border: 1px solid #00528c; padding: 12px 25px; min-width: 220px; text-align: center; color: #004b80; font-weight: 700; font-size: 16px; background: #fff; white-space: nowrap; }
12 products available
const dropdown = document.getElementById('productDropdown'); const selectedTextSpan = document.getElementById('selectedText'); const countBox = document.getElementById('countBox'); const options = document.querySelectorAll('.option'); // Toggle the dropdown open/closed function toggleDropdown() { dropdown.classList.toggle('active'); } // Handle option selection function selectOption(element) { // 1. Get data from clicked element const text = element.innerText; const count = element.getAttribute('data-count'); // 2. Update the Header Text selectedTextSpan.innerText = text; // 3. Update the Result Box Text countBox.innerText = count + " products available"; // 4. Visual Styling: Remove 'selected' from all, add to current options.forEach(opt => opt.classList.remove('selected')); element.classList.add('selected'); // 5. Close the dropdown dropdown.classList.remove('active'); } // Optional: Close dropdown if clicking outside of it window.onclick = function(event) { if (!dropdown.contains(event.target)) { dropdown.classList.remove('active'); } }
The world of marking

PROFILE SOLUTIONS FOR THE INDUSTRY

We manufacture customized systems for the marking, labeling, laser marking and code verification of your products, offer a cross-technology operating concept and produce the associated consumables – all from a single source and available worldwide.

 

https://reajet-iraq.com/wp-content/uploads/2025/11/protfolio.jpg
REA News Section /* --- MAIN CONTAINER --- */ .news-container { display: flex; max-width: 1200px; width: 100%; gap: 30px; /* Space between image and text */ align-items: stretch; margin: 20px auto; /* Centered on the page with some breathing room */ font-family: Arial, sans-serif; /* Fallback clean font */ } /* --- LEFT COLUMN (IMAGE) --- */ .image-column { flex: 0 0 45%; /* Takes up 45% of the width */ position: relative; } .main-image { width: 100%; height: 100%; object-fit: cover; display: block; } /* The "Trade show" tag at bottom right of image */ .image-tag { position: absolute; bottom: 0; right: 0; background-color: #fff; color: #00528c; font-weight: 700; font-size: 13px; padding: 6px 12px; text-transform: none; } /* --- RIGHT COLUMN (TEXT) --- */ .content-column { flex: 1; display: flex; flex-direction: column; } /* 1. The Header Section (White Background) */ .header-section { margin-bottom: 25px; } .category-label { color: #00528c; /* REA Blue */ font-size: 14px; margin-bottom: 8px; display: block; font-weight: 400; } .main-headline { color: #003366; /* Darker Navy */ font-size: 28px; font-weight: 800; text-transform: uppercase; line-height: 1.2; margin: 0; } /* 2. The Body Box (Grey Background) */ .grey-content-box { background-color: #f7f9fa; /* The light grey background */ padding: 40px; flex-grow: 1; /* Fills remaining height */ display: flex; flex-direction: column; justify-content: center; } .sub-headline { color: #004070; /* Dark Blue */ font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 15px; line-height: 1.4; } .description-text { color: #3e5c76; /* Slate blue/grey text */ font-size: 16px; line-height: 1.6; margin-bottom: 25px; } .learn-more-link { color: #00528c; text-decoration: none; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; width: max-content; } .learn-more-link::after { content: '›'; font-size: 18px; margin-left: 5px; line-height: 1; position: relative; top: -1px; } .learn-more-link:hover { text-decoration: underline; } /* Mobile Responsiveness */ @media (max-width: 768px) { .news-container { flex-direction: column; padding: 0 15px; } .image-column { height: 250px; /* Fixed height for mobile image */ } }
PPWR DPP News
Trade show
News

NEWS FROM THE WORLD OF MARKING

High-quality marking, code verification and wetting for sheet metal production

The full-range supplier REA Elektronik will be showcasing its profile solutions for industrial production at Blechexpo 2025.

Learn more
Appliation REA Applications Slider /* --- MAIN CONTAINER --- */ .app-container { max-width: 1200px; width: 100%; position: relative; margin: 40px auto; font-family: Arial, sans-serif; } /* --- HEADER SECTION --- */ .header-section { margin-bottom: 20px; } .header-small { color: #00528c; font-size: 14px; font-weight: 500; margin-bottom: 5px; } .header-large { color: #003366; font-size: 28px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; } /* --- CONTROLS (ARROWS) --- */ .controls-container { display: flex; justify-content: flex-end; gap: 15px; margin-bottom: 15px; padding-right: 10px; } .arrow-btn { border: none; background: transparent; color: #00528c; font-size: 20px; cursor: pointer; padding: 5px; transition: color 0.2s; } .arrow-btn:hover { color: #003366; } /* --- SLIDER LAYOUT --- */ .slider-content { display: flex; align-items: center; position: relative; } .fade-in { animation: fadeIn 0.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0.4; } to { opacity: 1; } } /* --- LEFT SIDE: TEXT CARD WRAPPER --- */ .text-card-wrapper { flex: 0 0 48%; position: relative; z-index: 2; } /* THE WHITE CARD */ .text-card { background: #fff; border: 1px solid #e1e1e1; padding: 45px; min-height: 380px; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; } /* --- THE DOTS --- */ .dots-decoration { position: absolute; bottom: -35px; left: 65%; width: 320px; height: 120px; z-index: -1; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%2300528c' /%3E%3C/svg%3E"); background-repeat: repeat; } /* Typography */ .card-title { color: #00528c; font-size: 24px; font-weight: 700; margin: 0 0 10px 0; line-height: 1.3; } .card-subtitle { color: #00528c; font-size: 15px; font-weight: 500; margin-bottom: 25px; } .card-desc { color: #555; font-size: 14px; line-height: 1.6; margin-bottom: 35px; flex-grow: 1; } .learn-more { color: #00528c; font-weight: 700; font-size: 14px; text-decoration: none; width: max-content; display: inline-flex; align-items: center; } .learn-more::after { content: ' ›'; font-size: 18px; margin-left: 5px; line-height: 1; } .learn-more:hover { text-decoration: underline; } /* --- RIGHT SIDE: IMAGES --- */ .images-wrapper { flex: 1; display: flex; gap: 20px; margin-left: -5%; /* Pulls images left to cleanly overlay the card container */ position: relative; z-index: 3; } .slide-image { width: 50%; height: 260px; object-fit: cover; border: 1px solid #eee; box-shadow: 0 4px 10px rgba(0,0,0,0.05); } /* --- RESPONSIVE --- */ @media (max-width: 900px) { .slider-content { flex-direction: column; } .text-card-wrapper { width: 100%; margin-bottom: 40px; } .images-wrapper { margin-left: 0; width: 100%; } .dots-decoration { left: 10%; bottom: -40px; } }
The right solution for you
APPLICATIONS

2D code with GS1 Digital Link

GS1 Sunrise 2027

Various product information can be provided using 2D Code. For the consumer, access to product details is increased, while retailers can increase their efficiency through accurate data and supply chain information. High first-pass reading rates of 2D retail codes, which are particularly crucial at the point of sale, can be achieved with the high resolution REA JET HRs.

Learn more
Application Image 1 Application Image 2
// Definition of your 3 specific image paths const img2DCode = "https://www.rea-jet.com/loesungen/anwendungen/2d-kassencode-gs1-digital-link/3556/image-thumb__3556__application_slider/2d-kassencode-header-1.1258fa7f.webp"; const imgCardboard = "https://www.rea-jet.com/loesungen/anwendungen/kartonagendirektbeschriftung/1174/image-thumb__1174__application_slider/kartonagendirektbeschriftung-gk-02.cb0e3db2.webp"; const imgInlinePrint = "https://www.rea-jet.com/loesungen/anwendungen/digitaler-inline-druck/1053/image-thumb__1053__application_slider/digitaler-inline-druck-numerierung-05.a2d22219.webp"; const slides = [ { title: "2D code with GS1 Digital Link", subtitle: "GS1 Sunrise 2027", desc: "Various product information can be provided using 2D Code. For the consumer, access to product details is increased, while retailers can increase their efficiency through accurate data and supply chain information. High first-pass reading rates of 2D retail codes, which are particularly crucial at the point of sale, can be achieved with the high resolution REA JET HRs.", img1: img2DCode, img2: imgCardboard }, { title: "Direct cardboard marking", subtitle: "Digital direct marking", desc: "Cardboard boxes and cartons made of paper and cardboard are ideal as primary and secondary packaging for transporting products along the entire transportation chain up to and including the final destination.", img1: imgCardboard, img2: imgInlinePrint }, { title: "Late Stage Customization", subtitle: "Digital inline print", desc: "In the current landscape of the printing industry, a demand for small batch sizes and individualized products that contain variable elements has emerged. This includes the possibility of last-minute customization.", img1: imgInlinePrint, img2: img2DCode } ]; let currentIndex = 0; const contentArea = document.getElementById('sliderContent'); const titleEl = document.getElementById('s-title'); const subEl = document.getElementById('s-subtitle'); const descEl = document.getElementById('s-desc'); const img1El = document.getElementById('s-img1'); const img2El = document.getElementById('s-img2'); // Run immediately to bind data array strings properly updateSlide(0); function updateSlide(index) { contentArea.classList.remove('fade-in'); void contentArea.offsetWidth; // Force Reflow contentArea.classList.add('fade-in'); const data = slides[index]; titleEl.innerText = data.title; subEl.innerText = data.subtitle; descEl.innerText = data.desc; img1El.src = data.img1; img2El.src = data.img2; } function nextSlide() { currentIndex++; if (currentIndex >= slides.length) currentIndex = 0; updateSlide(currentIndex); } function prevSlide() { currentIndex--; if (currentIndex < 0) currentIndex = slides.length - 1; updateSlide(currentIndex); }
https://reajet-iraq.com/wp-content/uploads/2025/11/map.png
At home anywhere in the world
REA INTERNATIONAL

REA is represented on all continents of the world. Our own subsidiaries and numerous qualified distribution partners guarantee a reliable consulting and service network for our customers worldwide.

Counters Cards (all four in a row, simultaneous animation) :root{ --blue:#003366; --accent:#00528c; --muted:#6b6b6b; --card-bg:#fff; --card-border:#e6e6e6; } .wrap{ max-width:1200px; margin:0 auto; } /* 4 columns on large screens, 2 on medium, 1 on small */ .grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:24px; align-items:start; } .card{ background:var(--card-bg); border:1px solid var(--card-border); min-height:180px; padding:18px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); display:flex; flex-direction:column; gap:10px; } .card-head{ display:flex; align-items:flex-start; gap:12px; } .counter-box{ padding:0 6px; display:inline-flex; align-items:center; justify-content:center; min-width:66px; height:40px; background:transparent; } .counter{ color:var(--accent); font-weight:800; font-size:20px; line-height:1; letter-spacing:0.5px; } .heading{ color:var(--blue); font-size:13px; font-weight:700; margin-top:0px; margin-bottom:0; align-self:flex-start; } .desc{ color:#444; font-size:13px; line-height:1.45; } .learn{ font-size:13px; color:var(--accent); font-weight:700; text-decoration:none; margin-top:auto; } .learn::after{ content: " ›"; margin-left:6px; } .debug{margin-top:14px;color:#666;font-size:13px} @media (max-width: 1100px){ .grid{ grid-template-columns: repeat(2, 1fr); } } @media (max-width: 560px){ .grid{ grid-template-columns: 1fr; } } /* subtle transition for the counter number */ .counter { transition: transform 0.18s ease; } .counter.animated { transform: translateY(-4px); }
0

Employees

Over 450 employees develop and manufacture REA products for worldwide use at the headquarters in Mühlatal.

Learn more
0

Sectors and industries

We are not only the first choice in the harsh industrial environment of steel, wood, rubber and plastics processing plants, but also master the most demanding coding and serialization tasks.

Learn more
0

Countries

REA subsidiaries and qualified distribution partners in over 50 countries ensure a reliable consulting and service network for our customers worldwide.

Learn more
0

Installed systems

Not only do we have over 5,000 satisfied customers, we have also installed over 50,000 systems. The oldest coding and marking system — still in use — is over 40 years old.

Learn more
// Count-up animation utilities function formatNumber(n){ return n.toString().replace(/\B(?=(\d{3})+(?!\d))/g, "."); } function animateCounterSingle(el, duration = 1400){ const target = parseInt(el.dataset.target, 10) || 0; if(target === 0){ el.textContent = '0'; return Promise.resolve(); } const start = 0; const startTime = performance.now(); return new Promise(resolve => { function step(now){ const elapsed = Math.min(now - startTime, duration); const progress = elapsed / duration; const eased = 1 - (1 - progress) * (1 - progress); // easeOutQuad const current = Math.floor(eased * (target - start) + start); el.textContent = formatNumber(current); if(elapsed el.classList.remove('animated'), 300); resolve(); } } requestAnimationFrame(step); }); } // Animate all counters simultaneously function animateAllCounters(duration = 1200){ const counters = document.querySelectorAll('.counter'); const promises = []; counters.forEach(c => { promises.push(animateCounterSingle(c, duration)); }); return Promise.all(promises); } // Start animations on load window.addEventListener('load', () => { animateAllCounters(1200).then(() => { console.log('All counters finished'); }); });

We on site

TRADE SHOWS AND EVENTS
REA INVITES YOU TO TRADE SHOWS AND EVENTS

Find out more about our participation, locations and the products and innovations we will be presenting at the trade shows. We look forward to meeting you in person at one of the trade shows and presenting our solutions to you.

3-up Event Carousel :root { --card-w: 320px; /* width of a single card */ --gap: 28px; /* gap between cards */ } .carousel { position: relative; width: 100%; overflow: hidden; /* space for arrows */ padding: 20px 40px; } .track { display: flex; gap: var(--gap); transition: transform 420ms cubic-bezier(.22,.61,.36,1); will-change: transform; } .card { width: var(--card-w); flex: 0 0 auto; background: #fff; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,.08); padding: 18px; } .card h4 { font-size: 1.05rem; margin: 0 0 6px; font-weight: 700; } .card .meta { color: #6b7280; font-size: .92rem; margin-bottom: 6px; } .card p { color: #374151; margin: 6px 0 8px; line-height: 1.25; } .learn { color: #2563eb; text-decoration: none; font-weight: 500; } /* Arrows visually match screenshot */ .arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 999px; background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 2px 6px rgba(0,0,0,.08); display: grid; place-items: center; cursor: pointer; z-index: 5; } .arrow:hover { background: #f8fafc; } .arrow-left { left: 8px; } .arrow-right { right: 8px; } /* Align to screenshot feel */ .section { padding: 8px 0 0; } @media (max-width: 1100px) { :root { --card-w: 300px; } } @media (max-width: 900px) { :root { --card-w: 260px; } .track { gap: 20px; } } @media (max-width: 700px) { :root { --card-w: 92%; } .card { width: 92%; } }
(function() { const track = document.getElementById('carouselTrack'); const prevBtn = document.getElementById('prevBtn'); const nextBtn = document.getElementById('nextBtn'); const cards = Array.from(track.children); // Show 3 at once on wide screens function visibleCount() { const w = window.innerWidth; if (w >= 1100) return 3; if (w >= 700) return 2; return 1; } let currentIndex = 0; // Card width including gap function cardWidth() { const w = getComputedStyle(document.documentElement).getPropertyValue('--card-w').trim(); const gap = parseFloat(getComputedStyle(document.documentElement).getPropertyValue('--gap')) || 0; const width = parseFloat(w) || 320; return width + gap; } function update() { const vis = visibleCount(); const maxIndex = Math.max(0, cards.length - vis); if (currentIndex > maxIndex) currentIndex = maxIndex; const w = cardWidth(); track.style.transform = `translateX(-${currentIndex * w}px)`; } prevBtn.addEventListener('click', () => { if (currentIndex > 0) { currentIndex--; update(); } }); nextBtn.addEventListener('click', () => { const vis = visibleCount(); if (currentIndex < cards.length - vis) { currentIndex++; update(); } }); window.addEventListener('resize', update); update(); })();
Construction
Fulfilling client requests on the go
Production
Manufacturing the requested product
Deadline
Finishing upon requested time
Satisfaction
Purchasing quality product

Coowner, Lead MachinistPeter Kirkpatrick

At Rea-jet, we value a culture of collaboration and service. We’re passionate about serving our clients to the fullest, while continuously growing.

Coowner, Lead MachinistPeter Kirkpatrick

Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling state of the art customer service.

Senior Machine OperatorBennett Harper

Engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive thinking.

Production LeadAmy Newthorn

Synergize scalable e-commerce rather than high standards in e-services. Assertively iterate resource maximizing products after intellectual capital.

As a family owned and operated company we are hands on business owners and intimately involved in daily operations. Time on the shop floor interacting with employees is routine, promoting their development and be proud of their work.

Join our team

An inspiring career awaits you in Rea-jet

Reach out to Rea-jet

414-214-0362

Working hours

Get in touch

How can we help
your business?Contact

Quickly maximize timely deliverables for real-time schemas. Dramatically maintain clicks-and-mortar solutions without functional solutions.

    Kirkuk

    3644 Rocky River Drive
    Cleveland, OH 44111, USA

    Erbil

    1099-901 Springland Ave
    Michigan City, IN 46360, USA

    Bghdad

    1099-901 Springland Ave
    Michigan City, IN 46360, USA

    Basra

    216-308-5651, Cleveland factory
    734-585-3072, Michigan factory