# BuildingAI **Repository Path**: elfbobo_admin_admin/BuildingAI ## Basic Information - **Project Name**: BuildingAI - **Description**: ⚡️⚡️⚡️BuildingAI 是一款面向AI开发者和AI创业者设计的开源AI框架,它可以在数分钟内完成部署并通过可视化配置界面(Do It Yourself),零代码搭建具备完善的营销、计费、支付等商业闭环功能的原生AI应用。 面向用户的友好交互设计及文档体验,即使你是非技术人员也能轻松完成前述工作。 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://buildingai.cc - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 216 - **Created**: 2025-11-07 - **Last Updated**: 2026-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

BuildingAI Banner

Live DemoOfficial Website中文文档

NestJS TypeORM PostgreSQL TypeScript Turbo Vue.js Vite NuxtUI NuxtJS

BuildingAI is an enterprise-grade open-source intelligent agent platform designed for AI developers, AI entrepreneurs, and forward-thinking organizations. Through a visual configuration interface (Do It Yourself), you can build native enterprise AI applications without code. The platform offers native capabilities such as intelligent agents, MCP, RAG pipelines, knowledge bases, large-model aggregation, and context engineering, along with user registration, membership subscriptions, compute billing, and other business operations. ## Quick Start > Before installing `BuildingAI`, make sure your device meets the minimum requirements: > > - **CPU**: ≥ 2 cores > - **Memory**: ≥ 4 GB RAM > - **Storage**: ≥ 5 GB free space Deploying BuildingAI with [Docker](https://www.docker.com/) is the simplest and most stable option. Ensure that [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) are already installed on your device. ```bash # Enter the project directory (replace with your directory name) cd buildingai # Copy and customize the environment variables # In production, update the APP_DOMAIN value in the .env file to your own domain. cp .env.example .env # Start the application with Docker docker compose up -d ``` Wait for images to be pulled and the project to build. Depending on your device performance and network conditions, this usually takes about 5–10 minutes. You can check the build progress in the Node.js container logs; once an accessible URL appears, the project has started successfully. After the project has fully started, open your browser and visit [http://localhost:4090/install](http://localhost:4090/install) to complete the initial setup wizard. For other deployment methods, see our [Deployment Guide](https://www.buildingai.cc/docs/introduction/install). ## Key Features - **AI Conversations**: Conversational AI and text generation powered by large language models, with support for multimodal models. - **AI Agents**: Create agents with memory, goals, and tool usage for autonomous task execution. - **Knowledge Base**: Build knowledge bases from documents with vector search and RAG-enhanced generation. - **MCP Integration**: Call MCP tools via SSE and Streamable HTTP protocols. - **Model Management**: Integrate mainstream large models under a unified API specification. - **Extension Mechanism**: Expand system capabilities and AI skills by installing extensions. - **Billing & Payments**: Built-in membership management, billing, and payment features ready to use. ## Screenshots ![image](./assets/screenshots/1.png) ![image](./assets/screenshots/2.png) ![image](./assets/screenshots/3.png) ![image](./assets/screenshots/4.png) ![image](./assets/screenshots/5.png) ## Contribution If you would like to contribute, please [open an issue](https://github.com/BidingCC/BuildingAI/issues/new/choose) or [submit a pull request](https://github.com/BidingCC/BuildingAI/pulls) on GitHub. You can also reach us through the [community](https://buildingai.cc/docs/introduction/community) or the [Q&A forum](https://www.buildingai.cc/question). ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=BidingCC/BuildingAI&type=Date)](https://www.star-history.com/#BidingCC/BuildingAI&Date) ## Privacy Policy This project **only collects anonymized usage statistics with your consent**. For details, see [PRIVACY_NOTICE.md](./PRIVACY_NOTICE.md). ## License [Apache License 2.0](./LICENSE)