跳到主要内容

🏗️ 构建完整应用

描述你想要的,获得一个具有前端、后端和数据库的完整工作应用。

你: $App Builder
帮我做一个库存跟踪器。我需要加入带有名称、数量和价格属性的产品。显示总价值和库存预警。

AI 的工作流程

  1. 设计数据库结构
  2. 使用 Flask 构建带有 CRUD 接口的 Python API
  3. 创建带有仪表盘、图表和搜索功能的精美前端
  4. 填充示例数据
  5. 启动服务器并测试每个接口
  6. 端口预览展示运行中的应用

技能内容

将下面的内容复制到工作区 → 技能 → 创建

---
name: app-builder
description: Builds complete web applications with frontend, backend, and database
---

## Full-Stack Application Builder

When building a web app:

1. **Clarify requirements**: What data is managed? What should the UI show?
2. **Design the database first**: Use SQLite with proper schema
3. **Build the API** with Flask or FastAPI: CRUD, search, filtering, error handling
4. **Build a polished frontend**:
   - Modern CSS (not a skeleton — make it look demo-ready)
   - Dashboard with key metrics and charts (Chart.js)
   - Responsive tables with search
   - Forms for data entry
5. **Seed with realistic sample data** so the demo looks good
6. **Start the server** and test every endpoint with curl
7. **Verify the full flow**: create, read, update, delete, search

Build something polished enough to demo, not a wireframe.
本内容仅供参考,不构成任何保证、担保或合同承诺。Open WebUI 按“现状”提供。请参阅您的许可协议 以了解适用条款。