{"id":1242,"date":"2026-04-05T14:43:04","date_gmt":"2026-04-05T19:43:04","guid":{"rendered":"https:\/\/driving-firefly-dev.10web.cloud\/solutions\/equipment-partners\/"},"modified":"2026-06-02T23:20:09","modified_gmt":"2026-06-03T04:20:09","slug":"oem-system-integrator-wastewater-treatment","status":"publish","type":"page","link":"https:\/\/driving-firefly-dev.10web.cloud\/en\/industries\/oem-system-integrator-wastewater-treatment\/","title":{"rendered":"OEMs and System Integrators"},"content":{"rendered":"\n<style>\n\/* \u2500\u2500 BRAND TOKENS \u2500\u2500 *\/\n:root {\n  --af-navy:      #0f2a47;\n  --af-navy-mid:  #1b3a5c;\n  --af-cyan:      #00c2e0;\n  --af-cyan-dim:  rgba(0,194,224,0.12);\n  --af-cyan-lite: #e4f8fc;\n  --af-ice:       #f0fafc;\n  --af-white:     #ffffff;\n  --af-teal:      #0A8F7F;\n  --af-teal-dim:  rgba(10,143,127,0.12);\n}\n\/* \u2500\u2500 HERO PADDING TOP \u2500\u2500 *\/\n.af-ri-hero {\n  padding-top: 90px;\n}\n\n\/* Responsive : r\u00e9duit sur mobile pour \u00e9viter un trop grand vide *\/\n@media (max-width: 640px) {\n  .af-ri-hero {\n    padding-top: 48px;\n  }\n}\n\/* \u2500\u2500 STAT COUNTER ANIMATION \u2500\u2500 *\/\n.af-stats {\n  display: flex; flex-wrap: wrap; gap: 0;\n  background: var(--af-navy);\n}\n.af-stats > p {\n  width: 100%; padding: 20px 28px 0;\n  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;\n  letter-spacing: 0.12em; color: rgba(255,255,255,0.45);\n}\n.af-stats__item {\n  flex: 1; min-width: 160px; padding: 20px 28px 28px;\n  border-right: 1px solid rgba(255,255,255,0.07);\n}\n.af-stats__item:last-child { border-right: none; }\n.af-stats__number {\n  display: block; font-size: 2.6rem; font-weight: 800;\n  line-height: 1; color: var(--af-cyan); margin-bottom: 6px;\n}\n.af-stats__item > span {\n  font-size: 0.8125rem; color: rgba(255,255,255,0.55); line-height: 1.5;\n}\n.af-stats__fn {\n  color: var(--af-cyan);\n  font-weight: 700;\n  font-size: 0.85em;\n  margin-left: 2px;\n  vertical-align: super;\n  line-height: 0;\n}\n\n\/* \u2500\u2500 TRUST MARQUEE \u2500\u2500 *\/\n.af-trust {\n  overflow: hidden; padding: 20px 0;\n  border-top: 1px solid rgba(0,0,0,0.07);\n  border-bottom: 1px solid rgba(0,0,0,0.07);\n  background: var(--af-ice);\n}\n.af-trust > p {\n  text-align: center; font-size: 0.7rem; font-weight: 700;\n  text-transform: uppercase; letter-spacing: 0.12em;\n  color: var(--af-navy); opacity: 0.4;\n  margin-bottom: 16px;\n}\n.af-trust__track {\n  display: flex; gap: 0;\n  animation: af-marquee 22s linear infinite;\n  width: max-content;\n}\n.af-trust__track:hover { animation-play-state: paused; }\n.af-trust__item {\n  display: flex; align-items: center; gap: 12px;\n  padding: 0 40px; white-space: nowrap;\n  font-size: 0.9rem; font-weight: 700;\n  color: var(--af-navy); opacity: 0.55;\n}\n.af-trust__item::before {\n  content: '';\n  width: 6px; height: 6px; border-radius: 50%;\n  background: var(--af-cyan); flex-shrink: 0;\n}\n@keyframes af-marquee {\n  from { transform: translateX(0); }\n  to   { transform: translateX(-50%); }\n}\n\n\/* \u2500\u2500 USE CASE LABELS \u2500\u2500 *\/\n.af-use-case__label {\n  display: inline-block;\n  background: var(--af-cyan-dim);\n  color: var(--af-navy);\n  font-size: 0.7rem; font-weight: 700;\n  text-transform: uppercase; letter-spacing: 0.1em;\n  padding: 3px 10px; border-radius: 4px;\n  border: 1px solid rgba(0,194,224,0.25);\n  margin-bottom: 6px;\n}\n\n\/* \u2500\u2500 SLIDESHOW \u2500\u2500 *\/\n.af-slideshow {\n  position: relative;\n  margin-top: 24px;\n}\n\n.af-slideshow__slides {\n  position: relative;\n  min-height: 140px;\n  overflow: hidden;\n}\n\n.af-slideshow__slide {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%;\n  opacity: 0;\n  transition: opacity 0.5s ease;\n  animation: none;\n}\n\n.af-slideshow__slide.is-active {\n  position: relative;\n  opacity: 1;\n  animation: af-slide-in 0.5s ease;\n}\n\n@keyframes af-slide-in {\n  from { opacity: 0; transform: translateY(12px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.af-slideshow__slide h3 {\n  font-size: 1.35rem;\n  font-weight: 700;\n  color: var(--af-navy);\n  margin-bottom: 16px;\n}\n\n.af-slideshow__slide p {\n  font-size: 1rem;\n  line-height: 1.75;\n  color: rgba(0,0,0,0.7);\n}\n\n.af-slideshow__controls {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 24px;\n  margin-top: 10px;\n}\n\n.af-slideshow__prev,\n.af-slideshow__next {\n  background: none;\n  border: 2px solid var(--af-cyan);\n  color: var(--af-cyan);\n  width: 44px;\n  height: 44px;\n  border-radius: 20%;\n  cursor: pointer;\n  font-size: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: all 0.2s;\n}\n\n.af-slideshow__prev:hover,\n.af-slideshow__next:hover {\n  background: var(--af-cyan);\n  color: var(--af-navy);\n}\n\n.af-slideshow__dots {\n  display: flex;\n  gap: 8px;\n  flex: 0 1 auto;\n}\n\n.af-slideshow__dot {\n  width: 10px;\n  height: 10px;\n  border-radius: 50%;\n  background: rgba(0,0,0,0.2);\n  border: none;\n  cursor: pointer;\n  transition: all 0.2s;\n}\n\n.af-slideshow__dot.is-active {\n  background: var(--af-cyan);\n  transform: scale(1.3);\n}\n\n.af-slideshow__dot:hover {\n  background: rgba(0,0,0,0.35);\n}\n\n\/* \u2500\u2500 USE CASE TABS \u2500\u2500 *\/\n.af-use-case-tabs { margin-top: 8px; }\n.af-use-case-tabs__nav {\n  display: flex; gap: 4px;\n  border-bottom: 2px solid rgba(0,0,0,0.08);\n  overflow-x: auto; -webkit-overflow-scrolling: touch;\n  scrollbar-width: none; padding-bottom: 0;\n}\n.af-use-case-tabs__nav::-webkit-scrollbar { display: none; }\n.af-use-case-tabs__tab {\n  background: none; border: none;\n  padding: 12px 18px;\n  font-size: 0.8125rem; font-weight: 700;\n  white-space: nowrap; cursor: pointer;\n  border-bottom: 2px solid transparent;\n  margin-bottom: -2px;\n  color: var(--af-navy); opacity: 0.4;\n  border-radius: 6px 6px 0 0;\n  transition: opacity 0.2s, border-color 0.2s, background 0.2s;\n}\n.af-use-case-tabs__tab:hover { opacity: 0.7; background: var(--af-ice); }\n.af-use-case-tabs__tab.is-active {\n  opacity: 1; border-bottom-color: var(--af-cyan);\n  color: var(--af-navy); background: var(--af-ice);\n}\n.af-use-case-tabs__panels { position: relative; }\n.af-use-case-tabs__panel { display: none; animation: af-fadein 0.3s ease; }\n.af-use-case-tabs__panel.is-active { display: block; }\n@keyframes af-fadein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }\n\n\/* \u2500\u2500 HOW IT WORKS \u2500\u2500 *\/\n.af-how-step__number {\n  width: 44px; height: 44px; border-radius: 50%;\n  background: var(--af-navy); color: var(--af-cyan);\n  display: flex; align-items: center; justify-content: center;\n  font-weight: 800; font-size: 1rem; margin-bottom: 16px;\n}\n\n\/* \u2500\u2500 QUOTE SECTION \u2500\u2500 *\/\n.af-quote {\n  background: var(--af-navy);\n  color: var(--af-white);\n}\n.af-quote blockquote p {\n  color: var(--af-white);\n  font-size: 1.35rem; font-weight: 700; line-height: 1.4;\n  border-left: 4px solid var(--af-cyan);\n  padding-left: 20px; margin: 0 0 12px;\n}\n.af-quote cite { color: rgba(255,255,255,0.5); font-size: 0.875rem; }\n.af-quote > p { color: rgba(255,255,255,0.65); margin-top: 20px; line-height: 1.75; }\n.af-persona {\n  background: rgba(255,255,255,0.06);\n  border-radius: 10px; padding: 28px; margin-top: 32px;\n  border-left: 3px solid var(--af-cyan);\n}\n.af-persona > p:first-child {\n  color: var(--af-cyan); font-size: 0.75rem;\n  font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;\n  margin-bottom: 14px;\n}\n.af-persona__quote {\n  color: rgba(255,255,255,0.9); font-style: italic;\n  font-size: 1.0625rem; line-height: 1.7; margin: 0 0 16px;\n}\n.af-persona__followup {\n  color: var(--af-cyan); font-weight: 700;\n  font-size: 0.9375rem; margin: 0;\n}\n\n\/* \u2500\u2500 FAQ ACCORDION \u2500\u2500 *\/\n.af-faq__item {\n  border-bottom: 1px solid rgba(0,0,0,0.08);\n  transition: background 0.2s;\n}\n.af-faq__item.is-open {\n  background: var(--af-ice);\n  border-left: 3px solid var(--af-cyan);\n  padding-left: 16px;\n}\n.af-faq__q {\n  width: 100%; background: none; border: none;\n  text-align: left; padding: 20px 0;\n  font-size: 1rem; font-weight: 700;\n  cursor: pointer; color: var(--af-navy);\n  display: flex; justify-content: space-between; align-items: center;\n  gap: 20px;\n}\n.af-faq__q-icon {\n  width: 26px; height: 26px; flex-shrink: 0;\n  border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.2);\n  display: flex; align-items: center; justify-content: center;\n  font-style: normal; font-size: 16px;\n  transition: transform 0.3s, background 0.2s, border-color 0.2s;\n  color: var(--af-navy);\n}\n.af-faq__item.is-open .af-faq__q-icon {\n  transform: rotate(45deg);\n  background: var(--af-cyan); border-color: var(--af-cyan); color: var(--af-white);\n}\n.af-faq__a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }\n.af-faq__item.is-open .af-faq__a { max-height: 400px; padding-bottom: 20px; }\n.af-faq__a p { margin: 0; opacity: 0.75; line-height: 1.8; }\n\n\/* \u2500\u2500 BLEED (full viewport width, breaks out of WP container) \u2500\u2500 *\/\n.af-bleed {\n  margin-left: calc(50% - 50vw);\n  margin-right: calc(50% - 50vw);\n  padding-left: calc(50vw - 50% + 5vw);\n  padding-right: calc(50vw - 50% + 5vw);\n}\n\n\/* \u2500\u2500 BADGE COLORS \u2500\u2500 *\/\n.af-badge-available {\n  background: var(--af-cyan-dim);\n  color: var(--af-navy);\n  border: 1px solid rgba(0,194,224,0.3);\n  padding: 4px 14px; border-radius: 100px;\n  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;\n  display: inline-block; margin-bottom: 16px;\n}\n.af-badge-coming {\n  background: rgba(255,255,255,0.1);\n  color: var(--af-white);\n  border: 1px solid rgba(255,255,255,0.2);\n  padding: 4px 14px; border-radius: 100px;\n  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;\n  display: inline-block; margin-top: 12px;\n}\n\n\/* \u2500\u2500 GD TEASER \u2500\u2500 *\/\n.af-gd-teaser {\n  background: var(--af-navy-mid);\n  color: var(--af-white);\n}\n.af-gd-teaser h2 { color: var(--af-white); }\n.af-gd-teaser p { color: rgba(255,255,255,0.65); }\n\n\/* \u2500\u2500 FINAL CTA \u2500\u2500 *\/\n.af-final-cta { background: var(--af-cyan); }\n.af-final-cta h2 { color: var(--af-navy); }\n.af-final-cta p { color: var(--af-navy); opacity: 0.75; }\n\n\/* \u2500\u2500 SOURCES (footer-style citations) \u2500\u2500 *\/\n.af-sources {\n  background: var(--af-ice);\n  padding: 40px 5vw 48px;\n  border-top: 1px solid rgba(0,0,0,0.06);\n}\n.af-sources__label {\n  font-size: 0.7rem;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.14em;\n  color: var(--af-navy);\n  opacity: 0.55;\n  margin: 0 0 14px;\n}\n.af-sources ol {\n  margin: 0;\n  padding-left: 22px;\n  font-size: 0.875rem;\n  line-height: 1.7;\n  color: rgba(15,42,71,0.78);\n  max-width: 920px;\n}\n.af-sources li {\n  margin-bottom: 10px;\n}\n.af-sources li:last-child { margin-bottom: 0; }\n.af-sources a {\n  color: var(--af-navy);\n  text-decoration: underline;\n  text-decoration-color: var(--af-cyan);\n  text-decoration-thickness: 1px;\n  text-underline-offset: 3px;\n  transition: color 0.2s;\n}\n.af-sources a:hover {\n  color: var(--af-cyan);\n}\n.af-sources__note {\n  margin-top: 18px;\n  font-size: 0.75rem;\n  color: rgba(15,42,71,0.5);\n  font-style: italic;\n  max-width: 920px;\n}\n\n\/* \u2500\u2500 PROGRESS NAV \u2500\u2500 *\/\n.af-progress-nav {\n  position: fixed; right: 24px; top: 50%;\n  transform: translateY(-50%);\n  display: flex; flex-direction: column; gap: 10px; z-index: 50;\n}\n.af-progress-nav__dot {\n  position: relative;\n  width: 8px; height: 8px; border-radius: 50%;\n  background: var(--af-navy); opacity: 0.2;\n  cursor: pointer; border: none; padding: 0;\n  transition: opacity 0.2s, transform 0.2s, background 0.2s;\n}\n.af-progress-nav__dot.is-active { opacity: 1; transform: scale(1.4); background: var(--af-cyan); }\n.af-progress-nav__dot:hover { opacity: 1; }\n\n.af-progress-nav__dot::after {\n  content: attr(title);\n  position: absolute;\n  right: calc(100% + 12px);\n  top: 50%; transform: translateY(-50%);\n  background: var(--af-navy);\n  color: #fff;\n  font-size: 0.75rem;\n  font-weight: 600;\n  white-space: nowrap;\n  padding: 4px 10px;\n  border-radius: 4px;\n  pointer-events: none;\n  opacity: 0;\n  transition: opacity 0.2s ease;\n}\n.af-progress-nav__dot:hover::after {\n  opacity: 1;\n}\n\n@media (max-width: 768px) { .af-progress-nav { display: none; } }\n@media (max-width: 640px) {\n  .af-slideshow__slide h3 { font-size: 1.1rem; }\n  .af-slideshow__prev, .af-slideshow__next { width: 36px; height: 36px; font-size: 16px; }\n  .af-stats__number { font-size: 2.1rem; }\n}\n<\/style>\n\n\n\n<nav class=\"af-progress-nav\" aria-label=\"Page sections\">\n  <button class=\"af-progress-nav__dot is-active\" data-target=\"hero\" title=\"Overview\"><\/button>\n  <button class=\"af-progress-nav__dot\" data-target=\"problem\" title=\"The Opportunity\"><\/button>\n  <button class=\"af-progress-nav__dot\" data-target=\"how-it-works\" title=\"How It Works\"><\/button>\n  <button class=\"af-progress-nav__dot\" data-target=\"use-cases\" title=\"Use Cases\"><\/button>\n  <button class=\"af-progress-nav__dot\" data-target=\"why-aquaforge\" title=\"Why Partner\"><\/button>\n  <button class=\"af-progress-nav__dot\" data-target=\"faq\" title=\"FAQ\"><\/button>\n<\/nav>\n\n\n\n<section class=\"af-ri-hero\" id=\"hero\">\n  <span class=\"af-badge af-badge-available\">For OEMs \u00b7 System Integrators \u00b7 Equipment Manufacturers<\/span>\n  <h1>Get your wastewater treatment equipment specified, every time it&#8217;s the right fit<\/h1>\n  <p class=\"af-ri-hero__sub\">Specifying engineers design treatment chains in AquaForge. When your membrane filtration, ozonation, advanced oxidation, or activated carbon equipment is in our optimization engine, it gets recommended, with full performance justification, traceable data, and direct visibility to the decision-makers driving procurement. One integration. Global reach. No sales calls required.<\/p>\n  <div class=\"af-ri-hero__buttons\">\n    <a href=\"\/en\/contact\/?type=partnership\" class=\"af-btn af-btn-primary\">Explore Partnership<\/a>\n    <a href=\"#how-it-works\" class=\"af-btn af-btn-secondary\">See How It Works<\/a>\n  <\/div>\n<\/section>\n\n\n\n<aside class=\"af-stats af-bleed\" aria-label=\"Key statistics\">\n  <p>The OEM specification opportunity \u2014 quantified<\/p>\n  <div class=\"af-stats__item\">\n    <strong class=\"af-stats__number\">40\u201350%<\/strong>\n    <span>Of project CAPEX tied to contaminant disposal economics<sup class=\"af-stats__fn\">1<\/sup><\/span>\n  <\/div>\n  <div class=\"af-stats__item\">\n    <strong class=\"af-stats__number\">70%+<\/strong>\n    <span>Of project OPEX tied to contaminant disposal economics<sup class=\"af-stats__fn\">1<\/sup><\/span>\n  <\/div>\n  <div class=\"af-stats__item\">\n    <strong class=\"af-stats__number\" data-suffix=\"+\" data-from=\"0\" data-to=\"50\">50+<\/strong>\n    <span>Languages and jurisdictions where AquaForge engineers specify equipment<\/span>\n  <\/div>\n  <div class=\"af-stats__item\">\n    <strong class=\"af-stats__number\" data-suffix=\"+\" data-from=\"0\" data-to=\"10\">10+<\/strong>\n    <span>Treatment chain options evaluated per project versus 1\u20132 in manual workflows<\/span>\n  <\/div>\n<\/aside>\n\n\n\n<section class=\"af-trust af-bleed\" aria-label=\"Trusted by\">\n  <p>Built for equipment partners across<\/p>\n  <div class=\"af-trust__track\" aria-hidden=\"true\">\n    <span class=\"af-trust__item\">Membrane Manufacturers<\/span>\n    <span class=\"af-trust__item\">Ozonation Systems<\/span>\n    <span class=\"af-trust__item\">Advanced Oxidation<\/span>\n    <span class=\"af-trust__item\">Activated Carbon<\/span>\n    <span class=\"af-trust__item\">Pump Manufacturers<\/span>\n    <span class=\"af-trust__item\">System Integrators<\/span>\n    <span class=\"af-trust__item\">Membrane Manufacturers<\/span>\n    <span class=\"af-trust__item\">Ozonation Systems<\/span>\n    <span class=\"af-trust__item\">Advanced Oxidation<\/span>\n    <span class=\"af-trust__item\">Activated Carbon<\/span>\n    <span class=\"af-trust__item\">Pump Manufacturers<\/span>\n    <span class=\"af-trust__item\">System Integrators<\/span>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"af-use-case\" id=\"problem\">\n  <h2>Specification is shifting from relationships to data, and most OEMs aren&#8217;t ready<\/h2>\n  <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The shift<\/div><p>For decades, wastewater treatment equipment specification was relationship-driven: sales reps, lunch meetings, technical sales calls with consulting engineers. That model is breaking. Engineers are under pressure to evaluate more options, justify recommendations with data, and deliver designs faster, and they are increasingly turning to AI-powered design platforms to do it.<\/p><\/div>\n  <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The risk<\/div><p>When engineers run treatment chain optimization in AquaForge&#8217;s Design Generator, the system recommends equipment based on real performance data, regulatory fit, CAPEX, OPEX, and footprint constraints. OEMs not in the engine are not in the conversation. The specification happens before the sales call, not after it.<\/p><\/div>\n  <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The opportunity<\/div><p>Being inside AquaForge&#8217;s Design Generator is a digital specification channel that scales. One integration reaches engineers across 50+ jurisdictions, in multiple languages, on every project where your equipment category is a candidate. The OEMs who move first own the digital specification advantage for their entire technology category.<\/p><\/div>\n<\/section>\n\n\n\n<section class=\"af-differentiators\" id=\"pain-points\">\n  <h2>What you&#8217;re up against in today&#8217;s specification landscape<\/h2>\n\n  <div class=\"af-differentiator is-open\">\n    <button class=\"af-differentiator__trigger\" aria-expanded=\"true\">\n      <span>Specification cycles are compressing, fast<\/span>\n      <i class=\"af-differentiator__trigger-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-differentiator__body\">\n      <p>Engineers used to take weeks to evaluate equipment options. Now they&#8217;re under pressure to deliver complete treatment chain designs in days. The OEM that shows up with verified performance data inside the engineer&#8217;s design tool wins the specification before the competition gets the meeting.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-differentiator\">\n    <button class=\"af-differentiator__trigger\" aria-expanded=\"false\">\n      <span>Performance data scattered across 30+ technical datasheets<\/span>\n      <i class=\"af-differentiator__trigger-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-differentiator__body\">\n      <p>Your equipment performance specs live in PDF datasheets, sizing tools, and tribal knowledge. Engineers either dig through documentation, request quotes that take days, or default to whatever they specified last time. Specification at the speed of engineering decisions requires structured, machine-readable performance data.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-differentiator\">\n    <button class=\"af-differentiator__trigger\" aria-expanded=\"false\">\n      <span>Geographic reach is limited by sales team coverage<\/span>\n      <i class=\"af-differentiator__trigger-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-differentiator__body\">\n      <p>Your equipment may be the optimal solution for a wastewater treatment project in a market where you have no sales presence. Without a digital specification channel, that opportunity is invisible. AquaForge serves engineering firms across jurisdictions, your equipment becomes specifiable everywhere we operate.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-differentiator\">\n    <button class=\"af-differentiator__trigger\" aria-expanded=\"false\">\n      <span>PFAS, micropollutants, and emerging contaminants reshuffle the spec sheet<\/span>\n      <i class=\"af-differentiator__trigger-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-differentiator__body\">\n      <p>PFAS treatment, advanced oxidation, ozonation, and quaternary treatment requirements are creating new specification opportunities for activated carbon, membrane filtration, and advanced treatment equipment. OEMs in the optimization engine capture these as the regulatory landscape evolves. OEMs outside it do not.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-differentiator\">\n    <button class=\"af-differentiator__trigger\" aria-expanded=\"false\">\n      <span>Black-box recommendations don&#8217;t get specified<\/span>\n      <i class=\"af-differentiator__trigger-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-differentiator__body\">\n      <p>Engineers won&#8217;t specify equipment they can&#8217;t defend to clients and regulators. AquaForge&#8217;s white-box AI shows the engineering logic and performance basis for every recommendation, including yours. Your equipment gets specified because the engineer can explain exactly why it was the optimal choice.<\/p>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n\n\n<section class=\"af-how-it-works\" id=\"how-it-works\">\n  <h2>Three steps to digital specification, built for OEMs who don&#8217;t have time to build their own platform<\/h2>\n  <p>Every other partnership program asks you to build integrations, run pilots, or pay to play. AquaForge&#8217;s partnership program is structured to get your equipment in front of specifying engineers as quickly as possible, with no upfront cost and full IP protection on your performance data.<\/p>\n  <div class=\"wp-block-columns\">\n    <div class=\"wp-block-column af-how-step\" data-step=\"1\">\n      <div class=\"af-how-step__number\">1<\/div>\n      <h3>Share your equipment performance data<\/h3>\n      <p>You provide structured performance specifications, operating parameters, and ideally simulation models for your equipment lines: membrane filtration, ozonation, advanced oxidation, activated carbon, biological treatment, pumps, or any wastewater treatment equipment category. Your data remains your IP, fully protected by our data partnership agreement.<\/p>\n    <\/div>\n    <div class=\"wp-block-column af-how-step\" data-step=\"2\">\n      <div class=\"af-how-step__number\">2<\/div>\n      <h3>We integrate into the Design Generator<\/h3>\n      <p>Your equipment enters AquaForge&#8217;s treatment chain optimization engine alongside other options. No integration work on your end. We handle the data modeling, simulation calibration, and engineering validation, so your equipment is evaluated on the same technical footing as every other option in its category.<\/p>\n    <\/div>\n    <div class=\"wp-block-column af-how-step\" data-step=\"3\">\n      <div class=\"af-how-step__number\">3<\/div>\n      <h3>Engineers specify your equipment, with full traceability<\/h3>\n      <p>When your equipment is the optimal fit for a project&#8217;s regulatory, performance, and economic constraints, the Design Generator recommends it. Every recommendation comes with traceable engineering justification, so the specifying engineer can defend the choice to clients and regulators without independent re-verification. Specification happens at the speed of design.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<div class=\"wp-block-blocksy-query\" data-id=\"f2093838\"><div class=\"ct-posts-block\" data-prefix=\"blog\"><div class=\"entries\" data-archive=\"default\" data-layout=\"grid\" data-cards=\"simple\"><article class=\"entry-card card-content post-1851 post type-post status-publish format-standard has-post-thumbnail hentry category-wastewater-treatment tag-industrial-wastewater-treatment tag-wastewater-treatment\" data-reveal=\"bottom:no\"><ul class=\"entry-meta\" data-type=\"simple:slash\" data-id=\"meta_1\" ><li class=\"meta-categories\" data-type=\"simple\"><a href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/category\/wastewater-treatment\/\" rel=\"tag\" class=\"ct-term-70\">Wastewater treatment<\/a><\/li><\/ul><h2 class=\"entry-title\"><a href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/industrial-wastewater-treatment-technologies-list\/\" rel=\"bookmark\">Industrial Wastewater Treatment: A Practical Guide to the Core Treatment Technologies<\/a><\/h2><a class=\"ct-media-container\" href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/industrial-wastewater-treatment-technologies-list\/\" aria-label=\"Industrial Wastewater Treatment: A Practical Guide to the Core Treatment Technologies\"><img decoding=\"async\" width=\"768\" height=\"429\" data-src=\"https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Aerial-photograph-of-a-modern-industrial-wastewater-treatment-plant-near-a-mining-site-768x429.png\" class=\"attachment-medium_large size-medium_large wp-post-image lazyload\" alt=\"aerial photograph of a modern industrial wastewater treatment plant adjacent to a large mining site, taken in soft late-afternoon light.\" data-srcset=\"https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Aerial-photograph-of-a-modern-industrial-wastewater-treatment-plant-near-a-mining-site-768x429.png 768w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Aerial-photograph-of-a-modern-industrial-wastewater-treatment-plant-near-a-mining-site-300x167.png 300w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Aerial-photograph-of-a-modern-industrial-wastewater-treatment-plant-near-a-mining-site-1024x572.png 1024w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Aerial-photograph-of-a-modern-industrial-wastewater-treatment-plant-near-a-mining-site-600x335.png 600w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Aerial-photograph-of-a-modern-industrial-wastewater-treatment-plant-near-a-mining-site.png 1376w\" data-sizes=\"auto, (max-width: 768px) 100vw, 768px\" itemprop=\"image\" style=\"--smush-placeholder-width: 768px; --smush-placeholder-aspect-ratio: 768\/429;aspect-ratio: 4\/3;\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" \/><\/a><div class=\"entry-excerpt\"><p>Guide &bull; Treatment Technology Selection Industrial Wastewater Treatment: A Practical Guide to the Core Treatment Technologies A category-by-category reference to the physical, chemical, and biological processes most often used in industrial wastewater treatment, with the strengths, limitations, and typical applications\u2026<\/p>\n<\/div><\/article><article class=\"entry-card card-content post-1843 post type-post status-publish format-standard has-post-thumbnail hentry category-wastewater-treatment tag-wastewater-treatment tag-water-planning\" data-reveal=\"bottom:no\"><ul class=\"entry-meta\" data-type=\"simple:slash\" data-id=\"meta_1\" ><li class=\"meta-categories\" data-type=\"simple\"><a href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/category\/wastewater-treatment\/\" rel=\"tag\" class=\"ct-term-70\">Wastewater treatment<\/a><\/li><\/ul><h2 class=\"entry-title\"><a href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/industrial-wastewater-treatment-plant-design\/\" rel=\"bookmark\">Industrial Wastewater Treatment Plant Design: What Facility Operators Must Get Right Before Day One<\/a><\/h2><a class=\"ct-media-container\" href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/industrial-wastewater-treatment-plant-design\/\" aria-label=\"Industrial Wastewater Treatment Plant Design: What Facility Operators Must Get Right Before Day One\"><img decoding=\"async\" width=\"768\" height=\"439\" data-src=\"https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Chemical-plant-near-a-river-768x439.png\" class=\"attachment-medium_large size-medium_large wp-post-image lazyload\" alt=\"A low-angle shot of a large chemical facility with numerous pipes, towers, and industrial structures, situated on the bank of a river under an overcast sky. The river in the foreground shows ripples and reflections.\" data-srcset=\"https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Chemical-plant-near-a-river-768x439.png 768w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Chemical-plant-near-a-river-300x171.png 300w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Chemical-plant-near-a-river-1024x585.png 1024w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Chemical-plant-near-a-river-600x343.png 600w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/05\/Chemical-plant-near-a-river.png 1344w\" data-sizes=\"auto, (max-width: 768px) 100vw, 768px\" itemprop=\"image\" style=\"--smush-placeholder-width: 768px; --smush-placeholder-aspect-ratio: 768\/439;aspect-ratio: 4\/3;\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" \/><\/a><div class=\"entry-excerpt\"><p>Guide &bull; Industrial Compliance Industrial Wastewater Treatment Plant: A Design Guide From selecting the right treatment technology to meeting discharge permit requirements, here is what facility engineers, environmental managers, and plant operators across all industries need to know before a\u2026<\/p>\n<\/div><\/article><article class=\"entry-card card-content post-1708 post type-post status-publish format-standard has-post-thumbnail hentry category-wastewater-treatment tag-sewage-treatment-plant tag-wastewater-treatment tag-water-planning\" data-reveal=\"bottom:no\"><ul class=\"entry-meta\" data-type=\"simple:slash\" data-id=\"meta_1\" ><li class=\"meta-categories\" data-type=\"simple\"><a href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/category\/wastewater-treatment\/\" rel=\"tag\" class=\"ct-term-70\">Wastewater treatment<\/a><\/li><\/ul><h2 class=\"entry-title\"><a href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/wastewater-treatment-in-plant-sewage-treatment-plants-industrial-flows-water-planning\/\" rel=\"bookmark\">Guide: Sewage Treatment Plants &#038; Water Infrastructure Planning<\/a><\/h2><a class=\"ct-media-container\" href=\"https:\/\/driving-firefly-dev.10web.cloud\/en\/wastewater-treatment-in-plant-sewage-treatment-plants-industrial-flows-water-planning\/\" aria-label=\"Guide: Sewage Treatment Plants &#038; Water Infrastructure Planning\"><img decoding=\"async\" width=\"768\" height=\"439\" data-src=\"https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/04\/Documentary-photographic-style_-close-up-shot-of-a-primary-clarifier-at-a-modern-wastewater-treatmen-768x439.png\" class=\"attachment-medium_large size-medium_large wp-post-image lazyload\" alt=\"Documentary photographic style, close-up shot of a primary clarifier at a modern wastewater treatment plant, showing the large circular tank with a rotating mechanism,\" data-srcset=\"https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/04\/Documentary-photographic-style_-close-up-shot-of-a-primary-clarifier-at-a-modern-wastewater-treatmen-768x439.png 768w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/04\/Documentary-photographic-style_-close-up-shot-of-a-primary-clarifier-at-a-modern-wastewater-treatmen-300x171.png 300w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/04\/Documentary-photographic-style_-close-up-shot-of-a-primary-clarifier-at-a-modern-wastewater-treatmen-1024x585.png 1024w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/04\/Documentary-photographic-style_-close-up-shot-of-a-primary-clarifier-at-a-modern-wastewater-treatmen-600x343.png 600w, https:\/\/driving-firefly-dev.10web.cloud\/wp-content\/uploads\/2026\/04\/Documentary-photographic-style_-close-up-shot-of-a-primary-clarifier-at-a-modern-wastewater-treatmen.png 1344w\" data-sizes=\"auto, (max-width: 768px) 100vw, 768px\" itemprop=\"image\" style=\"--smush-placeholder-width: 768px; --smush-placeholder-aspect-ratio: 768\/439;aspect-ratio: 4\/3;\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" \/><\/a><div class=\"entry-excerpt\"><p>Article \u2022 Water Treatment Wastewater Treatment in Plant: How Sewage Treatment Plants Fit Into Water Infrastructures and Planning Understanding the definitions, performance standards, and regulatory frameworks that guide wastewater treatment from collection through discharge\u2014and why &#8220;in plant&#8221; performance is only\u2026<\/p>\n<\/div><\/article><\/div><\/div><\/div>\n\n\n<section id=\"use-cases\">\n  <h2>How OEMs and System Integrators use AquaForge to win specifications<\/h2>\n  <p>From membrane manufacturers to ozonation system providers, across the equipment categories where digital specification creates measurable competitive advantage.<\/p>\n\n  <div class=\"af-use-case-tabs\">\n    <div class=\"af-use-case-tabs__nav\" role=\"tablist\">\n      <button class=\"af-use-case-tabs__tab is-active\" role=\"tab\" aria-selected=\"true\" data-panel=\"uc1\">Membrane Filtration<\/button>\n      <button class=\"af-use-case-tabs__tab\" role=\"tab\" aria-selected=\"false\" data-panel=\"uc2\">Ozonation Systems<\/button>\n      <button class=\"af-use-case-tabs__tab\" role=\"tab\" aria-selected=\"false\" data-panel=\"uc3\">PFAS Equipment<\/button>\n      <button class=\"af-use-case-tabs__tab\" role=\"tab\" aria-selected=\"false\" data-panel=\"uc4\">Activated Carbon<\/button>\n      <button class=\"af-use-case-tabs__tab\" role=\"tab\" aria-selected=\"false\" data-panel=\"uc5\">System Integrators<\/button>\n      <button class=\"af-use-case-tabs__tab\" role=\"tab\" aria-selected=\"false\" data-panel=\"uc6\">Geographic Expansion<\/button>\n    <\/div>\n\n    <div class=\"af-use-case-tabs__panels\">\n\n      <div class=\"af-use-case-tabs__panel is-active\" id=\"uc1\" role=\"tabpanel\">\n        <div class=\"af-use-case\">\n          <h3>Membrane filtration manufacturers, specification at design speed<\/h3>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The Pain<\/div><p>Membrane filtration equipment is technically complex. Performance varies by feed water quality, fouling potential, and operating conditions. Engineers without your sizing tools default to competitor equipment they can specify faster, even when your membrane is the better technical fit.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">How AquaForge Helps<\/div><p>Your membrane performance data (flux rates, rejection curves, fouling models, operating ranges) is structured into AquaForge&#8217;s Design Generator. When engineers run treatment chain optimization, your membrane is evaluated against alternatives on real performance criteria, not on which sales rep called last.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">Outcome<\/div><p>Get specified on technical merit. Your membrane filtration equipment gets recommended when it&#8217;s the optimal fit, with full performance justification the engineer can defend. Specification at engineering decision speed, not at sales cycle speed.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"af-use-case-tabs__panel\" id=\"uc2\" role=\"tabpanel\">\n        <div class=\"af-use-case\">\n          <h3>Ozonation system providers, capturing the quaternary treatment opportunity<\/h3>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The Pain<\/div><p>The EU Urban Wastewater Directive 2045 quaternary treatment mandate is creating massive demand for ozonation and advanced oxidation systems. But specification expertise is concentrated in too few senior engineers. Your equipment may be the optimal solution and still not get specified.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">How AquaForge Helps<\/div><p>AquaForge encodes quaternary treatment design logic (micropollutant removal, advanced oxidation, ozone dosing) into a platform every engineer can access. Your ozonation system is evaluated against alternatives across the projects driven by the EU Directive, PFAS standards, and emerging contaminant mandates.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">Outcome<\/div><p>Capture the quaternary treatment specification wave at the volume the regulatory mandates demand, without being constrained by which engineering firms have senior expertise in advanced oxidation.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"af-use-case-tabs__panel\" id=\"uc3\" role=\"tabpanel\">\n        <div class=\"af-use-case\">\n          <h3>PFAS treatment equipment manufacturers, owning emerging contaminant specification<\/h3>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The Pain<\/div><p>PFAS treatment standards are evolving across jurisdictions simultaneously. Engineers struggle to track which equipment categories (granular activated carbon, ion exchange, membrane filtration, advanced oxidation) are validated for which PFAS compounds under which jurisdictional standards. The result: specification by familiarity, not optimization.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">How AquaForge Helps<\/div><p>AquaForge&#8217;s regulatory intelligence (AquaReq) tracks evolving PFAS treatment standards in real time. Your PFAS treatment equipment is matched against jurisdictional requirements automatically, so your equipment gets recommended when it&#8217;s compliant with the specific PFAS compounds and concentration limits the project must address.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">Outcome<\/div><p>Win specifications on emerging contaminant projects across jurisdictions, including ones where your sales team has no presence. PFAS treatment specification driven by your equipment&#8217;s actual regulatory and performance fit.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"af-use-case-tabs__panel\" id=\"uc4\" role=\"tabpanel\">\n        <div class=\"af-use-case\">\n          <h3>Activated carbon and adsorption media providers, competing on technical fit<\/h3>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The Pain<\/div><p>Activated carbon specification is often driven by procurement habits rather than technical optimization. Engineers default to whichever GAC supplier they used last project, even when a different media has better adsorption capacity for the specific contaminants involved.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">How AquaForge Helps<\/div><p>Your activated carbon performance data (adsorption isotherms, breakthrough curves, contaminant-specific capacity) is structured into the Design Generator. When engineers design adsorption systems for PFAS, micropollutants, or emerging contaminants, your media is evaluated on real performance, not on procurement habit.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">Outcome<\/div><p>Compete on technical fit, not sales relationships. Get your activated carbon specified on projects where your media is the optimal solution, including markets where you have no direct sales presence.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"af-use-case-tabs__panel\" id=\"uc5\" role=\"tabpanel\">\n        <div class=\"af-use-case\">\n          <h3>System integrators, designing complete treatment chains around your stack<\/h3>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The Pain<\/div><p>System integrators bring together multiple technologies (pretreatment, biological, tertiary, quaternary) into complete treatment chains. But proving the integrated stack is optimal requires comparing it against alternative configurations the engineer might not have time to evaluate manually.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">How AquaForge Helps<\/div><p>System integrators can configure their integrated treatment stacks within AquaForge&#8217;s Design Generator, then have engineers compare them against alternative configurations on identical regulatory, performance, and economic criteria. The Design Generator validates the integrated approach, and surfaces it as the recommendation when it&#8217;s the optimal fit.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">Outcome<\/div><p>Integrated treatment chain specifications driven by quantified optimization, not by which integrator has the best slide deck. Your system gets specified when it actually is the best technical solution for the project.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"af-use-case-tabs__panel\" id=\"uc6\" role=\"tabpanel\">\n        <div class=\"af-use-case\">\n          <h3>Geographic expansion without proportional sales investment<\/h3>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">The Pain<\/div><p>Your equipment may be ideal for wastewater treatment projects across Europe, North America, Asia, and emerging markets, but you can only afford direct sales coverage in a fraction of those geographies. Specification opportunities in non-covered markets are functionally invisible.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">How AquaForge Helps<\/div><p>AquaForge&#8217;s Design Generator serves engineering firms across 50+ jurisdictions in 50+ languages. One integration with AquaForge makes your equipment specifiable everywhere we operate, without proportional investment in regional sales coverage, marketing translation, or technical support infrastructure.<\/p><\/div>\n          <div class=\"af-use-case__detail\"><div class=\"af-use-case__label\">Outcome<\/div><p>Capture specification opportunities in markets your direct sales force has no path to. One partnership integration. Global digital specification reach.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section id=\"why-aquaforge\">\n  <h2>Why partner with AquaForge<\/h2>\n  \n  <div class=\"af-slideshow\">\n    <div class=\"af-slideshow__slides\">\n      <div class=\"af-slideshow__slide is-active\">\n        <h3>Digital specification, at the speed of engineering decisions<\/h3>\n        <p>The competition spends months building relationships with consulting engineers. AquaForge partners get specified the moment an engineer runs treatment chain optimization where their equipment is the optimal fit. Specification cycle compresses from weeks to design-time minutes.<\/p>\n      <\/div>\n      <div class=\"af-slideshow__slide\">\n        <h3>Transparent evaluation, see how your equipment is assessed<\/h3>\n        <p>AquaForge&#8217;s white-box AI shows the engineering logic behind every recommendation. As an OEM partner, you see exactly how your equipment is evaluated against alternatives, and gain feedback to improve product positioning, performance modeling, and future specification rates.<\/p>\n      <\/div>\n      <div class=\"af-slideshow__slide\">\n        <h3>Your IP, fully protected<\/h3>\n        <p>Your equipment performance data is your competitive advantage. Our data partnership agreement protects your IP. Performance specifications, operating parameters, and simulation models remain yours, used only within the optimization engine to evaluate your equipment fairly against alternatives.<\/p>\n      <\/div>\n      <div class=\"af-slideshow__slide\">\n        <h3>Global reach, one integration, every market<\/h3>\n        <p>AquaForge serves engineering firms across 50+ jurisdictions and 50+ languages. One partnership integration makes your equipment specifiable in every market we operate in, including geographies where you have no direct sales presence and no realistic path to building one.<\/p>\n      <\/div>\n      <div class=\"af-slideshow__slide\">\n        <h3>Capture emerging contaminant specification<\/h3>\n        <p>PFAS treatment, micropollutant removal, EU Directive quaternary mandates, and nano-plastic regulations are creating massive new specification waves. AquaForge&#8217;s regulatory intelligence tracks these mandates as they evolve, so your equipment gets matched to projects driven by the latest standards, automatically.<\/p>\n      <\/div>\n      <div class=\"af-slideshow__slide\">\n        <h3>Scale beyond your sales team&#8217;s capacity<\/h3>\n        <p>Your sales team&#8217;s specification capacity is limited by headcount. AquaForge&#8217;s Design Generator runs treatment chain optimization on every project where your equipment category is a candidate, across thousands of projects per year, without proportional sales investment.<\/p>\n      <\/div>\n      <div class=\"af-slideshow__slide\">\n        <h3>Specification, not just visibility<\/h3>\n        <p>Every other &#8220;OEM platform&#8221; puts you in a catalog and calls it digital marketing. AquaForge integrates your equipment into actual treatment chain optimization, where engineers make real specification decisions. The difference between catalog presence and design-tool integration is the difference between hoping to get specified and being specified.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"af-slideshow__controls\">\n      <button class=\"af-slideshow__prev\" aria-label=\"Previous\">\u2190<\/button>\n      <div class=\"af-slideshow__dots\"><\/div>\n      <button class=\"af-slideshow__next\" aria-label=\"Next\">\u2192<\/button>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"af-quote af-bleed\">\n  <aside class=\"af-persona\" aria-label=\"What OEMs say about working with AquaForge\">\n    <p><strong>You know this pattern.<\/strong><\/p>\n    <p class=\"af-persona__quote\">&#8220;We had the technically superior membrane for that project. Better flux, better rejection, lower fouling. But the engineer specified the competitor&#8217;s product because that&#8217;s what their internal sizing template defaulted to. We never got the chance to be evaluated.&#8221;<\/p>\n    <p class=\"af-persona__followup\">AquaForge replaces sizing templates with treatment chain optimization. When your equipment is the better fit, it gets recommended, every time.<\/p>\n  <\/aside>\n<\/section>\n\n\n\n<section class=\"af-faq\" id=\"faq\" aria-labelledby=\"faq-heading\">\n  <h2 id=\"faq-heading\">Frequently asked questions<\/h2>\n  <p>Common questions from OEMs, equipment manufacturers, and system integrators evaluating partnership with AquaForge.<\/p>\n\n  <div class=\"af-faq__item is-open\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"af-faq__q\" aria-expanded=\"true\" itemprop=\"name\">\n      What is digital specification for wastewater treatment equipment?\n      <i class=\"af-faq__q-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-faq__a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">Digital specification is the process of getting wastewater treatment equipment recommended within an AI-powered design platform, at the moment engineers are running treatment chain optimization. Unlike relationship-driven specification, which requires sales meetings and technical reviews, digital specification happens automatically when your equipment is the optimal fit for a project&#8217;s regulatory, performance, and economic constraints.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-faq__item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"af-faq__q\" aria-expanded=\"false\" itemprop=\"name\">\n      How does AquaForge protect our equipment performance data and IP?\n      <i class=\"af-faq__q-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-faq__a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">Equipment performance data shared by OEM partners is protected by our data partnership agreement. Your specifications, operating parameters, and simulation models remain your IP, used exclusively within AquaForge&#8217;s Design Generator to evaluate your equipment in treatment chain optimization. Your data is never shared with competitors, never sold to third parties, and never used outside the partnership scope. We provide full audit visibility into how your data is accessed and applied.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-faq__item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"af-faq__q\" aria-expanded=\"false\" itemprop=\"name\">\n      What equipment categories does AquaForge support?\n      <i class=\"af-faq__q-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-faq__a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">AquaForge supports the full range of wastewater treatment equipment categories, including membrane filtration (UF, MF, NF, RO), ozonation systems, advanced oxidation processes, activated carbon and adsorption media, biological treatment systems, sedimentation and clarification, disinfection systems, pumps, blowers, and complete integrated treatment systems. If your equipment plays a role in tertiary treatment, quaternary treatment, PFAS treatment, or industrial wastewater treatment chains, it fits the optimization engine.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-faq__item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"af-faq__q\" aria-expanded=\"false\" itemprop=\"name\">\n      How long does the partnership integration take?\n      <i class=\"af-faq__q-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-faq__a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">Most OEM integrations are completed within 60 to 90 days from data sharing kickoff to live specification visibility. Timeline depends on the depth and structure of your existing performance data. Partners with structured simulation models integrate fastest, while partners with documentation in PDF datasheets require additional data structuring. AquaForge handles the engineering integration work; partners primarily contribute domain expertise and data review.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-faq__item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"af-faq__q\" aria-expanded=\"false\" itemprop=\"name\">\n      What is the difference between AquaForge and other OEM partner programs?\n      <i class=\"af-faq__q-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-faq__a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">Most OEM partner programs put your equipment in a digital catalog or content library, then count on engineers finding and selecting it manually. AquaForge integrates your equipment into the actual treatment chain optimization engine engineers use to design treatment systems, so your equipment is evaluated against alternatives on real engineering criteria and recommended when it&#8217;s the optimal fit. The difference is between hoping to get specified and being specified at design speed.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-faq__item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"af-faq__q\" aria-expanded=\"false\" itemprop=\"name\">\n      How does AquaForge handle competing OEMs in the same equipment category?\n      <i class=\"af-faq__q-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-faq__a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">AquaForge evaluates equipment on technical and economic merit (flux rates, rejection curves, energy consumption, footprint, regulatory compliance, CAPEX, and OPEX). Multiple OEMs in the same equipment category compete on objective performance criteria within the optimization engine. The OEM whose equipment is the optimal fit for a specific project&#8217;s constraints gets recommended for that project. Over time, this creates direct visibility into where your equipment wins, where it loses, and where to improve product positioning.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"af-faq__item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"af-faq__q\" aria-expanded=\"false\" itemprop=\"name\">\n      What does the partnership cost?\n      <i class=\"af-faq__q-icon\">+<\/i>\n    <\/button>\n    <div class=\"af-faq__a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n      <p itemprop=\"text\">Partnership economics are structured around aligned incentives. AquaForge succeeds when your equipment gets specified through the platform. We discuss commercial terms during partnership scoping calls, tailored to equipment category, data depth, and target geographic markets. There are no upfront platform fees that gate access. The goal is getting your equipment in front of specifying engineers as quickly as possible.<\/p>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n\n\n<section class=\"af-final-cta af-bleed\">\n  <h2>Ready to make your equipment specifiable at design speed?<\/h2>\n  <p>Schedule a partnership scoping call. We&#8217;ll walk through your equipment categories, target markets, and existing performance data, and map a 60 to 90 day path to live specification visibility inside AquaForge&#8217;s Design Generator.<\/p>\n  <div class=\"af-final-cta__buttons\">\n    <a href=\"\/en\/contact\/?type=partnership\" class=\"af-btn af-btn-primary\">Explore Partnership<\/a>\n    <a href=\"\/en\/contact\/\" class=\"af-btn af-btn-secondary\">Talk to the Partnerships Team<\/a>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"af-sources af-bleed\" id=\"sources\" aria-labelledby=\"sources-heading\">\n  <p id=\"sources-heading\" class=\"af-sources__label\">Sources &amp; references<\/p>\n  <ol>\n    <li id=\"ref-1\">\n      <strong>Contaminant disposal economics \u2014 40\u201350% of project CAPEX and 70%+ of project OPEX.<\/strong>\n      AquaForge internal analysis of wastewater treatment project economics across tertiary and quaternary systems (2026). Figures reflect the share of total project economics attributable to contaminant capture and disposal, which is the cost dimension equipment specification most directly influences.\n    <\/li>\n  <\/ol>\n  <p class=\"af-sources__note\">Figures cited above reflect AquaForge&#8217;s internal modeling of wastewater treatment project economics and are presented to contextualize the economic stakes of equipment specification decisions. Project-specific outcomes vary by treatment chain, contaminant profile, jurisdiction, and operating context.<\/p>\n<\/section>\n\n\n\n<script>\n(function () {\n\n  \/* \u2500\u2500 USE CASE TABS \u2500\u2500 *\/\n  document.querySelectorAll('.af-use-case-tabs__tab').forEach(function (tab) {\n    tab.addEventListener('click', function () {\n      var nav = this.closest('.af-use-case-tabs__nav');\n      var panels = this.closest('.af-use-case-tabs').querySelector('.af-use-case-tabs__panels');\n      nav.querySelectorAll('.af-use-case-tabs__tab').forEach(function (t) {\n        t.classList.remove('is-active');\n        t.setAttribute('aria-selected', 'false');\n      });\n      panels.querySelectorAll('.af-use-case-tabs__panel').forEach(function (p) {\n        p.classList.remove('is-active');\n      });\n      this.classList.add('is-active');\n      this.setAttribute('aria-selected', 'true');\n      var target = document.getElementById(this.getAttribute('data-panel'));\n      if (target) target.classList.add('is-active');\n    });\n  });\n\n  \/* \u2500\u2500 FAQ ACCORDION \u2500\u2500 *\/\n  document.querySelectorAll('.af-faq__q').forEach(function (btn) {\n    btn.addEventListener('click', function () {\n      var item = this.closest('.af-faq__item');\n      var isOpen = item.classList.contains('is-open');\n      item.closest('.af-faq').querySelectorAll('.af-faq__item').forEach(function (el) {\n        el.classList.remove('is-open');\n        el.querySelector('.af-faq__q').setAttribute('aria-expanded', 'false');\n      });\n      if (!isOpen) {\n        item.classList.add('is-open');\n        this.setAttribute('aria-expanded', 'true');\n      }\n    });\n  });\n\n  \/* \u2500\u2500 STAT COUNTER \u2500\u2500 *\/\n  function animateCount(el) {\n    var from = parseFloat(el.getAttribute('data-from') || 0);\n    var to = parseFloat(el.getAttribute('data-to'));\n    var decimals = parseInt(el.getAttribute('data-decimals') || 0);\n    var prefix = el.getAttribute('data-prefix') || '';\n    var suffix = el.getAttribute('data-suffix') || '';\n    var duration = 1600;\n    var start = null;\n    function step(timestamp) {\n      if (!start) start = timestamp;\n      var progress = Math.min((timestamp - start) \/ duration, 1);\n      var ease = 1 - Math.pow(1 - progress, 3);\n      var value = from + (to - from) * ease;\n      el.textContent = prefix + value.toFixed(decimals) + suffix;\n      if (progress < 1) requestAnimationFrame(step);\n    }\n    requestAnimationFrame(step);\n  }\n\n  var statsObserver = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (entry.isIntersecting) {\n        entry.target.querySelectorAll('[data-to]').forEach(animateCount);\n        statsObserver.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.4 });\n\n  var statsEl = document.querySelector('.af-stats');\n  if (statsEl) statsObserver.observe(statsEl);\n\n  \/* \u2500\u2500 WHY AQUAFORGE SLIDESHOW \u2500\u2500 *\/\n  var slides = document.querySelectorAll('.af-slideshow__slide');\n  var dotsContainer = document.querySelector('.af-slideshow__dots');\n  var prevBtn = document.querySelector('.af-slideshow__prev');\n  var nextBtn = document.querySelector('.af-slideshow__next');\n  var currentIndex = 0;\n\n  \/\/ Create dots\n  slides.forEach(function (_, i) {\n    var dot = document.createElement('button');\n    dot.className = 'af-slideshow__dot' + (i === 0 ? ' is-active' : '');\n    dot.setAttribute('aria-label', 'Slide ' + (i + 1));\n    dot.addEventListener('click', function () { goToSlide(i); });\n    dotsContainer.appendChild(dot);\n  });\n\n  function goToSlide(index) {\n    slides.forEach(function (s) { s.classList.remove('is-active'); });\n    document.querySelectorAll('.af-slideshow__dot').forEach(function (d) { d.classList.remove('is-active'); });\n    \n    currentIndex = index;\n    slides[currentIndex].classList.add('is-active');\n    document.querySelectorAll('.af-slideshow__dot')[currentIndex].classList.add('is-active');\n  }\n\n  prevBtn.addEventListener('click', function () {\n    currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n    goToSlide(currentIndex);\n  });\n\n  nextBtn.addEventListener('click', function () {\n    currentIndex = (currentIndex + 1) % slides.length;\n    goToSlide(currentIndex);\n  });\n\n  \/\/ Auto-advance every 8 seconds\n  setInterval(function () {\n    currentIndex = (currentIndex + 1) % slides.length;\n    goToSlide(currentIndex);\n  }, 8000);\n\n  \/* \u2500\u2500 PROGRESS NAV \u2500\u2500 *\/\n  var sections = ['hero', 'problem', 'how-it-works', 'use-cases', 'why-aquaforge', 'faq'];\n  var dots = document.querySelectorAll('.af-progress-nav__dot');\n\n  dots.forEach(function (dot) {\n    dot.addEventListener('click', function () {\n      var target = document.getElementById(this.getAttribute('data-target'));\n      if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    });\n  });\n\n  var sectionObserver = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (entry.isIntersecting) {\n        var id = entry.target.id;\n        dots.forEach(function (dot) { dot.classList.remove('is-active'); });\n        var active = document.querySelector('.af-progress-nav__dot[data-target=\"' + id + '\"]');\n        if (active) active.classList.add('is-active');\n      }\n    });\n  }, { threshold: 0.3 });\n\n  sections.forEach(function (id) {\n    var el = document.getElementById(id);\n    if (el) sectionObserver.observe(el);\n  });\n\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For OEMs \u00b7 System Integrators \u00b7 Equipment Manufacturers Get your wastewater treatment equipment specified, every time it&#8217;s the right fit Specifying engineers design treatment chains in AquaForge. When your membrane filtration, ozonation, advanced oxidation, or activated carbon equipment is in our optimization engine, it gets recommended, with full performance justification, traceable data, and direct visibility [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":1233,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1242","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","disable_share_box":"yes","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/pages\/1242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/comments?post=1242"}],"version-history":[{"count":5,"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/pages\/1242\/revisions"}],"predecessor-version":[{"id":1958,"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/pages\/1242\/revisions\/1958"}],"up":[{"embeddable":true,"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/pages\/1233"}],"wp:attachment":[{"href":"https:\/\/driving-firefly-dev.10web.cloud\/en\/wp-json\/wp\/v2\/media?parent=1242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}