OPEN SOURCE · APACHE-2.0 · ANNOTATION-DRIVEN
v2.2.0 · Changelog →The annotation-driven open-source low-code engine. Zero frontend code, zero CRUD boilerplate, with deep AI / LLM integration. Built for Java engineers.
@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; }
ARCHITECTURE AT A GLANCE
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.