Declarative context bootstrapping for plugins.

Engineered for extensibility, annotation-driven design, and plugin-first runtime architecture.

PingCommand.java
@Injectable
@Command(name = "ping")
public class PingCommand implements Callable<String> {
@Override
public String call() {
return "Pong!";
}
}

Getting started

Learn how to get Quartz Framework set up in your project in a few steps.

Starting with Quartz

Kickstart your project using start.quartzframework.xyz — a simple initializer to configure your plugin in seconds.

Projects

Explore the core libraries and official extensions that power Quartz Framework across multiple platforms.

Contributing

Help improve Quartz by contributing code, reporting issues, or writing documentation.

GitHub

Browse the Quartz source code and related repositories directly on GitHub.