图片>
开源推荐
morning
GitHub 热门项目:kottster
摘要
GitHub项目:kottster 仓库地址:https://github.com/kottster/kottster Stars:1153 | 作者:kottster 项目描述:Instant Node.js admin panel. Secure, self-hosted, and easy to set up =========================================...
kottster
https
app
your
docs
and
run
the
pages
img
2026-09-16
1 阅读
约6分钟阅读
GitHub Trending
字号:
GitHub 项目:kottster
仓库地址:https://github.com/kottster/kottster
星级:1153 | 作者:科特斯特
项目描述:即时 Node.js 管理面板。安全、自托管且易于设置
===================================================
自述文件内容:
<图片>
图片>
图片>
# 您的应用程序的即时管理面板
获取自定义 Node.js 管理面板。创建页面来**查看和管理数据库表中的数据**,
**撰写仪表板**,或构建完全自定义的页面。安全、自托管且易于设置。
**撰写仪表板**,或构建完全自定义的页面。安全、自托管且易于设置。

[](https://www.npmjs.com/package/@kottster/server)
[](https://opensource.org/licenses/Apache-2.0)

[开始](https://kottster.app/docs/) • [现场演示](https://demo.kottster.app) • [我们的网站](https://kottster.app) • [文档](https://kottster.app/docs/)
[](https://youtu.be/JBpLVgkoj-k?si=GJ3IIBmzlgrCLKWs)
---
## 开始使用
#### 要创建新项目,请运行:
````bash
npx @kottster/cli@最新新
````
> 确保您的系统上安装了 **Node.js(v20 或更高版本)**。
或者,您可以使用 Docker 来运行 Kottster。有关更多详细信息,请查看 [Docker 快速入门](https://kottster.app/docs/quickstart-docker)。
## 后续步骤
#### 1. 在您的项目中,在本地运行应用程序:
````bash
npm 运行开发
````
这将以开发模式在本地运行应用程序。您可以通过[http://localhost:5480](http://localhost:5480)访问它。
#### 2. 创建帐户。
运行项目后,您需要登录您的帐户或创建一个新帐户。
#### 3. 将应用程序连接到您的数据库。
#### 4. 开始构建您的应用程序:
- 添加用于查看和管理数据库表中的数据的页面。
- 或者,从头开始构建完全自定义的页面(仪表板、图表、表单等)。
#### 5. 准备就绪后,[部署您的应用程序](https://kottster.app/docs/deploying)。
## 资源
- [文档](https://kottster.app/docs/)
- [快速入门](https://kottster.app/docs/)
- [Docker 快速入门](https://kottster.app/docs/quickstart-docker)
- [教程(5 分钟)](https://kottster.app/docs/tutorial/)
- [部署](https://kottster.app/docs/deploying)
## 贡献
我们欢迎反馈和贡献!
- 🐛 [报告错误](https://github.com/kottster/kottster/issues/new?template=bug_report.md)
- 💡 [建议功能](https://github.com/kottster/kottster/issues/new?template=feature_request.md)
- 📚 [改进文档](https://github.co