Mateu

Build business UIs in Java

Mateu is a model-driven UI framework for business applications.

Define your UI once in Java.
Mateu generates forms, CRUD, navigation and application shells from that model.

Start with the quickstart →


Why Mateu

Traditional business apps often mean:

  • backend logic
  • frontend app
  • API layer
  • duplicated models
  • duplicated validation
  • duplicated routing
  • more glue code than expected

Mateu takes a different approach:

  • one application model
  • one source of truth
  • less duplication
  • fewer moving parts

For the full positioning, see Why Mateu → and Mateu vs traditional stack →.


When to use Mateu

Mateu is designed for business applications.

  • best for → admin panels, internal tools, distributed backoffices
  • not ideal for → marketing sites or highly custom UIs

👉 Read when to use Mateu →


The core idea

In Mateu, you define:

  • state with fields
  • actions with methods or callables
  • rendering and behavior with annotations
  • routing and navigation in the same model

Mateu turns that into a working UI.

To understand the mental shift, see:


Three strong use cases

1. Admin panels

Build CRUD-heavy backoffice screens directly from your Java model.

This is the fastest way to understand the value of Mateu.

Admin panel list

2. Distributed backoffices

Let each microservice define its own UI and compose everything in one shell.

This is one of Mateu’s most distinctive strengths.

Distributed backoffice

3. Embedded UI

Use Mateu inside React, Vue, Angular or even plain HTML through a web component.

This makes adoption gradual and low-risk.

Embedded UI


Architecture

Mateu is intentionally simple at a high level:

  1. backend code defines the UI
  2. Mateu exposes that through a small API
  3. a renderer turns it into a real browser UI

That separation makes Mateu a strong fit for:

  • microservices
  • stateless systems
  • distributed UIs
  • pluggable renderers

Read more here:


If you’re new to Mateu, follow this order:

  1. Quickstart
  2. Admin panel
  3. Distributed backoffice or Embedded UI
  4. Java manual

Java manual

The Java manual is already organized as a guided path:


One-sentence summary

Mateu turns backend objects into real business UIs through a simple model, a small API and a renderer.

Open the Java manual →


Community

Mateu is evolving. Join the community:

👉 Join our Discord