graph TD
A[Create ShepherdDigest Chatbot] --> B[Chat UI Builder]
A --> C[Config Generator]
A --> D[Backend/API Processor]
B --> E{Bundler & Integrator}
C --> E
D --> E
B --> F[Generate HTML/CSS/JS]
C --> G[Extract Site Content]
C --> H[Create JSON Config]
D --> I[Create Server Code]
D --> J[Setup API Endpoints]
F --> E
G --> H
H --> E
I --> J
J --> E
E --> K[Final Embeddable JavaScript File]
style A fill:#f9f,stroke:#333
style E fill:#bbf,stroke:#333
style K fill:#bfb,stroke:#333