Industry · Construction & Trades

Mobile Software for Trades and Construction

Trade businesses and construction sites are the mobile-first industry par excellence: staff work outside, internet is unstable, bureaucracy eats hours. The Central Association of German Trades (ZDH) and the federal government drive digitalisation through programmes like the Mittelstand-Digital Centre for Trades and the BIM Roadmap. But practical software must be offline-capable from day one.

Contact

Industry context

The German trades sector comprises around 1 million businesses with 5.7 million employees — the backbone of the Mittelstand. The BMBF "Handwerk 4.0: digital & innovativ" funding line ran 2022–2025 with ten research projects on robotics, exoskeletons, AI, and digitalisation. The Mittelstand-Digital Centre for Trades (BMWK-funded) is the central support hub for trade businesses; final event on 4 March 2026 at the Zukunft Handwerk fair in Munich.

In construction, the BIM Roadmap (Federal Ministry of Transport) drives the digitalisation of planning and building processes. Since the end of 2020, BIM Performance Level 1 has been required for new federal transport infrastructure projects. planen-bauen 4.0 GmbH is the supporting body for the roadmap.

Typical challenges

No signal and no plan

On a construction site, in a basement boiler room, in a workshop yard: no stable internet. Apps must work offline and sync on the next WiFi/LTE connection — cleanly and without data loss.

Job in the head, documentation on paper

Time sheets, material lists, job confirmations — much still runs on paper and Excel. A digital system that works in the office AND on site is the biggest efficiency lever.

BIM connectivity for Mittelstand

Large construction projects require BIM. Mid-sized firms rarely have their own BIM tooling. Connectivity to the general contractor's platform via IFC data exchange becomes a selection criterion.

Bureaucracy as a time thief

E-invoicing, GoBD-compliant record-keeping, ZDH industry rules — regulatory load grows while staffing is tight. Apps that automate paperwork pay off quickly.

Regulatory framework

GoBD (Grundsätze ordnungsmäßiger Buchführung)

German Federal Ministry of Finance regulation on storage and traceability of digital business records. Apps that handle receipts or invoices must guarantee immutability, completeness, and availability.

E-Rechnungspflicht (ab 2025/2027)

Since 1 January 2025, German businesses must be able to receive e-invoices (XRechnung or ZUGFeRD format) for domestic B2B transactions. The sending obligation phases in through 2028. Trade businesses need tools that produce and consume these formats.

BIM-Stufenplan

The Federal Ministry of Transport's plan for the phased introduction of Building Information Modeling in public construction. BIM Performance Level 1 mandatory for new federal transport infrastructure projects since end of 2020.

EU AI Act (Auswirkungen auf KI im Handwerk)

Glossary →

ZDH advocates for a trade-friendly implementation of the AI Act. AI-supported pricing, customer communication, and route optimisation are usually not high-risk — but transparency and data-protection obligations still apply.

DSGVO

Glossary →

Customer, employee, and supplier data fall under GDPR. In trade businesses without a dedicated IT function, GDPR-compliant core software is a meaningful protection factor.

Architecture pattern for B2B apps

Mobile-first app
Flutter · offline-first (SQLite + sync) · camera and PDF capture

One app for iOS and Android that keeps working without connection. Capture receipts, hours, photos locally; sync cleanly when next online.

Job & service backend
NestJS · PostgreSQL · GoBD-compliant audit trails

Jobs, hours, materials, invoices in one database. Append-only event log for GoBD-compliant traceability.

Data bridges
XRechnung / ZUGFeRD · DATEV API · IFC for BIM integration

Standard interfaces instead of silos — e-invoicing to the client, bookkeeping export to the tax advisor, IFC file to the general contractor.

Office & customer portal
Next.js · OIDC · GDPR-compliant self-service portal

Office staff see the same data as field teams; end customers get a portal for job status and document approval.

Recommended stack

Technology Rationale
Flutter

One codebase for iOS and Android — staff often bring their own devices. Offline-first with a local data model.

NestJS

TypeScript backend with clear module structure. Built-in validation pipeline for GDPR-relevant fields.

PostgreSQL + Prisma

Relational integrity for jobs, employees, materials. Type-safe migrations for GoBD audit trails.

XRechnung-Bibliotheken (z. B. xrechnung-toolbox)

Open-source libraries generate XRechnung-compliant XML documents. Validation against the official XSD schema.

EU-Hosting (Hetzner / DigitalOcean Frankfurt)

Data sovereignty for Mittelstand customer data — and a selling point to clients.

Sources

As of: 2026-04-30

Concrete project in this industry?

We build software that fits the regulatory, technical, and organisational realities of your industry — without excess complexity.

Send email