Skip to content

Tools

Not every component of Flowtig is a full application.

Some features exist as lightweight, focused utilities — designed to solve specific problems with clarity and precision.

Tools complement the core system and its services, extending functionality without adding unnecessary structural weight.


Purpose of Tools

Tools inside Flowtig typically serve one of three roles:

  • Validation utilities (e.g. format checks, structural verification)
  • Automation helpers (supporting workflows in other services)
  • Infrastructure helpers (monitoring, diagnostics, technical utilities)

They are intentionally compact and purpose-driven.


Current Tools

Daywalker

A lightweight date and time utility tool designed to assist with time-related edge cases and validation logic across services.

IBAN Checker

A validation utility for International Bank Account Numbers, ensuring structured financial data integrity.


Architectural Position

Unlike applications, tools:

  • do not define tenant-specific business domains
  • typically have limited UI scope
  • often operate as reusable service components
  • may be embedded or consumed by other apps

They follow the same architectural principles as Flowtig services, but remain intentionally focused.


Tools evolve as the platform grows. New utilities are introduced when they add structural clarity or reduce duplication across services.