Build AI agents and web apps — with a single binary.
Find a file
2023-12-11 23:54:42 +08:00
.github [fix] macos build workflow 2023-12-10 21:25:00 +08:00
aigc [add] neo commands ( 50% ) 2023-05-02 19:36:02 +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] SUI Template Engine command 2023-12-07 23:14:39 +08:00
config [add] yao.table.Load & yao.form.Load & fix reload 2023-05-11 22:20:02 +08:00
connector fix setup bugs 2023-05-18 15:28:22 +08:00
crypto [add] migrate crypto 2023-02-02 19:31:40 +08:00
data [add] Integrate page builder ui 2023-12-10 13:59:04 +08:00
docker [fix] docker image build 2023-04-01 15:14:36 +08:00
docs [_] 2022-11-21 13:32:51 +08:00
engine [add] moapi process and api 2023-11-10 01:37:09 +08:00
flow [add] migrate task & schedule 2023-02-03 10:25:17 +08:00
fs [add] migrate studio 2023-04-01 13:28:31 +08:00
helper [add] sui page debug log 2023-10-28 16:41:52 +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 [add] neo local model support 2023-12-01 00:05:57 +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
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] migrate studio 2023-04-01 13:28:31 +08:00
schedule [add] start tasks and schedules 2023-04-02 15:07:29 +08:00
script [add] Page Builder typescript support 2023-09-24 23:42:16 +08:00
service [add] Integrate page builder ui 2023-12-10 13:59:04 +08:00
setup fix setup bugs 2023-05-18 15:28:22 +08:00
share [add] server rewrite support and fix api reload 2023-11-22 18:10:17 +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 [add] builder create page api 2023-12-11 23:54:42 +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 fixt tests 2023-09-21 17:23:05 +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 [fix] the default login process expired bug 2023-11-05 13:46:40 +08:00
xgen [add] setup 2022-10-28 11:58:05 +08:00
yao [_] 2023-05-13 19:20:58 +08:00
.gitignore [_] 2022-11-17 10:19:52 +08:00
go.mod [add] SUI Template Engine command 2023-12-07 23:14:39 +08:00
go.sum [add] SUI Template Engine command 2023-12-07 23:14:39 +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 Makefile: Update download method for Yao Builder 2023-12-10 21:01:13 +08:00
README.md Update README.md 2023-06-01 10:58:23 +08:00
README.zh-CN.md Update README.zh-CN.md 2023-06-01 10:58:57 +08:00

YAO App Engine

Website · Producthunt · Twitter

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

(English version coming soon)

中文介绍

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

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

Run the script under terminal: (MacOS/Linux)

curl -fsSL https://website.yaoapps.com/install.sh | bash

For Windows users, please refer to the Installation and Debugging chapter: Installation and debugging

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

Download a project

Create a new project directory, enter the project directory, run the yao get command, and download the application code.

mkdir -p /data/app # create project directory
cd /data/app # Enter the project directory
yao get yaoapp/demo-plm # download demo-plm
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.