{"id":169,"date":"2026-09-01T11:34:45","date_gmt":"2026-09-01T04:34:45","guid":{"rendered":"https:\/\/siteplore.com\/?page_id=169"},"modified":"2026-09-02T11:31:37","modified_gmt":"2026-09-02T04:31:37","slug":"custom-iot-analytics-development","status":"publish","type":"page","link":"https:\/\/siteplore.com\/index.php\/custom-iot-analytics-development\/","title":{"rendered":"Custom IoT &amp; Analytics Development"},"content":{"rendered":"\n<!-- =========================================================\n     SITEPLORE \u2014 CUSTOM IoT & ANALYTICS DEVELOPMENT\n     WordPress Custom HTML\n     ========================================================= -->\n\n<style>\n\n.ciad-page {\n    --ciad-yellow: #f7b900;\n    --ciad-yellow-dark: #d99f00;\n    --ciad-navy: #15213b;\n    --ciad-navy-2: #1d2a46;\n    --ciad-blue: #214c88;\n    --ciad-cyan: #31a9e1;\n    --ciad-cyan-light: #dff5ff;\n    --ciad-green: #19a974;\n    --ciad-red: #d75c5c;\n    --ciad-text: #202b3d;\n    --ciad-muted: #667085;\n    --ciad-border: #e4e9f0;\n    --ciad-light: #f7f9fc;\n\n    font-family: inherit;\n    color: var(--ciad-text);\n    line-height: 1.6;\n    overflow: hidden;\n}\n\n.ciad-page *,\n.ciad-page *::before,\n.ciad-page *::after {\n    box-sizing: border-box;\n}\n\n.ciad-page a {\n    text-decoration: none;\n}\n\n.ciad-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n.ciad-section {\n    padding: 88px 0;\n}\n\n.ciad-light {\n    background: var(--ciad-light);\n}\n\n.ciad-dark {\n    color: white;\n    background:\n        radial-gradient(circle at 85% 15%, rgba(49,169,225,.18), transparent 28%),\n        radial-gradient(circle at 8% 85%, rgba(247,185,0,.08), transparent 22%),\n        linear-gradient(135deg, #111c34 0%, #1a2948 100%);\n}\n\n.ciad-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 14px;\n    color: var(--ciad-blue);\n    text-transform: uppercase;\n    letter-spacing: 1.6px;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.ciad-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 3px;\n    border-radius: 3px;\n    background: var(--ciad-yellow);\n}\n\n.ciad-dark .ciad-eyebrow {\n    color: #8bd5f7;\n}\n\n.ciad-title {\n    margin: 0;\n    color: var(--ciad-navy);\n    font-size: clamp(32px,4vw,48px);\n    line-height: 1.12;\n    letter-spacing: -1px;\n}\n\n.ciad-dark .ciad-title {\n    color: white;\n}\n\n.ciad-lead {\n    max-width: 860px;\n    margin: 22px 0 0;\n    color: var(--ciad-muted);\n    font-size: 18px;\n    line-height: 1.75;\n}\n\n.ciad-dark .ciad-lead {\n    color: #c6d2e2;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.ciad-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 34px;\n}\n\n.ciad-btn {\n    min-height: 50px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 23px;\n    border-radius: 7px;\n    font-size: 15px;\n    font-weight: 800;\n    transition: .2s ease;\n}\n\n.ciad-btn-primary {\n    color: var(--ciad-navy);\n    background: var(--ciad-yellow);\n}\n\n.ciad-btn-primary:hover {\n    color: var(--ciad-navy);\n    background: #ffc729;\n    transform: translateY(-2px);\n}\n\n.ciad-btn-secondary {\n    color: white;\n    border: 1px solid rgba(255,255,255,.34);\n    background: rgba(255,255,255,.05);\n}\n\n.ciad-btn-secondary:hover {\n    color: white;\n    background: rgba(255,255,255,.11);\n}\n\n.ciad-btn-dark {\n    color: white;\n    background: var(--ciad-navy);\n}\n\n.ciad-btn-dark:hover {\n    color: white;\n    background: #223459;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.ciad-hero {\n    position: relative;\n    min-height: 720px;\n    display: flex;\n    align-items: center;\n    color: white;\n    background:\n        radial-gradient(circle at 79% 20%, rgba(49,169,225,.28), transparent 29%),\n        radial-gradient(circle at 92% 78%, rgba(247,185,0,.11), transparent 23%),\n        linear-gradient(135deg, #101a30 0%, #193158 58%, #174b70 100%);\n}\n\n.ciad-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);\n    background-size: 42px 42px;\n}\n\n.ciad-hero-inner {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    grid-template-columns: 1.03fr .97fr;\n    gap: 65px;\n    align-items: center;\n    padding: 90px 0;\n}\n\n.ciad-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 14px;\n    margin-bottom: 22px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,.20);\n    background: rgba(255,255,255,.07);\n    color: #d8e7f7;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.ciad-badge-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--ciad-yellow);\n    box-shadow: 0 0 0 5px rgba(247,185,0,.12);\n}\n\n.ciad-hero h1 {\n    margin: 0;\n    color: white;\n    font-size: clamp(44px,5.7vw,69px);\n    line-height: 1.02;\n    letter-spacing: -2.2px;\n}\n\n.ciad-hero h1 span {\n    color: var(--ciad-yellow);\n}\n\n.ciad-hero-copy {\n    max-width: 720px;\n    margin: 26px 0 0;\n    color: #d4e0ee;\n    font-size: 19px;\n    line-height: 1.75;\n}\n\n\n\/* =========================================================\n   HERO DEVELOPMENT PANEL\n   ========================================================= *\/\n\n.ciad-dev-panel {\n    padding: 27px;\n    border-radius: 18px;\n    background: rgba(12,27,50,.80);\n    border: 1px solid rgba(255,255,255,.14);\n    box-shadow: 0 30px 70px rgba(0,0,0,.25);\n    backdrop-filter: blur(12px);\n}\n\n.ciad-panel-label {\n    color: #8bd5f7;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n}\n\n.ciad-dev-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 10px;\n}\n\n.ciad-dev-item {\n    padding: 15px;\n    border-radius: 9px;\n    background: rgba(49,169,225,.08);\n    border: 1px solid rgba(49,169,225,.18);\n}\n\n.ciad-dev-item small {\n    display: block;\n    color: #8fa5bc;\n    font-size: 9px;\n    text-transform: uppercase;\n    letter-spacing: .8px;\n}\n\n.ciad-dev-item strong {\n    display: block;\n    margin-top: 4px;\n    color: white;\n    font-size: 14px;\n}\n\n.ciad-dev-item span {\n    display: block;\n    margin-top: 2px;\n    color: #87d7fb;\n    font-size: 10px;\n}\n\n.ciad-panel-arrow {\n    padding: 13px 0;\n    text-align: center;\n    color: var(--ciad-yellow);\n    font-size: 21px;\n}\n\n.ciad-solution-box {\n    padding: 17px;\n    text-align: center;\n    border-radius: 10px;\n    border: 1px solid rgba(255,255,255,.10);\n    background: rgba(255,255,255,.055);\n}\n\n.ciad-solution-box strong {\n    display: block;\n    color: var(--ciad-yellow);\n    font-size: 19px;\n}\n\n.ciad-solution-box span {\n    display: block;\n    margin-top: 4px;\n    color: #b6c4d5;\n    font-size: 11px;\n}\n\n.ciad-result-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 8px;\n    margin-top: 12px;\n}\n\n.ciad-result-grid div {\n    padding: 10px 5px;\n    text-align: center;\n    border-radius: 7px;\n    border: 1px solid rgba(255,255,255,.08);\n    background: rgba(255,255,255,.04);\n    color: #b8c5d7;\n    font-size: 10px;\n}\n\n.ciad-result-grid b {\n    display: block;\n    color: #88dcff;\n}\n\n\n\/* =========================================================\n   PROBLEM CARDS\n   ========================================================= *\/\n\n.ciad-problem-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.ciad-card {\n    padding: 28px;\n    border: 1px solid var(--ciad-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.ciad-card-icon {\n    width: 46px;\n    height: 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n    border-radius: 10px;\n    color: #b57e00;\n    background: #fff5d5;\n    font-weight: 900;\n}\n\n.ciad-card h3 {\n    margin: 0 0 10px;\n    color: var(--ciad-navy);\n    font-size: 19px;\n}\n\n.ciad-card p {\n    margin: 0;\n    color: var(--ciad-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   DEVELOPMENT DOMAINS\n   ========================================================= *\/\n\n.ciad-domain-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ciad-domain {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.ciad-domain-no {\n    color: var(--ciad-yellow);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1px;\n}\n\n.ciad-domain h3 {\n    margin: 11px 0 9px;\n    color: white;\n    font-size: 19px;\n}\n\n.ciad-domain p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n.ciad-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-top: 15px;\n}\n\n.ciad-tag {\n    padding: 5px 8px;\n    border-radius: 4px;\n    background: rgba(255,255,255,.07);\n    color: #bcd9ea;\n    font-size: 10px;\n    font-weight: 700;\n}\n\n\n\/* =========================================================\n   BUILD VS CONFIGURE\n   ========================================================= *\/\n\n.ciad-choice-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.ciad-choice {\n    padding: 29px;\n    border: 1px solid var(--ciad-border);\n    border-radius: 14px;\n    background: white;\n}\n\n.ciad-choice-type {\n    color: var(--ciad-blue);\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n}\n\n.ciad-choice h3 {\n    margin: 9px 0;\n    color: var(--ciad-navy);\n    font-size: 21px;\n}\n\n.ciad-choice p {\n    margin: 0;\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n.ciad-choice-rule {\n    margin-top: 18px;\n    padding-top: 15px;\n    border-top: 1px solid var(--ciad-border);\n    color: var(--ciad-blue);\n    font-size: 11px;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   ARCHITECTURE\n   ========================================================= *\/\n\n.ciad-architecture {\n    margin-top: 52px;\n}\n\n.ciad-arch-row {\n    display: grid;\n    grid-template-columns:\n        1fr 30px\n        1fr 30px\n        1fr 30px\n        1fr 30px\n        1fr;\n}\n\n.ciad-arch-box {\n    padding: 21px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.ciad-arch-no {\n    color: var(--ciad-yellow);\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 1.1px;\n}\n\n.ciad-arch-box h3 {\n    margin: 10px 0 8px;\n    color: white;\n    font-size: 17px;\n}\n\n.ciad-arch-box p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 12px;\n}\n\n.ciad-arch-arrow {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--ciad-yellow);\n    font-size: 20px;\n}\n\n\n\/* =========================================================\n   CUSTOM IoT\n   ========================================================= *\/\n\n.ciad-iot-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ciad-iot {\n    padding: 25px;\n    border: 1px solid var(--ciad-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.ciad-iot-symbol {\n    width: 43px;\n    height: 43px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 15px;\n    border-radius: 9px;\n    color: var(--ciad-blue);\n    background: var(--ciad-cyan-light);\n    font-size: 9px;\n    font-weight: 900;\n}\n\n.ciad-iot h3 {\n    margin: 0 0 8px;\n    color: var(--ciad-navy);\n    font-size: 17px;\n}\n\n.ciad-iot p {\n    margin: 0;\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   ANALYTICS\n   ========================================================= *\/\n\n.ciad-analytics-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 55px;\n    align-items: center;\n}\n\n.ciad-analytics-panel {\n    padding: 30px;\n    border-radius: 16px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.ciad-analytics-item {\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(255,255,255,.08);\n}\n\n.ciad-analytics-item:last-child {\n    border-bottom: 0;\n}\n\n.ciad-analytics-item strong {\n    display: block;\n    color: white;\n    font-size: 15px;\n}\n\n.ciad-analytics-item span {\n    display: block;\n    margin-top: 4px;\n    color: #b9c5d5;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   USE CASES\n   ========================================================= *\/\n\n.ciad-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ciad-use {\n    overflow: hidden;\n    border: 1px solid var(--ciad-border);\n    border-radius: 14px;\n    background: white;\n}\n\n.ciad-use-head {\n    padding: 23px;\n    color: white;\n    background: linear-gradient(135deg,#172541,#214c70);\n}\n\n.ciad-use-head small {\n    display: block;\n    color: #8bd5f7;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.ciad-use-head h3 {\n    margin: 7px 0 0;\n    color: white;\n    font-size: 19px;\n}\n\n.ciad-use-body {\n    padding: 23px;\n}\n\n.ciad-use-body p {\n    margin: 0;\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n.ciad-use-chain {\n    margin-top: 17px;\n    color: var(--ciad-blue);\n    font-size: 11px;\n    line-height: 1.8;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   PROTOTYPE PROCESS\n   ========================================================= *\/\n\n.ciad-proto-grid {\n    display: grid;\n    grid-template-columns: repeat(5,1fr);\n    gap: 16px;\n    margin-top: 48px;\n}\n\n.ciad-proto {\n    padding: 24px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.ciad-proto-no {\n    color: var(--ciad-yellow);\n    font-size: 29px;\n    line-height: 1;\n    font-weight: 900;\n}\n\n.ciad-proto h3 {\n    margin: 14px 0 7px;\n    color: white;\n    font-size: 16px;\n}\n\n.ciad-proto p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 12px;\n}\n\n\n\/* =========================================================\n   DELIVERABLES\n   ========================================================= *\/\n\n.ciad-deliver-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ciad-deliver {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 15px;\n    padding: 24px;\n    border: 1px solid var(--ciad-border);\n    border-radius: 12px;\n    background: white;\n}\n\n.ciad-deliver-icon {\n    width: 38px;\n    height: 38px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    border-radius: 50%;\n    color: var(--ciad-green);\n    background: #eaf8f3;\n    font-weight: 900;\n}\n\n.ciad-deliver h3 {\n    margin: 0 0 6px;\n    color: var(--ciad-navy);\n    font-size: 16px;\n}\n\n.ciad-deliver p {\n    margin: 0;\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PRODUCT ECOSYSTEM\n   ========================================================= *\/\n\n.ciad-product-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.ciad-product {\n    padding: 29px;\n    border-radius: 14px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.ciad-product-type {\n    color: #83d8fc;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1.1px;\n    text-transform: uppercase;\n}\n\n.ciad-product h3 {\n    margin: 8px 0;\n    color: white;\n    font-size: 25px;\n}\n\n.ciad-product p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n.ciad-product-link {\n    display: inline-block;\n    margin-top: 18px;\n    color: var(--ciad-yellow);\n    font-size: 13px;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   CUSTOMER INPUT\n   ========================================================= *\/\n\n.ciad-input-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ciad-input {\n    padding: 24px;\n    border: 1px solid var(--ciad-border);\n    border-radius: 12px;\n    background: white;\n}\n\n.ciad-input strong {\n    display: block;\n    color: var(--ciad-navy);\n    font-size: 15px;\n}\n\n.ciad-input span {\n    display: block;\n    margin-top: 6px;\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   OUTCOMES\n   ========================================================= *\/\n\n.ciad-outcome-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.ciad-outcome {\n    padding: 27px;\n    border: 1px solid var(--ciad-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.ciad-outcome-no {\n    color: var(--ciad-yellow-dark);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.ciad-outcome h3 {\n    margin: 10px 0 8px;\n    color: var(--ciad-navy);\n    font-size: 18px;\n}\n\n.ciad-outcome p {\n    margin: 0;\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   ENGAGEMENT OPTIONS\n   ========================================================= *\/\n\n.ciad-option-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.ciad-option {\n    position: relative;\n    padding: 30px;\n    border: 1px solid var(--ciad-border);\n    border-radius: 15px;\n    background: white;\n}\n\n.ciad-option-featured {\n    border: 2px solid var(--ciad-yellow);\n    transform: translateY(-6px);\n    box-shadow: 0 17px 42px rgba(20,35,60,.09);\n}\n\n.ciad-option-badge {\n    position: absolute;\n    right: 18px;\n    top: 18px;\n    padding: 5px 9px;\n    border-radius: 999px;\n    color: #966c00;\n    background: #fff4cc;\n    font-size: 9px;\n    font-weight: 900;\n    text-transform: uppercase;\n}\n\n.ciad-option-type {\n    color: var(--ciad-blue);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1.1px;\n    text-transform: uppercase;\n}\n\n.ciad-option h3 {\n    margin: 8px 0;\n    color: var(--ciad-navy);\n    font-size: 24px;\n}\n\n.ciad-option p {\n    margin: 0;\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n.ciad-option ul {\n    margin: 20px 0 0;\n    padding: 18px 0 0 18px;\n    border-top: 1px solid var(--ciad-border);\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n.ciad-option li {\n    margin: 7px 0;\n}\n\n.ciad-option .ciad-btn {\n    width: 100%;\n    margin-top: 21px;\n}\n\n\n\/* =========================================================\n   BOUNDARY TABLE\n   ========================================================= *\/\n\n.ciad-boundary {\n    margin-top: 48px;\n    overflow-x: auto;\n    border: 1px solid var(--ciad-border);\n    border-radius: 14px;\n}\n\n.ciad-boundary table {\n    width: 100%;\n    min-width: 810px;\n    border-collapse: collapse;\n    background: white;\n}\n\n.ciad-boundary th,\n.ciad-boundary td {\n    padding: 17px 20px;\n    text-align: left;\n    border-bottom: 1px solid var(--ciad-border);\n}\n\n.ciad-boundary th {\n    color: var(--ciad-navy);\n    background: #f0f4f8;\n    font-size: 13px;\n}\n\n.ciad-boundary td {\n    color: var(--ciad-muted);\n    font-size: 13px;\n}\n\n.ciad-boundary tr:last-child td {\n    border-bottom: 0;\n}\n\n.ciad-yes {\n    color: var(--ciad-green) !important;\n    font-weight: 800;\n}\n\n.ciad-caution {\n    color: #b47d00 !important;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.ciad-faq {\n    max-width: 900px;\n    margin-top: 44px;\n}\n\n.ciad-faq details {\n    padding: 18px 0;\n    border-bottom: 1px solid var(--ciad-border);\n}\n\n.ciad-faq summary {\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 30px;\n    color: var(--ciad-navy);\n    font-size: 16px;\n    font-weight: 800;\n}\n\n.ciad-faq summary::-webkit-details-marker {\n    display: none;\n}\n\n.ciad-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 0;\n    color: var(--ciad-blue);\n    font-size: 22px;\n}\n\n.ciad-faq details[open] summary::after {\n    content: \"\u2013\";\n}\n\n.ciad-faq p {\n    max-width: 820px;\n    margin: 12px 0 3px;\n    color: var(--ciad-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.ciad-cta {\n    padding: 88px 0;\n    background:\n        radial-gradient(circle at 15% 50%, rgba(49,169,225,.17), transparent 30%),\n        linear-gradient(135deg,#172541,#213f69);\n}\n\n.ciad-cta-inner {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 45px;\n    align-items: center;\n}\n\n.ciad-cta h2 {\n    max-width: 810px;\n    margin: 0;\n    color: white;\n    font-size: clamp(30px,4vw,45px);\n    line-height: 1.14;\n}\n\n.ciad-cta h2 span {\n    color: var(--ciad-yellow);\n}\n\n.ciad-cta p {\n    max-width: 740px;\n    margin: 16px 0 0;\n    color: #c8d4e4;\n    font-size: 16px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media (max-width:980px) {\n\n    .ciad-hero-inner,\n    .ciad-analytics-grid,\n    .ciad-cta-inner {\n        grid-template-columns:1fr;\n    }\n\n    .ciad-problem-grid,\n    .ciad-domain-grid,\n    .ciad-choice-grid,\n    .ciad-use-grid,\n    .ciad-product-grid,\n    .ciad-outcome-grid,\n    .ciad-option-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ciad-iot-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .ciad-proto-grid {\n        grid-template-columns:repeat(3,1fr);\n    }\n\n    .ciad-arch-row {\n        grid-template-columns:1fr;\n        gap:10px;\n    }\n\n    .ciad-arch-arrow {\n        height:25px;\n        transform:rotate(90deg);\n    }\n}\n\n@media (max-width:640px) {\n\n    .ciad-container {\n        width:min(100% - 28px,1180px);\n    }\n\n    .ciad-section {\n        padding:65px 0;\n    }\n\n    .ciad-hero-inner {\n        padding:70px 0;\n    }\n\n    .ciad-problem-grid,\n    .ciad-domain-grid,\n    .ciad-choice-grid,\n    .ciad-iot-grid,\n    .ciad-use-grid,\n    .ciad-proto-grid,\n    .ciad-deliver-grid,\n    .ciad-product-grid,\n    .ciad-input-grid,\n    .ciad-outcome-grid,\n    .ciad-option-grid {\n        grid-template-columns:1fr;\n    }\n\n    .ciad-dev-grid,\n    .ciad-result-grid {\n        grid-template-columns:1fr;\n    }\n\n    .ciad-option-featured {\n        transform:none;\n    }\n\n    .ciad-actions {\n        flex-direction:column;\n    }\n\n    .ciad-btn {\n        width:100%;\n    }\n}\n\n<\/style>\n\n\n<div class=\"ciad-page\">\n\n\n<!-- ========================================================\n     HERO\n     ======================================================== -->\n\n<section class=\"ciad-hero\">\n\n    <div class=\"ciad-container ciad-hero-inner\">\n\n        <div>\n\n            <div class=\"ciad-badge\">\n                <span class=\"ciad-badge-dot\"><\/span>\n                Siteplore Custom Engineering Services\n            <\/div>\n\n            <h1>\n                When the Standard Product Is Not Enough,\n                <span>Engineer the Right Solution.<\/span>\n            <\/h1>\n\n            <p class=\"ciad-hero-copy\">\n                Rekacipta develops custom IoT, edge, data-integration\n                and analytics solutions for operational problems\n                that require more than an off-the-shelf configuration \u2014\n                from proof of concept and field-data acquisition\n                to custom dashboards, analytical workflows\n                and project-specific Siteplore integration.\n            <\/p>\n\n\n            <div class=\"ciad-actions\">\n\n                <a class=\"ciad-btn ciad-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20a%20Custom%20IoT%20and%20Analytics%20Development%20project.\" target=\"_blank\" rel=\"noopener\">\n                    Discuss Your Custom Project \u2192\n                <\/a>\n\n                <a class=\"ciad-btn ciad-btn-secondary\" href=\"\/index.php\/pricing\">\n                    Explore Siteplore Plans\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"ciad-dev-panel\">\n\n            <div class=\"ciad-panel-label\">\n                Custom Solution Development\n            <\/div>\n\n\n            <div class=\"ciad-dev-grid\">\n\n\n                <div class=\"ciad-dev-item\">\n                    <small>Field<\/small>\n                    <strong>Custom Sensing<\/strong>\n                    <span>Sensors \u2022 Instrumentation \u2022 Interfaces<\/span>\n                <\/div>\n\n\n                <div class=\"ciad-dev-item\">\n                    <small>Edge<\/small>\n                    <strong>Custom Data Acquisition<\/strong>\n                    <span>Device \u2022 Gateway \u2022 Embedded Logic<\/span>\n                <\/div>\n\n\n                <div class=\"ciad-dev-item\">\n                    <small>Data<\/small>\n                    <strong>Integration<\/strong>\n                    <span>Mapping \u2022 Database \u2022 API \u2022 MQTT<\/span>\n                <\/div>\n\n\n                <div class=\"ciad-dev-item\">\n                    <small>Intelligence<\/small>\n                    <strong>Custom Analytics<\/strong>\n                    <span>Rules \u2022 Trends \u2022 Models \u2022 Workflows<\/span>\n                <\/div>\n\n\n            <\/div>\n\n\n            <div class=\"ciad-panel-arrow\">\u2193<\/div>\n\n\n            <div class=\"ciad-solution-box\">\n\n                <strong>Siteplore Custom Solution<\/strong>\n\n                <span>\n                    Prototype \u2192 Validate \u2192 Operationalize \u2192 Scale\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-result-grid\">\n\n                <div>\n                    <b>MEASURE<\/b>\n                    Relevant Data\n                <\/div>\n\n                <div>\n                    <b>UNDERSTAND<\/b>\n                    Operational Context\n                <\/div>\n\n                <div>\n                    <b>ACT<\/b>\n                    Improve Decisions\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     WHEN CUSTOM DEVELOPMENT IS NEEDED\n     ======================================================== -->\n\n<section class=\"ciad-section\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            When Custom Development Makes Sense\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Not every monitoring problem fits neatly\n            inside a standard product specification.\n        <\/h2>\n\n        <p class=\"ciad-lead\">\n            Standardization is valuable because it reduces complexity.\n            But some operational problems involve unusual sensors,\n            legacy equipment, special workflows, unique analytics\n            or integration constraints that require an engineered solution.\n            Custom development should be used where it creates\n            meaningful operational value \u2014 not simply because customization is possible.\n        <\/p>\n\n\n        <div class=\"ciad-problem-grid\">\n\n\n            <div class=\"ciad-card\">\n\n                <div class=\"ciad-card-icon\">01<\/div>\n\n                <h3>Non-Standard Instrumentation<\/h3>\n\n                <p>\n                    The required sensor or instrument\n                    does not fit an existing standard edge configuration.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-card\">\n\n                <div class=\"ciad-card-icon\">02<\/div>\n\n                <h3>Legacy Equipment<\/h3>\n\n                <p>\n                    Important assets contain useful data\n                    but were never designed for modern remote monitoring.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-card\">\n\n                <div class=\"ciad-card-icon\">03<\/div>\n\n                <h3>Unique Operational Workflow<\/h3>\n\n                <p>\n                    The customer needs information,\n                    calculations or escalation logic\n                    that standard dashboards do not provide.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-card\">\n\n                <div class=\"ciad-card-icon\">04<\/div>\n\n                <h3>Multiple Data Sources<\/h3>\n\n                <p>\n                    The required insight depends on\n                    field sensors, existing systems,\n                    databases and external information together.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-card\">\n\n                <div class=\"ciad-card-icon\">05<\/div>\n\n                <h3>New Product Concept<\/h3>\n\n                <p>\n                    An organization has an industrial IoT\n                    or monitoring concept that requires prototype\n                    development before commercialization or deployment.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-card\">\n\n                <div class=\"ciad-card-icon\">06<\/div>\n\n                <h3>Analytics Beyond Standard Reporting<\/h3>\n\n                <p>\n                    The problem requires custom calculations,\n                    correlation, anomaly logic\n                    or application-specific analytical workflows.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DEVELOPMENT CAPABILITIES\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-dark\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Custom Development Scope\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Engineer from the physical measurement\n            through to the analytical output.\n        <\/h2>\n\n\n        <div class=\"ciad-domain-grid\">\n\n\n            <div class=\"ciad-domain\">\n\n                <div class=\"ciad-domain-no\">01<\/div>\n\n                <h3>Custom IoT Architecture<\/h3>\n\n                <p>\n                    Design project-specific sensing,\n                    edge and connectivity architecture.\n                <\/p>\n\n                <div class=\"ciad-tags\">\n                    <span class=\"ciad-tag\">Sensor<\/span>\n                    <span class=\"ciad-tag\">Edge<\/span>\n                    <span class=\"ciad-tag\">Connectivity<\/span>\n                    <span class=\"ciad-tag\">Platform<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-domain\">\n\n                <div class=\"ciad-domain-no\">02<\/div>\n\n                <h3>Edge Device Development<\/h3>\n\n                <p>\n                    Develop or configure edge functionality\n                    where standard hardware does not fully fit.\n                <\/p>\n\n                <div class=\"ciad-tags\">\n                    <span class=\"ciad-tag\">Embedded Logic<\/span>\n                    <span class=\"ciad-tag\">Data Acquisition<\/span>\n                    <span class=\"ciad-tag\">Interfaces<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-domain\">\n\n                <div class=\"ciad-domain-no\">03<\/div>\n\n                <h3>Sensor Integration<\/h3>\n\n                <p>\n                    Integrate compatible digital,\n                    analog or network-connected instrumentation.\n                <\/p>\n\n                <div class=\"ciad-tags\">\n                    <span class=\"ciad-tag\">RS485<\/span>\n                    <span class=\"ciad-tag\">Modbus<\/span>\n                    <span class=\"ciad-tag\">Analog via Interface<\/span>\n                    <span class=\"ciad-tag\">Other Compatible Sources<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-domain\">\n\n                <div class=\"ciad-domain-no\">04<\/div>\n\n                <h3>Data Integration<\/h3>\n\n                <p>\n                    Connect selected Siteplore data\n                    with compatible external systems or applications.\n                <\/p>\n\n                <div class=\"ciad-tags\">\n                    <span class=\"ciad-tag\">MQTT<\/span>\n                    <span class=\"ciad-tag\">API<\/span>\n                    <span class=\"ciad-tag\">Database<\/span>\n                    <span class=\"ciad-tag\">External Systems<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-domain\">\n\n                <div class=\"ciad-domain-no\">05<\/div>\n\n                <h3>Custom Analytics<\/h3>\n\n                <p>\n                    Develop project-specific calculations,\n                    trends, comparison logic and analytical workflows.\n                <\/p>\n\n                <div class=\"ciad-tags\">\n                    <span class=\"ciad-tag\">Rules<\/span>\n                    <span class=\"ciad-tag\">KPIs<\/span>\n                    <span class=\"ciad-tag\">Correlation<\/span>\n                    <span class=\"ciad-tag\">Advanced Analytics<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-domain\">\n\n                <div class=\"ciad-domain-no\">06<\/div>\n\n                <h3>Prototype Development<\/h3>\n\n                <p>\n                    Develop and validate a focused\n                    proof of concept before wider investment.\n                <\/p>\n\n                <div class=\"ciad-tags\">\n                    <span class=\"ciad-tag\">Prototype<\/span>\n                    <span class=\"ciad-tag\">Pilot<\/span>\n                    <span class=\"ciad-tag\">Field Validation<\/span>\n                    <span class=\"ciad-tag\">Iteration<\/span>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CUSTOM OR STANDARD?\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-light\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Configure Before You Customize\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Custom development should solve a real gap \u2014\n            not recreate a capability that already exists.\n        <\/h2>\n\n        <p class=\"ciad-lead\">\n            Rekacipta&#8217;s preferred approach is to reuse\n            proven Siteplore products and components where practical.\n            Custom engineering is added only where the operational\n            requirement cannot be addressed efficiently through configuration.\n        <\/p>\n\n\n        <div class=\"ciad-choice-grid\">\n\n\n            <div class=\"ciad-choice\">\n\n                <div class=\"ciad-choice-type\">\n                    Standard Product\n                <\/div>\n\n                <h3>Configure<\/h3>\n\n                <p>\n                    Use an existing Siteplore product\n                    when the required measurement,\n                    connectivity and workflow are already supported.\n                <\/p>\n\n                <div class=\"ciad-choice-rule\">\n                    Lowest unnecessary complexity\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-choice\">\n\n                <div class=\"ciad-choice-type\">\n                    Existing Product + Engineering\n                <\/div>\n\n                <h3>Extend<\/h3>\n\n                <p>\n                    Start with RekaSense, PowerWatch\n                    or MachineGuard and add only\n                    the integration or analytics required.\n                <\/p>\n\n                <div class=\"ciad-choice-rule\">\n                    Preferred for many custom projects\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-choice\">\n\n                <div class=\"ciad-choice-type\">\n                    New Requirement\n                <\/div>\n\n                <h3>Develop<\/h3>\n\n                <p>\n                    Create a dedicated prototype\n                    where no reasonable standard configuration\n                    can solve the operational problem.\n                <\/p>\n\n                <div class=\"ciad-choice-rule\">\n                    Validate before wider deployment\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ARCHITECTURE\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-dark\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Custom Solution Architecture\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Develop around the operational problem \u2014\n            not around one technology.\n        <\/h2>\n\n\n        <div class=\"ciad-architecture\">\n\n            <div class=\"ciad-arch-row\">\n\n\n                <div class=\"ciad-arch-box\">\n\n                    <div class=\"ciad-arch-no\">\n                        01 \u2014 PROBLEM\n                    <\/div>\n\n                    <h3>\n                        Operational Need\n                    <\/h3>\n\n                    <p>\n                        Define what needs\n                        to become visible or understandable.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"ciad-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"ciad-arch-box\">\n\n                    <div class=\"ciad-arch-no\">\n                        02 \u2014 MEASURE\n                    <\/div>\n\n                    <h3>\n                        Data Sources\n                    <\/h3>\n\n                    <p>\n                        Sensors, meters,\n                        machines or existing systems.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"ciad-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"ciad-arch-box\">\n\n                    <div class=\"ciad-arch-no\">\n                        03 \u2014 ENGINEER\n                    <\/div>\n\n                    <h3>\n                        Edge &amp; Integration\n                    <\/h3>\n\n                    <p>\n                        Project-specific acquisition,\n                        interface and transport.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"ciad-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"ciad-arch-box\">\n\n                    <div class=\"ciad-arch-no\">\n                        04 \u2014 ANALYZE\n                    <\/div>\n\n                    <h3>\n                        Siteplore &amp; Analytics\n                    <\/h3>\n\n                    <p>\n                        Historical data,\n                        calculations and analytical workflows.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"ciad-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"ciad-arch-box\">\n\n                    <div class=\"ciad-arch-no\">\n                        05 \u2014 VALIDATE\n                    <\/div>\n\n                    <h3>\n                        Operational Use\n                    <\/h3>\n\n                    <p>\n                        Confirm whether\n                        the solution improves the intended decision.\n                    <\/p>\n\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CUSTOM IoT DEVELOPMENT\n     ======================================================== -->\n\n<section class=\"ciad-section\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Custom IoT Development\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Build the field-data layer around\n            the measurement that actually matters.\n        <\/h2>\n\n        <p class=\"ciad-lead\">\n            Custom IoT development can cover selected\n            sensing, field interfaces, edge acquisition,\n            enclosure, power and connectivity requirements.\n            Final architecture depends on the deployment environment\n            and technical requirements.\n        <\/p>\n\n\n        <div class=\"ciad-iot-grid\">\n\n\n            <div class=\"ciad-iot\">\n\n                <div class=\"ciad-iot-symbol\">SNSR<\/div>\n\n                <h3>Sensor Integration<\/h3>\n\n                <p>\n                    Connect application-specific\n                    sensors and instrumentation\n                    where suitable interfaces are available.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-iot\">\n\n                <div class=\"ciad-iot-symbol\">EDGE<\/div>\n\n                <h3>Edge Acquisition<\/h3>\n\n                <p>\n                    Develop or configure acquisition\n                    logic for the selected monitoring requirement.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-iot\">\n\n                <div class=\"ciad-iot-symbol\">IO<\/div>\n\n                <h3>Interface Modules<\/h3>\n\n                <p>\n                    Use suitable digital,\n                    analog or signal-conversion interfaces\n                    where required.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-iot\">\n\n                <div class=\"ciad-iot-symbol\">NET<\/div>\n\n                <h3>Connectivity<\/h3>\n\n                <p>\n                    Define wired, cellular\n                    or other appropriate communication paths.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-iot\">\n\n                <div class=\"ciad-iot-symbol\">PWR<\/div>\n\n                <h3>Power Architecture<\/h3>\n\n                <p>\n                    Evaluate field power,\n                    conversion and supply requirements.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-iot\">\n\n                <div class=\"ciad-iot-symbol\">BOX<\/div>\n\n                <h3>Enclosure Integration<\/h3>\n\n                <p>\n                    Define enclosure and physical\n                    integration appropriate to the environment.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-iot\">\n\n                <div class=\"ciad-iot-symbol\">FW<\/div>\n\n                <h3>Device Logic<\/h3>\n\n                <p>\n                    Develop project-specific\n                    data acquisition or communication behavior.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-iot\">\n\n                <div class=\"ciad-iot-symbol\">TEST<\/div>\n\n                <h3>Prototype Validation<\/h3>\n\n                <p>\n                    Evaluate device behavior\n                    against the intended field use case.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CUSTOM ANALYTICS\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-dark\">\n\n    <div class=\"ciad-container ciad-analytics-grid\">\n\n        <div>\n\n            <div class=\"ciad-eyebrow\">\n                Custom Analytics Development\n            <\/div>\n\n            <h2 class=\"ciad-title\">\n                Analytics should answer an operational question \u2014\n                not simply generate another score.\n            <\/h2>\n\n            <p class=\"ciad-lead\">\n                Rekacipta can develop project-specific\n                analytics where standard Siteplore trends\n                and dashboards are not enough.\n                The analytical method should match the quality,\n                history and meaning of the available data.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"ciad-analytics-panel\">\n\n\n            <div class=\"ciad-analytics-item\">\n\n                <strong>Calculated Operational Indicators<\/strong>\n\n                <span>\n                    Develop project-specific\n                    calculations from available measurements.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-analytics-item\">\n\n                <strong>Trend &amp; Benchmark Logic<\/strong>\n\n                <span>\n                    Compare selected assets,\n                    periods, sites or operating conditions.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-analytics-item\">\n\n                <strong>Rule-Based Detection<\/strong>\n\n                <span>\n                    Create defined logic for\n                    selected abnormal conditions or patterns.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-analytics-item\">\n\n                <strong>Statistical Analysis<\/strong>\n\n                <span>\n                    Apply appropriate statistical methods\n                    where the use case and data support them.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-analytics-item\">\n\n                <strong>Machine Learning<\/strong>\n\n                <span>\n                    Consider ML only where\n                    sufficient historical data and a justified use case exist.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-analytics-item\">\n\n                <strong>Decision Workflow<\/strong>\n\n                <span>\n                    Present analytical results\n                    in a form that supports operational action.\n                <\/span>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     USE CASES\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-light\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Example Custom Projects\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Custom development is valuable\n            when a specific operational problem justifies it.\n        <\/h2>\n\n\n        <div class=\"ciad-use-grid\">\n\n\n            <div class=\"ciad-use\">\n\n                <div class=\"ciad-use-head\">\n                    <small>Industrial Monitoring<\/small>\n                    <h3>Legacy Equipment Retrofit<\/h3>\n                <\/div>\n\n                <div class=\"ciad-use-body\">\n\n                    <p>\n                        Add selected sensing\n                        and edge monitoring to equipment\n                        with limited native digital connectivity.\n                    <\/p>\n\n                    <div class=\"ciad-use-chain\">\n                        Legacy Asset<br>\n                        \u2192 Custom Sensor \/ Interface<br>\n                        \u2192 Siteplore\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-use\">\n\n                <div class=\"ciad-use-head\">\n                    <small>Utilities<\/small>\n                    <h3>Custom Multi-Utility Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"ciad-use-body\">\n\n                    <p>\n                        Combine electrical, water,\n                        compressed air or other selected\n                        utility measurements.\n                    <\/p>\n\n                    <div class=\"ciad-use-chain\">\n                        Multi-Source Data<br>\n                        \u2192 Integration Layer<br>\n                        \u2192 Utility Analytics\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-use\">\n\n                <div class=\"ciad-use-head\">\n                    <small>Agriculture<\/small>\n                    <h3>Automated Farm Monitoring<\/h3>\n                <\/div>\n\n                <div class=\"ciad-use-body\">\n\n                    <p>\n                        Develop a project-specific\n                        sensing and monitoring architecture\n                        around crop, water and environment.\n                    <\/p>\n\n                    <div class=\"ciad-use-chain\">\n                        Field Sensors<br>\n                        \u2192 Custom Edge<br>\n                        \u2192 Siteplore Monitoring\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-use\">\n\n                <div class=\"ciad-use-head\">\n                    <small>Water<\/small>\n                    <h3>Remote Water Intelligence<\/h3>\n                <\/div>\n\n                <div class=\"ciad-use-body\">\n\n                    <p>\n                        Combine water-quality,\n                        level, pumping and energy information\n                        for distributed monitoring.\n                    <\/p>\n\n                    <div class=\"ciad-use-chain\">\n                        Water + Asset Data<br>\n                        \u2192 Custom Integration<br>\n                        \u2192 Siteplore\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-use\">\n\n                <div class=\"ciad-use-head\">\n                    <small>Reliability<\/small>\n                    <h3>Custom Equipment Analytics<\/h3>\n                <\/div>\n\n                <div class=\"ciad-use-body\">\n\n                    <p>\n                        Develop asset-specific\n                        analytical logic using condition\n                        and operating data.\n                    <\/p>\n\n                    <div class=\"ciad-use-chain\">\n                        MachineGuard<br>\n                        + Operating Context<br>\n                        \u2192 Custom Analytics\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-use\">\n\n                <div class=\"ciad-use-head\">\n                    <small>Innovation<\/small>\n                    <h3>Industrial IoT Product Prototype<\/h3>\n                <\/div>\n\n                <div class=\"ciad-use-body\">\n\n                    <p>\n                        Turn an internal monitoring\n                        or engineering concept into\n                        a testable prototype.\n                    <\/p>\n\n                    <div class=\"ciad-use-chain\">\n                        Concept<br>\n                        \u2192 Prototype<br>\n                        \u2192 Field Validation\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PROTOTYPE DEVELOPMENT\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-dark\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Prototype-First Development\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Reduce uncertainty before committing\n            to full deployment.\n        <\/h2>\n\n        <p class=\"ciad-lead\">\n            New IoT and analytics concepts contain technical\n            and operational assumptions. A focused prototype\n            allows the most important assumptions to be tested\n            before the project is scaled.\n        <\/p>\n\n\n        <div class=\"ciad-proto-grid\">\n\n\n            <div class=\"ciad-proto\">\n\n                <div class=\"ciad-proto-no\">01<\/div>\n\n                <h3>Define<\/h3>\n\n                <p>\n                    Identify the operational\n                    problem and success criteria.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-proto\">\n\n                <div class=\"ciad-proto-no\">02<\/div>\n\n                <h3>Design<\/h3>\n\n                <p>\n                    Select the minimum\n                    architecture required to test the concept.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-proto\">\n\n                <div class=\"ciad-proto-no\">03<\/div>\n\n                <h3>Build<\/h3>\n\n                <p>\n                    Develop the focused\n                    prototype or analytical workflow.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-proto\">\n\n                <div class=\"ciad-proto-no\">04<\/div>\n\n                <h3>Validate<\/h3>\n\n                <p>\n                    Test using representative\n                    field or operational data.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-proto\">\n\n                <div class=\"ciad-proto-no\">05<\/div>\n\n                <h3>Decide<\/h3>\n\n                <p>\n                    Improve, scale,\n                    redesign or stop based on evidence.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DELIVERABLES\n     ======================================================== -->\n\n<section class=\"ciad-section\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            What You Receive\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Custom development should produce\n            a usable technical outcome \u2014 not just source code.\n        <\/h2>\n\n        <p class=\"ciad-lead\">\n            Final deliverables vary by project,\n            development stage and agreed scope.\n        <\/p>\n\n\n        <div class=\"ciad-deliver-grid\">\n\n\n            <div class=\"ciad-deliver\">\n\n                <div class=\"ciad-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Requirements Definition<\/h3>\n\n                    <p>\n                        Defined operational problem,\n                        scope and technical requirements.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-deliver\">\n\n                <div class=\"ciad-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Solution Architecture<\/h3>\n\n                    <p>\n                        Defined relationship between\n                        measurements, edge, connectivity,\n                        data and analytical components.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-deliver\">\n\n                <div class=\"ciad-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Prototype Hardware \/ Configuration<\/h3>\n\n                    <p>\n                        Project-specific device,\n                        integration or edge configuration\n                        where included in scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-deliver\">\n\n                <div class=\"ciad-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Software \/ Integration Logic<\/h3>\n\n                    <p>\n                        Required data-acquisition,\n                        transformation or integration logic\n                        according to project scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-deliver\">\n\n                <div class=\"ciad-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Siteplore Monitoring Views<\/h3>\n\n                    <p>\n                        Project-specific dashboards,\n                        trends or analytical displays\n                        where included.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-deliver\">\n\n                <div class=\"ciad-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Analytical Logic<\/h3>\n\n                    <p>\n                        Documented calculations,\n                        rules or models developed\n                        for the agreed use case.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-deliver\">\n\n                <div class=\"ciad-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Validation Findings<\/h3>\n\n                    <p>\n                        Results from agreed\n                        prototype or analytical validation activities.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"ciad-deliver\">\n\n                <div class=\"ciad-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Next-Stage Recommendation<\/h3>\n\n                    <p>\n                        Recommendations for improvement,\n                        production engineering or scale-up\n                        based on the validation results.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     SITEPLORE PRODUCT ECOSYSTEM\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-dark\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Extend the Siteplore Ecosystem\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Custom development can extend an existing product\n            instead of rebuilding the entire monitoring stack.\n        <\/h2>\n\n\n        <div class=\"ciad-product-grid\">\n\n\n            <div class=\"ciad-product\">\n\n                <div class=\"ciad-product-type\">\n                    Multi-Sensor Edge Platform\n                <\/div>\n\n                <h3>RekaSense<\/h3>\n\n                <p>\n                    Extend field sensing,\n                    edge integration or application-specific\n                    monitoring around RekaSense.\n                <\/p>\n\n                <a class=\"ciad-product-link\" href=\"\/index.php\/rekasense\">\n                    Explore RekaSense \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"ciad-product\">\n\n                <div class=\"ciad-product-type\">\n                    Electrical &amp; Energy Data\n                <\/div>\n\n                <h3>PowerWatch<\/h3>\n\n                <p>\n                    Add application-specific\n                    energy calculations, context\n                    or integration around PowerWatch data.\n                <\/p>\n\n                <a class=\"ciad-product-link\" href=\"\/index.php\/powerwatch\">\n                    Explore PowerWatch \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"ciad-product\">\n\n                <div class=\"ciad-product-type\">\n                    Equipment Condition Data\n                <\/div>\n\n                <h3>MachineGuard<\/h3>\n\n                <p>\n                    Extend selected condition-monitoring\n                    workflows with operational context\n                    or custom analytical logic.\n                <\/p>\n\n                <a class=\"ciad-product-link\" href=\"\/index.php\/machineguard\">\n                    Explore MachineGuard \u2192\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CUSTOMER INPUT\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-light\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Information Required\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Start with the problem and constraints \u2014\n            not a list of technologies.\n        <\/h2>\n\n\n        <div class=\"ciad-input-grid\">\n\n\n            <div class=\"ciad-input\">\n\n                <strong>Operational Problem<\/strong>\n\n                <span>\n                    What currently cannot be seen,\n                    measured, explained or analyzed?\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-input\">\n\n                <strong>Desired Outcome<\/strong>\n\n                <span>\n                    What decision or workflow\n                    should the solution improve?\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-input\">\n\n                <strong>Available Equipment &amp; Sensors<\/strong>\n\n                <span>\n                    Existing devices, datasheets\n                    and field instrumentation where available.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-input\">\n\n                <strong>Existing Data Sources<\/strong>\n\n                <span>\n                    PLC, meter, BMS, database,\n                    files or other relevant information sources.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-input\">\n\n                <strong>Field Constraints<\/strong>\n\n                <span>\n                    Power, environment, communication,\n                    physical installation and access limitations.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-input\">\n\n                <strong>IT \/ OT Requirements<\/strong>\n\n                <span>\n                    Network, cybersecurity,\n                    data access and integration requirements.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-input\">\n\n                <strong>Available Historical Data<\/strong>\n\n                <span>\n                    Relevant historical information\n                    where analytics development is required.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"ciad-input\">\n\n                <strong>Validation Criteria<\/strong>\n\n                <span>\n                    What evidence will determine\n                    whether the prototype is useful?\n                <\/span>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     OUTCOMES\n     ======================================================== -->\n\n<section class=\"ciad-section\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Expected Value\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Custom engineering should reduce\n            operational uncertainty \u2014 not add technical complexity.\n        <\/h2>\n\n\n        <div class=\"ciad-outcome-grid\">\n\n\n            <div class=\"ciad-outcome\">\n\n                <div class=\"ciad-outcome-no\">01<\/div>\n\n                <h3>Fit-for-Purpose Solution<\/h3>\n\n                <p>\n                    Address monitoring requirements\n                    that standard configurations cannot fully solve.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-outcome\">\n\n                <div class=\"ciad-outcome-no\">02<\/div>\n\n                <h3>Faster Concept Validation<\/h3>\n\n                <p>\n                    Test the most important\n                    technical assumptions before scaling.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-outcome\">\n\n                <div class=\"ciad-outcome-no\">03<\/div>\n\n                <h3>Better Use of Existing Assets<\/h3>\n\n                <p>\n                    Integrate useful existing\n                    devices and data where practical.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-outcome\">\n\n                <div class=\"ciad-outcome-no\">04<\/div>\n\n                <h3>Operational Data Visibility<\/h3>\n\n                <p>\n                    Convert previously inaccessible\n                    information into usable monitoring data.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-outcome\">\n\n                <div class=\"ciad-outcome-no\">05<\/div>\n\n                <h3>Application-Specific Analytics<\/h3>\n\n                <p>\n                    Build calculations and analytical\n                    workflows around the actual problem.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"ciad-outcome\">\n\n                <div class=\"ciad-outcome-no\">06<\/div>\n\n                <h3>Evidence Before Scale-Up<\/h3>\n\n                <p>\n                    Make wider investment decisions\n                    based on prototype and pilot evidence.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGAGEMENT OPTIONS\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-light\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Engagement Options\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Start with the development stage\n            that matches your current idea.\n        <\/h2>\n\n        <p class=\"ciad-lead\">\n            Custom-project scope and commercial terms depend\n            on technical complexity, required hardware,\n            data availability, external integrations,\n            field activities, validation requirements\n            and the maturity of the existing concept.\n        <\/p>\n\n\n        <div class=\"ciad-option-grid\">\n\n\n            <!-- DISCOVERY -->\n\n            <div class=\"ciad-option\">\n\n                <div class=\"ciad-option-type\">\n                    Concept Definition\n                <\/div>\n\n                <h3>\n                    Solution Discovery\n                <\/h3>\n\n                <p>\n                    For customer problems\n                    that require technical exploration\n                    before a development scope can be defined.\n                <\/p>\n\n                <ul>\n                    <li>Problem definition<\/li>\n                    <li>Technical feasibility review<\/li>\n                    <li>Existing-system assessment<\/li>\n                    <li>Concept architecture<\/li>\n                    <li>Development recommendation<\/li>\n                <\/ul>\n\n                <a class=\"ciad-btn ciad-btn-dark\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20a%20custom%20IoT%20or%20analytics%20solution%20discovery.\" target=\"_blank\" rel=\"noopener\">\n                    Discuss Solution Discovery\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- PROTOTYPE -->\n\n            <div class=\"ciad-option ciad-option-featured\">\n\n                <div class=\"ciad-option-badge\">\n                    Recommended Start\n                <\/div>\n\n                <div class=\"ciad-option-type\">\n                    Technical Validation\n                <\/div>\n\n                <h3>\n                    Prototype \/ Paid Pilot\n                <\/h3>\n\n                <p>\n                    For concepts ready to be\n                    tested against representative\n                    field or operational conditions.\n                <\/p>\n\n                <ul>\n                    <li>Focused hardware \/ integration scope<\/li>\n                    <li>Prototype development<\/li>\n                    <li>Siteplore monitoring<\/li>\n                    <li>Data \/ analytics validation<\/li>\n                    <li>Scale-up decision basis<\/li>\n                <\/ul>\n\n                <a class=\"ciad-btn ciad-btn-primary\" href=\"\/index.php\/pricing\/#paid-pilot\">\n                    Explore Paid Pilot\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- CUSTOM PROJECT -->\n\n            <div class=\"ciad-option\">\n\n                <div class=\"ciad-option-type\">\n                    Custom Implementation\n                <\/div>\n\n                <h3>\n                    Custom Development Project\n                <\/h3>\n\n                <p>\n                    For approved concepts\n                    requiring dedicated engineering,\n                    integration and implementation.\n                <\/p>\n\n                <ul>\n                    <li>Detailed solution architecture<\/li>\n                    <li>Custom IoT \/ integration development<\/li>\n                    <li>Custom analytics where required<\/li>\n                    <li>System integration<\/li>\n                    <li>Validation &amp; handover<\/li>\n                <\/ul>\n\n                <a class=\"ciad-btn ciad-btn-dark\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20a%20Custom%20IoT%20and%20Analytics%20Development%20project.\" target=\"_blank\" rel=\"noopener\">\n                    Discuss Custom Development\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <div class=\"ciad-actions\">\n\n            <a class=\"ciad-btn ciad-btn-dark\" href=\"\/index.php\/pricing\">\n                View Siteplore Pricing \u2192\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGINEERING BOUNDARY\n     ======================================================== -->\n\n<section class=\"ciad-section\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Important Development Boundary\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            A successful prototype is not automatically\n            a production-certified industrial product.\n        <\/h2>\n\n        <p class=\"ciad-lead\">\n            Prototype development is intended to validate\n            technical and operational assumptions.\n            Production deployment may require additional\n            engineering, industrialization, environmental qualification,\n            cybersecurity, certification or safety review\n            depending on the application.\n        <\/p>\n\n\n        <div class=\"ciad-boundary\">\n\n            <table>\n\n                <thead>\n\n                    <tr>\n                        <th>Capability<\/th>\n                        <th>Custom Development<\/th>\n                        <th>Important Boundary<\/th>\n                    <\/tr>\n\n                <\/thead>\n\n\n                <tbody>\n\n\n                    <tr>\n                        <td>Custom sensor integration<\/td>\n                        <td class=\"ciad-yes\">Where technically compatible<\/td>\n                        <td>Interface verification required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Custom edge prototype<\/td>\n                        <td class=\"ciad-yes\">Yes, where scoped<\/td>\n                        <td>Production design may require further engineering<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Custom dashboards &amp; calculations<\/td>\n                        <td class=\"ciad-yes\">Where defined<\/td>\n                        <td>Depends on available data<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Custom statistical analytics<\/td>\n                        <td class=\"ciad-yes\">Where justified<\/td>\n                        <td>Data quality and validation required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Machine-learning model<\/td>\n                        <td class=\"ciad-yes\">Potentially<\/td>\n                        <td>Requires sufficient suitable data<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Guaranteed model accuracy<\/td>\n                        <td class=\"ciad-caution\">No<\/td>\n                        <td>Performance must be validated for each use case<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Safety-critical control<\/td>\n                        <td class=\"ciad-caution\">Not standard scope<\/td>\n                        <td>Dedicated safety engineering required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Machinery protection<\/td>\n                        <td class=\"ciad-caution\">No standard replacement<\/td>\n                        <td>Dedicated protection system required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Hazardous-area deployment<\/td>\n                        <td class=\"ciad-caution\">Not assumed<\/td>\n                        <td>Certified equipment and engineering review required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Production certification<\/td>\n                        <td class=\"ciad-caution\">Not implied by prototype<\/td>\n                        <td>Certification scope must be defined separately<\/td>\n                    <\/tr>\n\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FAQ\n     ======================================================== -->\n\n<section class=\"ciad-section ciad-light\">\n\n    <div class=\"ciad-container\">\n\n        <div class=\"ciad-eyebrow\">\n            Frequently Asked Questions\n        <\/div>\n\n        <h2 class=\"ciad-title\">\n            Custom IoT &amp; Analytics Development FAQ\n        <\/h2>\n\n\n        <div class=\"ciad-faq\">\n\n\n            <details>\n\n                <summary>\n                    When should we choose custom development instead of RekaSense?\n                <\/summary>\n\n                <p>\n                    RekaSense should normally be considered first\n                    for compatible multi-sensor field monitoring.\n                    Custom development becomes relevant when the\n                    required interface, device behavior, workflow\n                    or analytics cannot be addressed efficiently\n                    through the standard configuration.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can you develop a new IoT device from scratch?\n                <\/summary>\n\n                <p>\n                    A custom device or prototype can be considered\n                    where the operational requirement justifies it.\n                    The scope should distinguish prototype development\n                    from production industrialization and certification.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can existing sensors be reused?\n                <\/summary>\n\n                <p>\n                    Potentially yes. Existing sensors should first\n                    be evaluated for measurement suitability,\n                    signal type, protocol, available data\n                    and installation condition.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can you integrate 4\u201320 mA instruments?\n                <\/summary>\n\n                <p>\n                    Potentially yes through suitable\n                    analog-input or signal-conversion hardware.\n                    Compatibility and isolation requirements\n                    should be defined during engineering.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can custom software communicate through MQTT?\n                <\/summary>\n\n                <p>\n                    MQTT can be part of a custom architecture\n                    where supported by the selected device,\n                    platform configuration and project requirements.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore connect to external APIs?\n                <\/summary>\n\n                <p>\n                    API integration can be considered\n                    where the external application provides\n                    a suitable interface and the integration\n                    is technically and operationally appropriate.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can you build a custom dashboard?\n                <\/summary>\n\n                <p>\n                    Yes, project-specific monitoring views\n                    and analytical presentations can be developed\n                    around the agreed data and operational workflow.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can you develop custom analytics?\n                <\/summary>\n\n                <p>\n                    Yes. Calculations, rules,\n                    comparisons, statistical analysis\n                    and other analytical methods can be considered\n                    where the data and use case justify them.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can you build AI or machine-learning models?\n                <\/summary>\n\n                <p>\n                    Potentially yes. The project first needs\n                    sufficient relevant historical data,\n                    a clearly defined prediction or classification problem\n                    and an appropriate validation method.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can AI be developed from only a few days of data?\n                <\/summary>\n\n                <p>\n                    Usually the required history depends\n                    on the operating cycles, variability,\n                    number of relevant examples and analytical objective.\n                    A meaningful model should not be promised\n                    before the available dataset is assessed.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can custom development control equipment automatically?\n                <\/summary>\n\n                <p>\n                    The standard Siteplore custom-development service\n                    is focused on monitoring, integration and analytics.\n                    Automatic control requires separate control engineering,\n                    interlocks, risk analysis and validation appropriate\n                    to the application.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can you develop a commercial product for our company?\n                <\/summary>\n\n                <p>\n                    Prototype and engineering-development work\n                    can support product development.\n                    Commercial production introduces additional requirements\n                    such as manufacturability, supply chain,\n                    enclosure design, testing, certification,\n                    documentation and support that should be scoped separately.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Who owns the intellectual property?\n                <\/summary>\n\n                <p>\n                    Intellectual-property ownership,\n                    source-code access, licensing\n                    and reuse rights should be explicitly defined\n                    in the commercial agreement for each custom project.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How long does a custom project take?\n                <\/summary>\n\n                <p>\n                    Delivery duration depends on\n                    technical complexity, hardware availability,\n                    external integrations, data availability,\n                    field-testing requirements and the number\n                    of development iterations. The schedule should\n                    be defined after the scope is understood.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How should we start?\n                <\/summary>\n\n                <p>\n                    Start with the operational problem,\n                    the information you wish you had,\n                    available equipment or data,\n                    and the decision the final solution should support.\n                    Rekacipta can then determine whether the requirement\n                    should be configured, extended from an existing\n                    Siteplore product or developed as a custom prototype.\n                <\/p>\n\n            <\/details>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FINAL CTA\n     ======================================================== -->\n\n<section class=\"ciad-cta\">\n\n    <div class=\"ciad-container ciad-cta-inner\">\n\n        <div>\n\n            <h2>\n                You do not need a custom IoT system.\n                <span>You need the right solution to a specific operational problem.<\/span>\n            <\/h2>\n\n            <p>\n                Tell Rekacipta what you cannot currently measure,\n                see, integrate or understand.\n                We can assess whether the requirement fits\n                an existing Siteplore product, requires an extension,\n                or justifies a focused custom IoT and analytics development project.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"ciad-actions\">\n\n            <a class=\"ciad-btn ciad-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20a%20Custom%20IoT%20and%20Analytics%20Development%20project.\" target=\"_blank\" rel=\"noopener\">\n                Discuss Your Idea \u2192\n            <\/a>\n\n            <a class=\"ciad-btn ciad-btn-secondary\" href=\"\/index.php\/pricing\">\n                View Siteplore Plans\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Siteplore Custom Engineering Services When the Standard Product Is Not Enough, Engineer the Right Solution. Rekacipta develops custom IoT, edge, data-integration and analytics solutions for operational problems that require more than an off-the-shelf configuration \u2014 from proof of concept and field-data acquisition to custom dashboards, analytical workflows and project-specific Siteplore integration. Discuss Your Custom Project [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-169","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/comments?post=169"}],"version-history":[{"count":2,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/169\/revisions"}],"predecessor-version":[{"id":213,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/169\/revisions\/213"}],"wp:attachment":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media?parent=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}