# Fireboom Admin

市面上有很多管理后台，为什么还要做 Fireboom Admin 呢？若不是其独一无二的特点，我们断然不会班门弄斧。

Fireboom Admin最大的特点是可视化的后台接口开发，注意不是可视化拖拽界面。TA适用于网站管理后台、CMS、CRM、OA等中后台系统开发。当然，您也可以对TA深度定制。

我将从两个方面说明，TA的与众不同:

相对于传统后台管理框架：Fireboom Admin 能够可视化构建后台接口，但前端部分仍采用传统的方式进行开发。这既保证了接口开发的快速，又保证了前端实现复杂交互的可行性。而且，Fireboom还内置了类似navicate的数据库管理界面，很多数据管理功能无需开发都本自具足。

相对于拖拽构建界面的低代码：Fireboom Admin 具备可视化API开发的能力，且具有PRO CODE能力，能够实现任意复杂的业务逻辑，无论是后端逻辑还是前端逻辑，但代价是部分牺牲了构建页面的速度。Fireboom Admin还支持OIDC身份验证和RBAC角色鉴权，能够实现复杂的权限控制，包括数据权限和接口权限。

未来， Fireboom Admin将考虑与appsmith或lowcode-engine结合，进一步提升后台开发效率！

仓库地址：<https://github.com/fireboomio/fb-admin>

在线示例：

* Fireboom控制台入口：<http://47.101.68.119:9123/>
* Admin后台入口：<http://47.101.68.119:9295>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fireboom.io/v1.0/zui-jia-shi-jian/fireboom-admin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
