Build AI agents and web apps — with a single binary.
Find a file
2024-06-26 19:35:21 +08:00
.github Update API mirror URL and fix test case 2024-02-14 22:01:27 +08:00
aigc refactor: Update AI connector handling and add support for Moapi models 2024-06-15 15:57:36 +08:00
api [add] import & storage api ( WILL BE DEPRECATED ) 2023-04-02 17:39:54 +08:00
builder [add] Integrate page builder ui 2023-12-10 13:59:04 +08:00
cert [add] migrate cert 2023-02-02 19:25:35 +08:00
cmd add migrate options support for restore cmd 2024-06-13 20:00:56 +08:00
config [add] TypeScript import support (experimental) 2024-06-05 14:59:25 +08:00
connector fix setup bugs 2023-05-18 15:28:22 +08:00
crypto Add algorithm parameter to HmacWith function 2024-01-27 10:17:48 +08:00
data [add] Integrate page builder ui 2023-12-10 13:59:04 +08:00
docker Add Yao Build Environment Docker Image 2024-01-18 13:47:43 +08:00
docs [_] 2022-11-21 13:32:51 +08:00
engine support custom loaders 2024-05-07 16:52:43 +08:00
flow [add] migrate task & schedule 2023-02-03 10:25:17 +08:00
fs [add] fs allows access to the app root directory ( it's an dangerous operation, be careful to use it) 2024-06-25 17:08:54 +08:00
helper fix ProcessCaptcha bug 2024-01-24 13:10:03 +08:00
i18n [add] migrate fs & i18n 2023-02-02 11:29:58 +08:00
importer fixt tests 2023-09-21 17:23:05 +08:00
moapi [add] chat.completions ( dev ) 2023-11-12 04:11:56 +08:00
model [fix] plugins load 2023-04-02 16:53:24 +08:00
neo feat: Add SelectModel command to DSL 2024-05-25 20:17:25 +08:00
openai [add] chat.completions ( dev ) 2023-11-12 04:11:56 +08:00
pack [add] pack & start command support license 2023-04-23 10:57:28 +08:00
pipe Refactor WithGlobal method to handle nil data 2024-02-17 21:34:32 +08:00
plugin [fix] plugins load 2023-04-02 16:53:24 +08:00
query fix setup bugs 2023-05-18 15:28:22 +08:00
runtime [add] TypeScript import support (experimental) 2024-06-05 14:59:25 +08:00
schedule [add] start tasks and schedules 2023-04-02 15:07:29 +08:00
script feat: Clear modules before loading shared library 2024-06-06 15:44:28 +08:00
service chore: Update engine.Load calls with additional options 2024-05-05 17:54:32 +08:00
setup chore: Update engine.Load calls with additional options 2024-05-05 17:54:32 +08:00
share Add AfterLoad process execution in Load and Reload functions 2024-05-02 19:49:43 +08:00
socket [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
store [fix] plugins load 2023-04-02 16:53:24 +08:00
studio [_] 2023-05-15 18:58:50 +08:00
sui fix misspelling 2024-06-26 19:35:21 +08:00
task [add] start tasks and schedules 2023-04-02 15:07:29 +08:00
test [add] sui page fetch data 2023-11-20 13:20:02 +08:00
ui [add] XGen v1.0 packing 2022-09-27 23:54:06 +08:00
utils fix utils.env.Set bug 2024-03-18 16:56:55 +08:00
websocket [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
wework [add] yao.wework.* processes 2023-04-09 21:25:12 +08:00
widget [_] 2023-06-15 10:48:45 +08:00
widgets feat: Add hideLabel option to component and column DSL 2024-05-23 06:48:12 +08:00
xgen [add] setup 2022-10-28 11:58:05 +08:00
yao Update field values in model.trans.json 2024-03-14 12:43:48 +08:00
.gitignore [add] support for retrieving cookies in sui Request struct 2024-06-25 19:37:55 +08:00
go.mod log roration 2024-05-08 20:58:09 +08:00
go.sum log roration 2024-05-08 20:58:09 +08:00
LICENSE + README & LICENSE 2022-02-18 21:46:24 +08:00
main.go fix CROS bug 2023-09-21 11:32:03 +08:00
Makefile Add Yao Build Environment Docker Image 2024-01-18 13:47:43 +08:00
README.md Update installation instructions in README 2024-05-31 17:11:11 +08:00
README.zh-CN.md Update installation instructions in README 2024-05-31 17:11:11 +08:00

YAO App Engine

Website · Producthunt · Twitter

https://github.com/YaoApp/yao/assets/1842210/6b23ac89-ef6e-4c24-874f-753a98370dec

中文介绍

YAO is an open-source application engine, written in Golang, in the form of a command-line tool that can be downloaded and used immediately. It is suitable for developing business systems, website/APP API, admin panel, self-built low-code platforms, etc.

YAO adopts a flow-based programming model to implement various functions by writing YAO DSL (Logical Description in JSON format) or using JavaScript to write processes. The YAO DSL can be written in several ways:

  1. Purely hand-written

  2. Use automated scripts to generate contextual logic

  3. Use the visual editor to create by "drag and drop"

Documentation: https://yaoapps.com/en-US/doc

https://github.com/YaoApp/xgen-dev-app

Demo

Applications developed with YAO

Application Description Repository
yaoapp/yao-examples Yao Examples https://github.com/YaoApp/yao-examples
yaoapp/yao-knowledge A knowledge base application https://github.com/YaoApp/yao-knowledge
yaoapp/xgen-dev-app A demo application https://github.com/YaoApp/xgen-dev-app
yaoapp/demo-project A demo application for project management https://github.com/yaoapp/demo-project
yaoapp/demo-finance A demo application for financial management https://github.com/yaoapp/demo-finance
yaoapp/demo-plm A demo application for production project management https://github.com/yaoapp/demo-plm

Introduce

Yao allows developers to create web services by processes. Yao is a app engine that creates a database model, writes API services, and describes dashboard interface just by JSON for web & hardware, and 10x productivity.

Yao is based on the flow-based programming idea, developed in the Go language, and supports multiple ways to expand the data stream processor. This makes Yao extremely versatile, which can replace programming languages in most scenarios, and is 10 times more efficient than traditional programming languages in terms of reusability and coding efficiency; application performance and resource ratio Better than PHP, JAVA and other languages.

Yao has a built-in data management system. By writing JSON to describe the interface layout, 90% of the common interface interaction functions can be realized. It is especially suitable for quickly making various management background, CRM, ERP and other internal enterprise systems. Special interactive functions can also be implemented by writing extension components or HTML pages. The built-in management system is not coupled with Yao, and any front-end technologies such as VUE and React can be used to implement the management interface.

Install

Latest Version download and installation:

https://github.com/YaoApp/xgen-dev-app/blob/main/README.md

Getting Started

See documentation for more details.

Create a blank project

Create a new application directory, enter the application directory, run the yao start command, and start the installation.

mkdir -p /data/app # create project directory
cd /data/app # Enter the project directory
yao start # Start installation

Default Account

About Yao

Yao's name is derived from the Chinese character 爻 (yáo), the basic symbol that makes up the Eight Trigrams. The Eight Trigrams is a symbol system created by the ancient god Fuxi after observing and summarizing the laws of nature, which can refer to everything. Yao has two states of yin and yang, like 0 and 1. The transformation of yin and yang of Yao drives the replacement of Eight Trigrams, so as to summarize and record the development law of things.