Skip to content

OPEN SOURCE · APACHE-2.0 · ANNOTATION-DRIVEN

v2.2.0 · Changelog →

One Java class.
One complete
admin system.

The annotation-driven open-source low-code engine. Zero frontend code, zero CRUD boilerplate, with deep AI / LLM integration. Built for Java engineers.

SysUser.java
@Erupt(name = "User Mgmt")
public class SysUser {

    @EruptField(
        views = @View(title = "Username"),
        edit  = @Edit(title = "Username")
    )
    private String username;

    @EruptField(edit = @Edit(title = "Status"))
    private Boolean status;
}
AUTO-GEN ≈2s ↓
User Mgmt · Auto-generated
User Mgmt+ NewSearch…
UsernameStatusAction

ARCHITECTURE AT A GLANCE

Any data source, to any UI. Every layer is pluggable.

Nine layers from entry points to runtime: any data source at the bottom, DataProxy intercepting anything in the middle with security spanning the whole chain, AI embedded as a kernel capability, views and components generated from annotations, topped by a modern UI that works out of the box.

JDK 17+Spring Boot 3.xMySQLPostgreSQLOracleSQL ServerH2MongoDBApache-2.0

Released under the Apache-2.0 License.