Home
Softono

Mtbird Saas

Open source TypeScript
31
Stars
12
Forks
0
Issues
4
Watchers
1 year
Last Commit

 About Mtbird Saas

💻 无代码SaaS产品,无需代码生成小程序、H5页面和网站 ,拖拽操作、样式配置快速生成页面应用,数据可视化接入,支持定制业务拓展插件. StaringOS MtBird is a low-code SaaS platform for HTML Pages 、 Websites. We help users build pages without code or less code.

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Mtbird Saas?

We provide expert installation service for this software. Our team will install, configure, and secure Mtbird Saas on your server. plans start at just $30.

Mtbird Saas

View on GitHub

license Release Version PRs Welcome Community

MtBird SaaS 中文文档

MtBird-SaaS is a low-code platform for HTML Page、Website. We help to build page without code or less code. It also support Wechat Mini-Program. This is fully repository, the main frontend editor is isolated, see this mtbird editor

Online Product

Getting Start

git clone https://github.com/staringos/mtbird-saas

1. Start in docker

Start server

yarn build-compose
yarn up-compose

2. Start Manually

Require NodeJS version: >=18

  1. Install dependencies
yarn
  1. Start server
yarn run start

Configuration

Config file from .env

Requirement:

# mysql 数据库链接
DATABASE_URL="mysql://"

# Qiniu Cloud for CDN
QINIU_ACCESS_KEY=
QINIU_SECRET_KEY=
BUCKET=
BUCKET_REGISTRY=

# CDN URL
NEXT_PUBLIC_CDN_URL=

Open: http://localhost:3000/

Develop mtbird library mode see this document

More Usage

Docs

Contributing

PRs & Issues are all welcome, feel free to ask question or submit your code.

CONTRIBUTING