First, EzyPlatform aims for the goal of "Less code - As little programming as possible." We try to package everything so that even programmers don't have to write too much code but can still create a complete product.
Next, we aim for the goal of "No code - No need for programming." Programming should be reserved for programmers, and even users and software developers may not need to type any source code to create their own products and satisfy their customers.
Finally, we aim for the goal of "AI code - AI will program instead of humans." When the number of plugins is large enough, we apply AI, and at that point, programmers may not even need to write source code but simply teach AI to program according to their intentions.
In summary, we aim to reduce the labor of programmers, allowing them to have more rest time or focus on higher-level tasks. We help software developers and users create products easily, accurately meeting their needs with the lowest cost.
Term: End users" - These are the people using EzyPlatform.
[your website url]/modules/add
, example: http://localhost:9090/modules/add, add plugins, activate them, and you can start using them. You can take a look here to get more details.Why? Because there are still many individuals and organizations using Java 8 for their projects.
2. If it is a theme, it must be a fully functional themeThis means the theme must display properly on all devices without layout breaking or poor UI.
3. The plugin must not contain security vulnerabilities
Do not include files that already exist in EzyPlatform directories, for example: *.jar
files, logback.xml
, application.properties
, config.properties
, because these files may overwrite EzyPlatform’s own files and cause errors.
Đây là bản dịch sang tiếng Anh:
8. Must not modify existing data without asking for user consentA warning must be displayed to let the user confirm before your plugin makes any changes to their data.
Đây là bản dịch sang tiếng Anh:
9. Plugin size must not exceed 50MBThe plugin should be lightweight to make installation easier for users. If your plugin is larger than 50MB, please help us explain why.