+
+
diff --git a/src/components/Trainings/CoursesSection.astro b/src/components/Trainings/CoursesSection.astro
index affe76fd19..602996e5b3 100644
--- a/src/components/Trainings/CoursesSection.astro
+++ b/src/components/Trainings/CoursesSection.astro
@@ -310,7 +310,6 @@ const carouselId = 'courses-carousel';
}
document.addEventListener('DOMContentLoaded', initCoursesCarousel);
- document.addEventListener('astro:page-load', initCoursesCarousel);
\ No newline at end of file
+
diff --git a/src/components/Trendz/DeploymentOptionsSection.astro b/src/components/Trendz/DeploymentOptionsSection.astro
index 05b3551635..2a62e56444 100644
--- a/src/components/Trendz/DeploymentOptionsSection.astro
+++ b/src/components/Trendz/DeploymentOptionsSection.astro
@@ -1,37 +1,61 @@
---
-const options = [
+import iconPrivateCloud from '~/assets/images/landings/trendz/icon-privat-cloud.svg?raw';
+import iconCloud from '~/assets/images/landings/trendz/icon-cloud.svg?raw';
+import iconTrendz from '~/assets/images/landings/trendz/icon-trendz.svg?raw';
+
+const cards = [
{
- title: 'Trendz Cloud',
- text: 'Upgrade your plan to gain deeper insights into your data',
- linkText: 'Upgrade your ThingsBoard Plan',
- href: 'https://thingsboard.cloud/billing',
+ icon: iconPrivateCloud,
+ title: 'Trendz for Private Cloud',
+ description:
+ 'Get full access to Metric Explorer, Anomaly Detection, Predictions, and more – all directly inside your ThingsBoard Private Cloud.',
+ pricingHref: '/pricing/?section=thingsboard-pe-options&product=thingsboard-private-cloud',
+ enableHref: '/docs/trendz/activation/private-cloud/',
},
{
- title: 'Trendz EU Cloud',
- text: 'Unlock powerful analytics tools by upgrading your plan',
- linkText: 'Upgrade your ThingsBoard EU Plan',
- href: 'https://eu.thingsboard.cloud/billing',
+ icon: iconCloud,
+ title: 'Trendz for Public Cloud',
+ description:
+ 'Seamlessly activate Trendz on your ThingsBoard Cloud and start exploring telemetry, building metrics, and detecting anomalies with no code.',
+ pricingHref: '/pricing/?section=thingsboard-pe-options&product=thingsboard-cloud',
+ enableHref: '/docs/trendz/activation/public-cloud/',
},
{
- title: 'Trendz Self-Hosted',
- text: 'Use our step-by-step guide to install Trendz Analytics to your server',
- linkText: 'Install Trendz to your server',
- href: '/docs/trendz/installation/',
+ icon: iconTrendz,
+ title: 'Trendz for Self-Hosted',
+ description:
+ 'Integrate the full AI-driven Trendz experience on your server. Activate your add-on and unlock analytics, predictions, anomaly detection, and more.',
+ pricingHref: '/pricing/?section=thingsboard-pe-options&product=thingsboard-pe',
+ enableHref: '/docs/trendz/activation/self-managed/',
},
];
---
-
-
-
+
+
+
+
How to Run Trendz for Efficient Data Analytics in IoT
+
+ We provide true deployment freedom designed to match your main platform license. Find the configuration that
+ corresponds to your current plan below.
+
))
}
@@ -40,142 +64,161 @@ const options = [
diff --git a/src/components/Trendz/FAQSection.astro b/src/components/Trendz/FAQSection.astro
new file mode 100644
index 0000000000..2d4816a3f6
--- /dev/null
+++ b/src/components/Trendz/FAQSection.astro
@@ -0,0 +1,431 @@
+---
+const categories = [
+ {
+ id: 'understanding',
+ label: 'Understanding IoT Analytics & Business Value',
+ items: [
+ {
+ id: 'q-what-is',
+ question: 'What is IoT analytics and how does it differ from standard visualization?',
+ answer:
+ 'IoT analytics is the process of converting raw sensor data into meaningful business insights. While standard dashboards show what is happening right now, IoT analytics helps you understand why it is happening and predicts what will happen next using statistical functions and calculated fields.',
+ },
+ {
+ id: 'q-why-need',
+ question: 'Why do we need IoT analytics solutions if we already have ThingsBoard?',
+ answer:
+ 'ThingsBoard is excellent for real-time monitoring and device management. Trendz Analytics complements this by serving as one of the most powerful IoT analytics solutions available, adding model-driven analytics like anomaly detection, health scoring, and complex KPI modeling that basic dashboards cannot perform.',
+ },
+ {
+ id: 'q-who-offers',
+ question: 'Who offers real-time IoT data analytics tools?',
+ answer:
+ 'While many cloud providers offer generic tools, Trendz Analytics is specifically designed for real-time IoT data analytics within the ThingsBoard ecosystem. It processes incoming telemetry instantly, allowing teams to generate reports and trigger automated workflows without the delay of transferring data to external third-party clouds.',
+ },
+ ],
+ },
+ {
+ id: 'predictive',
+ label: 'Predictive Maintenance & Forecasting',
+ items: [
+ {
+ id: 'q-predictive',
+ question: 'Can Trendz be used as predictive maintenance software?',
+ answer:
+ 'Yes, Trendz is a comprehensive predictive maintenance software tool. It uses historical data to identify early signs of equipment degradation, allowing you to schedule repairs before a failure occurs, which significantly reduces downtime and maintenance costs.',
+ },
+ {
+ id: 'q-forecasting',
+ question: 'How does Trendz function as forecasting software?',
+ answer:
+ 'Trendz acts as robust forecasting software by using built-in Machine Learning (ML) models to project future trends. You can predict energy consumption, future system loads, or the remaining useful life of an asset based on past telemetry patterns.',
+ },
+ {
+ id: 'q-accuracy',
+ question: 'How accurate is data analytics in IoT for forecasting?',
+ answer:
+ 'The accuracy of data analytics in IoT depends on the stability of your telemetry and the amount of historical data available to establish baselines. Trendz allows you to validate these models against real-world outcomes to ensure your forecasts are highly reliable for planning.',
+ },
+ ],
+ },
+ {
+ id: 'integration',
+ label: 'Integration & Technical Implementation',
+ items: [
+ {
+ id: 'q-licensing',
+ question: 'How is Trendz licensed and priced?',
+ answer:
+ 'Trendz is a separate add-on product by ThingsBoard and is charged as an add-on in the scope of the main ThingsBoard license. Pricing depends on license type and deployment model — public/private Cloud, self-hosted, or perpetual license.',
+ },
+ {
+ id: 'q-data',
+ question: 'What data is required to start with IoT data analytics?',
+ answer:
+ 'At a minimum, you need stable telemetry keys and an asset structure in ThingsBoard. To get the most out of IoT data analytics, such as health scoring or predictions, you need enough historical data to establish a baseline for the ML models.',
+ },
+ {
+ id: 'q-complex',
+ question: 'How does Trendz simplify IoT analytics for complex systems?',
+ answer:
+ 'Trendz automates much of the IoT analytics process through "Topology Discovery," which automatically learns your device and asset relationships from ThingsBoard. This allows you to build complex KPI models and Metric Explorers without manually re-mapping your entire network.',
+ },
+ {
+ id: 'q-integrate',
+ question: 'How to integrate Trendz with ThingsBoard and external services?',
+ answer:
+ "Trendz is a ThingsBoard add-on and is designed to work with ThingsBoard telemetry and the device/entity model you already have. Optional external context (such as weather or business system inputs) and workflow integrations (ticketing/CMMS/work orders, etc.) are added using ThingsBoard's built-in Integrations and Rule Engine.",
+ },
+ {
+ id: 'q-sso',
+ question: 'Do you support SSO, RBAC, and auditing for IoT analytics?',
+ answer:
+ 'Yes, Trendz is a native add-on that works within the ThingsBoard identity and access model. Your existing SSO and RBAC settings will apply to your IoT analytics dashboards, ensuring that data remains secure and auditable.',
+ },
+ ],
+ },
+];
+---
+
+
+
- Calculated fields are one of the most powerful features for KPI monitoring and prediction.
- Based on the input data, calculated fields allow you to run statistical functions and
- create new data items by applying calculations.
-
- Detect anomalies with automated tools based on built-in machine learning algorithms.
- Prioritise them and focus on real problems with anomaly scoring.
-
- See your data, like total resource consumption on any levels starting from country level
- and deep dive into concrete meter level. Clear dataset in real-time by grouping and
- filtering on dimensions that you are interested in.
-
+
+
\ No newline at end of file
+
diff --git a/src/components/Trendz/HowIotImprovesBusinessSection.astro b/src/components/Trendz/HowIotImprovesBusinessSection.astro
new file mode 100644
index 0000000000..962f019113
--- /dev/null
+++ b/src/components/Trendz/HowIotImprovesBusinessSection.astro
@@ -0,0 +1,580 @@
+---
+import ProjectScreenFrame from '../Services/ProjectScreenFrame.astro';
+import kpiImg from '~/assets/images/landings/trendz/turning-telemetry-into-clear-kpis.webp';
+import forecastImg from '~/assets/images/landings/trendz/forecasting-whats-likely-to-happen-next.webp';
+import anomalyImg from '~/assets/images/landings/trendz/anomaly-detection-for-quick-reaction.webp';
+import utilizationImg from '~/assets/images/landings/trendz/utilization-and-state-analysis.webp';
+import predictiveImg from '~/assets/images/landings/trendz/predictive-maintenance-and-health-scoring.webp';
+import outliersImg from '~/assets/images/landings/trendz/find-outliers-across-a-fleet.webp';
+
+const items = [
+ {
+ id: 'kpi',
+ title: 'Turning telemetry into clear KPIs',
+ description:
+ 'Turn raw sensor data into clear numbers everyone can use — cost, efficiency, output, quality — the same way across every site and customer.',
+ examples: ['Energy per unit', 'Cost per hour', 'Downtime minutes', 'Quality %', 'CO₂ estimate'],
+ image: kpiImg,
+ imageAlt: 'KPI dashboard showing fleet energy and cost data across sites',
+ featureText:
+ 'Trendz helps you define a few "business metrics" on top of your ThingsBoard data. Once a KPI is defined, you can reuse it everywhere: dashboards, portfolio views, alerts, and reports.',
+ featureChips: [
+ 'Create KPI formulas for device and asset profiles',
+ 'Compare sites/assets using the same definition',
+ 'Create Operational reports using KPIs',
+ ],
+ },
+ {
+ id: 'forecasting',
+ title: "Forecasting what's likely to happen next",
+ description:
+ 'Forecast the next days/weeks so you can plan work before problems, high-run-outs, threshold breaches, and KPI drift.',
+ examples: ['Tank empty in ~10 days', 'Temperature likely to go out of range tonight', 'Spend trending over plan'],
+ image: forecastImg,
+ imageAlt: 'Forecast charts showing future sensor data with risk ranges',
+ featureText:
+ 'Trendz forecasts your charts into the future and verifies the accuracy of predictions. That makes it practical for operations: you don\'t just see "it will happen", you see when it might happen and how risky it is.',
+ featureChips: [
+ 'Future curve with a risk range',
+ 'Time-to-threshold alerts',
+ 'Turn the forecast into an alert/incident',
+ ],
+ },
+ {
+ id: 'predictive',
+ title: 'Predictive maintenance and health scoring',
+ description:
+ 'See which assets are getting worse over time, so you can service them at the right moment — before failures and before waste becomes expensive.',
+ examples: ['Longer cool-down', 'Rising vibration', 'Higher energy for the same output'],
+ image: predictiveImg,
+ imageAlt: 'Predictive maintenance health score list and asset degradation chart',
+ featureText:
+ 'Trendz tracks how an asset performs over time and compares it to what "good" looks like for that asset or similar assets. When health declines, you can find when it started, review evidence charts, and trigger a maintenance incident.',
+ featureChips: [
+ 'Simple health score over time',
+ 'Baseline vs current behavior',
+ 'Maintenance triggers when thresholds are crossed',
+ ],
+ },
+ {
+ id: 'anomaly',
+ title: 'Anomaly detection for quick reaction',
+ description:
+ 'Get a clear signal when something starts behaving unusually, without drowning in noisy alarms, especially where static thresholds miss the real problem.',
+ examples: [
+ 'Energy suddenly jumps',
+ 'Vibration pattern changes',
+ 'Temperature becomes unstable',
+ 'Output drops for the same input',
+ ],
+ image: anomalyImg,
+ imageAlt: 'Anomaly detection fleet heatmap and time series comparison chart',
+ featureText:
+ 'Some issues don\'t have a clean rule like "over 80 = bad". Trendz can flag when behavior changes from normal and mark the moment it changed, so investigation starts from a real timestamp, not guesses.',
+ featureChips: [
+ 'Anomaly timeline with behavior changes',
+ 'Before vs. after comparison view',
+ 'Faster triage with less noise',
+ ],
+ },
+ {
+ id: 'outliers',
+ title: 'Find outliers across a fleet',
+ description:
+ 'Rank assets and sites that behave differently than their peers, so you can focus on the few that drive most cost and incidents.',
+ examples: [
+ 'One machine uses more energy per unit than others',
+ 'One building spends more for the same size',
+ 'One pump is inefficient vs the rest',
+ ],
+ image: outliersImg,
+ imageAlt: 'Fleet outlier ranking list and peer comparison charts',
+ featureText:
+ "Trendz compares similar assets and surfaces the ones that stand out — worst efficiency, highest cost, most downtime, slowest recovery. Start from a ranked list, then drill down to see why it's different using clear visuals.",
+ featureChips: ['Ranked outlier list by KPI', 'Peer comparison visual proof', 'Drilldown to root patterns'],
+ },
+ {
+ id: 'utilization',
+ title: 'Utilization and state analysis',
+ description:
+ 'Measure how long assets spend underused, optimal, overloaded, or out-of-control — then use that for capacity planning, SLA reporting, and operational improvements.',
+ examples: ['Too much idle time', 'Frequent overload periods', 'Temperature out of range during peaks'],
+ image: utilizationImg,
+ imageAlt: 'Utilization dashboard with SLA compliance metrics and weekly heatmap',
+ featureText:
+ 'Trendz turns operating states into simple percentages and timelines, so you can spot bottlenecks and recurring waste. Calendar-style views make patterns obvious (after hours, weekends, shift changes) and help teams connect issues to real operations.',
+ featureChips: ['Time-in-state KPIs', 'Hour-of-week heatmap pattern', 'Capacity and SLA proof'],
+ },
+];
+---
+
+
+
Explore how IoT Analytics can Improve Your Business
Elevate Your IoT Data Analytics with Metric Explorer
+
+ This is your no-code engine for deep data analytics in IoT. Explore telemetry, slice data in seconds, and reveal
+ hidden patterns using AI-assisted tools. Build complex business logic and metrics instantly — without writing a
+ single line of code.
+
@@ -127,7 +126,7 @@ const options = ['yes', 'no'] as const;
if (announce && announceEl) announceEl.textContent = 'Thank you for your feedback!';
};
- // Single module-scope listener so View Transitions don't accumulate one per page navigation.
+ // Single module-scope listener that mirrors success state across sibling prompts.
document.addEventListener(SUBMITTED_EVENT, () => {
document
.querySelectorAll('[data-feedback-root]')
@@ -208,7 +207,6 @@ const options = ['yes', 'no'] as const;
const init = () =>
document.querySelectorAll('[data-feedback-root]').forEach(bind);
- document.addEventListener('astro:page-load', init);
if (document.readyState !== 'loading') init();
diff --git a/src/components/starlight/MarkdownContent.astro b/src/components/starlight/MarkdownContent.astro
index cd8e8c05ed..be631ea198 100644
--- a/src/components/starlight/MarkdownContent.astro
+++ b/src/components/starlight/MarkdownContent.astro
@@ -94,7 +94,6 @@ const showFeedback = shouldShowFeedback(Astro.locals.starlightRoute);
}
initAnchorCopy();
- document.addEventListener('astro:page-load', initAnchorCopy);
diff --git a/src/pages/services/development-services/index.astro b/src/pages/services/development-services/index.astro
index de2f7d8633..2720e1f5e0 100644
--- a/src/pages/services/development-services/index.astro
+++ b/src/pages/services/development-services/index.astro
@@ -2,6 +2,7 @@
import BaseLayout from '../../../layouts/BaseLayout.astro';
import LogoCarousel from '../../../components/Services/LogoCarousel.astro';
import ServicesBanner from '../../../components/Services/ServicesBanner.astro';
+import ProjectScreenFrame from '../../../components/Services/ProjectScreenFrame.astro';
import FeedbackCard from '../../../components/Feedback/FeedbackCard.astro';
import { devServicesFeedback } from '@data/clients-feedback';
@@ -24,1023 +25,1911 @@ const customerLogos = [
pageId="development-services"
>
-
-
-
-
-
-
-
-
-
IoT Development Services
-
3X faster delivery, 2X lower cost of ownership: accelerate your IoT solution development
+
+
+
+
+
+
+
+
+
IoT Development Services
+
+ 3X faster delivery, 2X lower cost of ownership: accelerate your IoT solution development
+
+
+
+
+
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
1
-
years in IoT domain
-
-
-
1
-
countries
-
-
-
1+
-
delivered projects
-
-
-
1%
-
success rate
-
-
-
1%
-
clients engage us again
+
+
+
1
+
years in IoT domain
+
+
+
1
+
countries
+
+
+
1+
+
delivered projects
+
+
+
1%
+
success rate
+
+
+
1%
+
clients engage us again
+
-
-
-
-
-
-
-
-
-
Custom IoT solutions: concepts made real
-
-
- {[
- {
- title: 'Fleet tracking',
- defaultOpen: true,
- image: '/images/development-services/site-fleet-tracking-1.webp',
- demoLink: 'https://thingsboard.cloud/dashboard/3b0ab5a0-f838-11f0-a24d-13b2783631c6?publicId=7aa99e80-8acd-11ef-a59e-a9c993dbec14',
- tags: ['Logistics', 'Automotive', 'Delivery', 'Connected vehicle'],
- projects: '47+',
- text: 'Fleet tracking addresses the core challenge of managing vehicles effectively. Real-time visibility in a combination with geofence rules brings clarity to asset locations and ensures route efficiency, whether we are tracking e-bikes or heavy-duty trucks. By adding driver accountability and reporting, we transform complex operational data into a clear path for improved service and real cost savings.',
- },
- {
- title: 'Energy monitoring',
- image: '/images/development-services/smart-energy-1.webp',
- demoLink: 'https://demo.thingsboard.io/dashboard/e8e409c0-f2b5-11e6-a6ee-bb0136cc33d0?publicId=963ab470-34c9-11e7-a7ce-bb0136cc33d0',
- tags: ['Manufacturing', 'Retail', 'Utilities', 'Industry'],
- projects: '48+',
- text: 'Energy monitoring system provides clarity on your real-time energy usage, enabling smart energy management by highlighting hidden inefficiencies and anomalies. Tailored dashboards, alerts, and analytics help businesses reduce costs, improve transparency, and meet energy efficiency goals — from industrial operations to commercial buildings.',
- },
- {
- title: 'Asset tracking',
- image: '/images/development-services/waste-1.webp',
- demoLink: 'https://thingsboard.cloud/dashboard/7814f8a0-8fa9-11ef-baa8-4521077809fd?publicId=7aa99e80-8acd-11ef-a59e-a9c993dbec14',
- tags: ['Manufacturing', 'Logistics', 'Construction', 'Agriculture', 'Retail'],
- projects: '44+',
- text: 'A custom IoT asset tracking system enables real-time monitoring of tools, equipment, or goods across multiple locations. With location data, usage history, and alerts available in one asset tracking platform, businesses can improve visibility, reduce losses, and automate asset tracking and management processes — whether in warehouses, factories, or on remote sites.',
- },
- {
- title: 'SCADA',
- image: '/images/development-services/hp-swiming-pool-system-state.webp',
- demoLink: 'https://thingsboard.cloud/dashboard/231a5800-ce96-11ef-852e-bd51c2b30fde?publicId=7aa99e80-8acd-11ef-a59e-a9c993dbec14',
- tags: ['Manufacturing', 'Utilities', 'Oil & Gas', 'Water Management', 'Energy'],
- projects: '38+',
- text: 'SCADA IoT solutions provide real-time visibility into industrial operations, seamlessly integrating existing equipment through IT/OT integration. Typically configured with digital twin capabilities, they detect issues early, automate alerts, and simplify remote control. This proactive approach helps teams quickly respond and minimize operational disruptions.',
- },
- {
- title: 'Smart Metering',
- image: '/images/development-services/smart-metering-1.webp',
- demoLink: 'https://demo.thingsboard.io/dashboard/3a1026e0-83f6-11e7-b56d-c7f326cba909?publicId=322a2330-7c36-11e7-835d-c7f326cba909',
- tags: ['Manufacturing', 'Real Estate', 'Utilities', 'Smart Cities', 'Energy'],
- projects: '33+',
- text: 'Smart metering transforms utility management by automating the collection of electricity, water, and gas consumption data, converting it into actionable, real-time insights. It automates invoicing workflows and delivers precise usage metrics for transparent, reliable billing. With anomaly detection for leaks or unusual usage patterns, facility managers can effectively minimize losses and significantly enhance sustainability efforts.',
- },
- {
- title: 'Tank level',
- image: '/images/development-services/tank-level-monitoring-1.webp',
- demoLink: 'https://thingsboard.cloud/dashboard/e1ff5690-5e0c-11ee-aeee-d16039673934?publicId=7aa99e80-8acd-11ef-a59e-a9c993dbec14',
- tags: ['Oil & Gas', 'Agriculture', 'Manufacturing', 'Utilities', 'Water Management'],
- projects: '31+',
- text: 'An IoT tank level monitoring system enables accurate, real-time tracking of liquid levels in fuel, water, or chemical tanks. Remote access, automated alerts, and refill optimization reduce manual checks, prevent overflows, and help detect leaks early.',
- },
+
+
+
+
+
+
+
+
Custom IoT solutions: concepts made real
+
+
{
- title: 'Cold chain',
- image: '/images/development-services/smart-retail-3.webp',
- demoLink: 'https://thingsboard.cloud/dashboard/551d4ca0-8b54-11ec-98f9-ff45c37940c6?publicId=4978baf0-8a92-11ec-98f9-ff45c37940c6',
- tags: ['Manufacturing', 'Logistics', 'Retail'],
- projects: '45+',
- text: 'Cold chain monitoring systems deliver real-time visibility of temperature-sensitive products by tracking environmental conditions from storage through shipment, ensuring quality and compliance. They automate logging of critical parameters into live dashboards and audit-ready historical reports. With proactive alerts, time-to-threshold forecasts, and automated compliance reports, managers can intervene early to prevent spoilage.',
- },
- ].map((panel) => (
-
-
-
{panel.title}
-
-
-
- {panel.tags.map((tag) =>
{tag}
)}
+ [
+ {
+ title: 'Fleet tracking',
+ defaultOpen: true,
+ image: '/images/development-services/site-fleet-tracking-1.webp',
+ demoLink:
+ 'https://thingsboard.cloud/dashboard/3b0ab5a0-f838-11f0-a24d-13b2783631c6?publicId=7aa99e80-8acd-11ef-a59e-a9c993dbec14',
+ tags: ['Logistics', 'Automotive', 'Delivery', 'Connected vehicle'],
+ projects: '47+',
+ text: 'Fleet tracking addresses the core challenge of managing vehicles effectively. Real-time visibility in a combination with geofence rules brings clarity to asset locations and ensures route efficiency, whether we are tracking e-bikes or heavy-duty trucks. By adding driver accountability and reporting, we transform complex operational data into a clear path for improved service and real cost savings.',
+ },
+ {
+ title: 'Energy monitoring',
+ image: '/images/development-services/smart-energy-1.webp',
+ demoLink:
+ 'https://demo.thingsboard.io/dashboard/e8e409c0-f2b5-11e6-a6ee-bb0136cc33d0?publicId=963ab470-34c9-11e7-a7ce-bb0136cc33d0',
+ tags: ['Manufacturing', 'Retail', 'Utilities', 'Industry'],
+ projects: '48+',
+ text: 'Energy monitoring system provides clarity on your real-time energy usage, enabling smart energy management by highlighting hidden inefficiencies and anomalies. Tailored dashboards, alerts, and analytics help businesses reduce costs, improve transparency, and meet energy efficiency goals — from industrial operations to commercial buildings.',
+ },
+ {
+ title: 'Asset tracking',
+ image: '/images/development-services/waste-1.webp',
+ demoLink:
+ 'https://thingsboard.cloud/dashboard/7814f8a0-8fa9-11ef-baa8-4521077809fd?publicId=7aa99e80-8acd-11ef-a59e-a9c993dbec14',
+ tags: ['Manufacturing', 'Logistics', 'Construction', 'Agriculture', 'Retail'],
+ projects: '44+',
+ text: 'A custom IoT asset tracking system enables real-time monitoring of tools, equipment, or goods across multiple locations. With location data, usage history, and alerts available in one asset tracking platform, businesses can improve visibility, reduce losses, and automate asset tracking and management processes — whether in warehouses, factories, or on remote sites.',
+ },
+ {
+ title: 'SCADA',
+ image: '/images/development-services/hp-swiming-pool-system-state.webp',
+ demoLink:
+ 'https://thingsboard.cloud/dashboard/231a5800-ce96-11ef-852e-bd51c2b30fde?publicId=7aa99e80-8acd-11ef-a59e-a9c993dbec14',
+ tags: ['Manufacturing', 'Utilities', 'Oil & Gas', 'Water Management', 'Energy'],
+ projects: '38+',
+ text: 'SCADA IoT solutions provide real-time visibility into industrial operations, seamlessly integrating existing equipment through IT/OT integration. Typically configured with digital twin capabilities, they detect issues early, automate alerts, and simplify remote control. This proactive approach helps teams quickly respond and minimize operational disruptions.',
+ },
+ {
+ title: 'Smart Metering',
+ image: '/images/development-services/smart-metering-1.webp',
+ demoLink:
+ 'https://demo.thingsboard.io/dashboard/3a1026e0-83f6-11e7-b56d-c7f326cba909?publicId=322a2330-7c36-11e7-835d-c7f326cba909',
+ tags: ['Manufacturing', 'Real Estate', 'Utilities', 'Smart Cities', 'Energy'],
+ projects: '33+',
+ text: 'Smart metering transforms utility management by automating the collection of electricity, water, and gas consumption data, converting it into actionable, real-time insights. It automates invoicing workflows and delivers precise usage metrics for transparent, reliable billing. With anomaly detection for leaks or unusual usage patterns, facility managers can effectively minimize losses and significantly enhance sustainability efforts.',
+ },
+ {
+ title: 'Tank level',
+ image: '/images/development-services/tank-level-monitoring-1.webp',
+ demoLink:
+ 'https://thingsboard.cloud/dashboard/e1ff5690-5e0c-11ee-aeee-d16039673934?publicId=7aa99e80-8acd-11ef-a59e-a9c993dbec14',
+ tags: ['Oil & Gas', 'Agriculture', 'Manufacturing', 'Utilities', 'Water Management'],
+ projects: '31+',
+ text: 'An IoT tank level monitoring system enables accurate, real-time tracking of liquid levels in fuel, water, or chemical tanks. Remote access, automated alerts, and refill optimization reduce manual checks, prevent overflows, and help detect leaks early.',
+ },
+ {
+ title: 'Cold chain',
+ image: '/images/development-services/smart-retail-3.webp',
+ demoLink:
+ 'https://thingsboard.cloud/dashboard/551d4ca0-8b54-11ec-98f9-ff45c37940c6?publicId=4978baf0-8a92-11ec-98f9-ff45c37940c6',
+ tags: ['Manufacturing', 'Logistics', 'Retail'],
+ projects: '45+',
+ text: 'Cold chain monitoring systems deliver real-time visibility of temperature-sensitive products by tracking environmental conditions from storage through shipment, ensuring quality and compliance. They automate logging of critical parameters into live dashboards and audit-ready historical reports. With proactive alerts, time-to-threshold forecasts, and automated compliance reports, managers can intervene early to prevent spoilage.',
+ },
+ ].map((panel) => (
+
+ "We were looking for a robust and scalable IoT platform to help us deploy leading edge
+ LoRaWAN™-based IoT projects. We landed a contract to deploy a city-wide network of
+ solar/wireless variable message "No Parking" signs to manage on-street parking for
+ snow removal operations. The dead... read more about smart city solutions
+
+
+
Eric Bourbeau, Founder and CEO at X-TELIA
-
- ))}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Artur Ishkhanishvili
+
VP Business Development
+
+
+
+
+
+ In IoT, data and dashboards mean nothing if they don't create real business value. At ThingsBoard,
+ our Development Unit makes sure your solution does exactly that.
+
+
+ We don't just build features — we help you turn ideas into results. With our platform and experts,
+ your technical goals are covered, so you can stay focused on your business impact. From optimizing
+ supply chains to launching smart services, we ensure the tech drives results that matter — to your
+ customers and your bottom line.
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
From concept to success: IoT development case studies
"We were looking for a robust and scalable IoT platform to help us deploy leading edge LoRaWAN™-based IoT projects. We landed a contract to deploy a city-wide network of solar/wireless variable message "No Parking" signs to manage on-street parking for snow removal operations. The dead... read more about smart city solutions
In IoT, data and dashboards mean nothing if they don't create real business value. At ThingsBoard, our Development Unit makes sure your solution does exactly that.
-
We don't just build features — we help you turn ideas into results. With our platform and experts, your technical goals are covered, so you can stay focused on your business impact. From optimizing supply chains to launching smart services, we ensure the tech drives results that matter — to your customers and your bottom line.
Create intuitive UI/UX for actionable data insights
-
-
-
IoT Mobile App
-
Development of native mobile applications for easy remote access
Setup push notifications, remote control and monitoring on mobile
Integrate mobile device sensors (camera, GPS, scanners) for intuitive IoT control
-
-
-
IoT Data Visualization
-
Design intuitive dashboards to present complex IoT data with clarity
Develop custom charts, widgets & reports for in-depth trend analysis
Build interactive drill-down dashboards for detailed data exploration
-
-
-
IoT analytics
-
Enable KPI tracking, trend and anomaly detection including root cause analysis
Build predictive forecasting and 'what-if' simulations within digital twins
Visualize insights on drill-down dashboards with layered aggregated metrics
+
+
+
Discuss your IoT project with us
+
-
-
Remote Monitoring & Control Apps
-
Enable real-time tracking of your remote assets and device status
Implement secured methods for OTA configuration update and send commands
Automate device actions & workflows based on IoT triggers
+
+
+
+
+
+
+
Industries we empower with IoT development
+
+ Our experience covers more than 10 industries — from smart meters and fleet telematics to predictive
+ maintenance on factory floors. Our deep domain expertise means faster development, fewer risks, and
+ software that performs exactly as you expect
-
-
Device integration
-
Establish bidirectional connectivity for device-to-application data flow and remote control
Custom integration with legacy systems for unified data processing
Device onboarding, lifecycle management, and secured OTA updates
+
+
+
Energy & utilities
+
+
Manufacturing & industrial Automation
+
+
+
Smart buildings & facilities
+
+
Transportation & mobility
+
+
Logistics & supply-chain services
+
+
Retail & consumer services
+
Healthcare
+
Agriculture & agritech
+
+
Construction & heavy equipment
+
+
+
Smart cities & public infrastructure
+
+
+
-
-
Predictive Maintenance
-
Deliver actionable alerts & insights to prevent downtime and optimize assets
Predict equipment failures with ML models trained on live data from sensors
Enable proactive maintenance scheduling & work order management
+
+
+
+
+
+
Your trusted IoT development partner
+
+
+
+
Fixed cost
+
Fast delivery
+
Proved results
+
+
+
65% of our clients build 2+ solution with us
+
-
-
Digital Twin
-
Build digital twins unifying diverse IoT and integrated system data
Analyze model behavior, metrics and simulate various 'what-if' scenarios
Predict performance and use twin simulations for operational optimization
+
-
-
IoT Compliance management
-
Automate audit trails & reports in specific regulatory formats
Configure system for GDPR, HACCP, 21 CFR Part 11, ISO 50001 & similar regulations
Apply our IoT expertise to sector-specific compliance needs
+
+
+
+
+
+
+ Fast delivery it's not about time management, it's about expertise, knowledge, and a ready-to-develop core
+ platform
+
+
+
+
+
+
+
Why it matters
+
What it gives
+
+
+
+
+
ThingsBoard at the Core
+
We build on ThingsBoard's micro-service stack and re-using components instead of wiring them from
+ scratch
+
8× faster process: regular 8-month MVP delivered in just 1 month
+
+
+
Low-code accelerators
+
Dashboards, workflows, and rules are configured, not coded
+
About 70 % of UI built via drag-and-drop
+
+
+
Vertical starter kits
+
Reusable blueprints for 10+ industries cut uncertainty and tighten estimates.
+
40 – 50 % of configuration is reused across engagements
+
+
+
Architecture-as-a-Service
+
Scaling, HA, observability, and DevOps patterns come pre-hardened and cloud-agnostic
+
Scalable production-ready setup for 50k msg/s deployed in 5–8 days
+
+
+
Fixed-price transparency
+
Budget is locked on day one; no surprises down the line
+
Projects delivered on agreed cost and timeline
+
+
+
+
+
+
+
Why it matters
+
What it gives
-
-
Migration Services
-
Evaluate current IoT system & plan managed migration to ThingsBoard
Migrate devices, data & logic to ThingsBoard for scale & lower TCO
Deploy reliable ThingsBoard solution, ready for future feature growth
+
ThingsBoard at the Core
+
+
+ We build on ThingsBoard's micro-service stack and re-using components instead of wiring them from
+ scratch
+
+
8x faster process: regular 8-month MVP delivered in just 1 month
-
-
Device management
-
Interfaces for full device lifecycle management, from provisioning to replacement
Enable bulk device operations and secured OTA for firmware/configurations
Automate device management via conditional rules & workflows
+
Low-code accelerators
+
+
Dashboards, workflows, and rules are configured, not coded
+
About 70 % of UI built via drag-and-drop
-
-
AI Agents & Copilots
-
Deploy AI copilots for guided troubleshooting and operational efficiency
Enable natural language queries and control via integrated LLM services
GenAI recommendations based on expert knowledge and live data
+
Vertical starter kits
+
+
Reusable blueprints for 10+ industries cut uncertainty and tighten estimates.
+
40 – 50 % of configuration is reused across engagements
-
-
Security
-
Secure device links and implement reliable authentication and encryption
Ensure data security via granular role based access controls
Configure audit logs, SSO/MFA & other essential application security best practices
+
Architecture-as-a-Service
+
+
+ Scaling, HA, observability, and DevOps patterns come pre-hardened and cloud-agnostic
+
+
Scalable production-ready setup for 50k msg/s deployed in 5–8 days
-
-
IoT DevOps services
-
Application deployment as a scalable microservices ensuring uptime, health and performance
Setup monitoring stack for platform and application level metrics
Provide ongoing operational support and proactive system maintenance
+
Fixed-price transparency
+
+
Budget is locked on day one; no surprises down the line
+
Projects delivered on agreed cost and timeline
-
-
-
-
Discuss your IoT project with us
-
-
-
-
-
-
-
-
Industries we empower with IoT development
-
Our experience covers more than 10 industries — from smart meters and fleet telematics to predictive maintenance on factory floors. Our deep domain expertise means faster development, fewer risks, and software that performs exactly as you expect
-
-
-
Energy & utilities
-
Manufacturing & industrial Automation
-
Smart buildings & facilities
-
Transportation & mobility
-
Logistics & supply-chain services
-
Retail & consumer services
-
Healthcare
-
Agriculture & agritech
-
Construction & heavy equipment
-
Smart cities & public infrastructure
-
-
+
+
+
+
+
+
+ "We operate in highly competitive markets; from housing management to utilities and manufacturing sectors.
+ Technology innovation is at the heart of our product strategy and service delivery approach. As we grow
+ and extend our field service management solution, we recognised that we needed a flexible IoT platform
+ that enables our delivery needs with lower complexity and co... read more about smart energy solutions
+
+
Mark Hunt, CTO at Oneserve
-
-
-
-
-
-
Your trusted IoT development partner
-
-
-
-
Fixed cost
-
Fast delivery
-
Proved results
+
+
+
+
+
A few more features that our clients value
+
+
+
Pre-built stack, custom focus
+
+ 70% of the stack comes from ThingsBoard + low-code, so engineers focus only on the remaining 30% of
+ business logic
+
-
-
65% of our clients build 2+ solution with us
+
+
Scalable by design
+
+ Microservices, DevOps templates, and the migration tool-chain are productized, so going from 100 devices
+ to 1M is a repeatable playbook
+