Skip to content

Commit d0a8f2c

Browse files
committed
2 parents 2188c18 + 3b5db21 commit d0a8f2c

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ CrawlWise is an end-to-end Generative Engine Optimization (GEO) agent system tha
1919

2020
## 🛠️ Tech Stack
2121

22+
## 📽️ Demo
23+
<video src="https://github.com/user-attachments/assets/b723cf0f-2a08-4736-b409-0877423a32b0" width="600" controls></video>
24+
[Click here to watch the demo video](misc/demo/demo.mp4) if the playback does't work
25+
26+
---
27+
28+
## 🛠️ Tech Stack
29+
2230
- **Backend:** FastAPI, [PocketFlow](https://github.com/The-Pocket/PocketFlow), [Crawl4AI](https://pypi.org/project/crawl4ai/), [LangChain](https://python.langchain.com/), [AlchemystAI LLM Proxy](https://getalchemystai.com)
2331
- **Frontend:** React, TailwindCSS
2432
- **Agent Orchestration:** [PocketFlow](https://github.com/The-Pocket/PocketFlow)
@@ -28,28 +36,26 @@ CrawlWise is an end-to-end Generative Engine Optimization (GEO) agent system tha
2836

2937
## 🏗️ Architecture
3038

39+
3140
```mermaid
3241
flowchart TD
33-
A[User (Frontend)] --> B[FastAPI Backend]
42+
A[User (Frontend)] -->|Submits URL| B[FastAPI Backend]
3443
B --> C[Crawl4AI Crawler]
3544
C --> D[Extracted Content & Metadata]
3645
D --> E[PocketFlow Agent Pipeline]
37-
E --> F[Audit Node (LLM via AlchemystAI)]
38-
E --> G[Enhancement Node (LLM via AlchemystAI)]
46+
E --> F[Audit Node<br/>(LLM via AlchemystAI)]
47+
E --> G[Enhancement Node<br/>(LLM via AlchemystAI)]
3948
F --> H[Audit JSON]
4049
G --> I[Improvements JSON]
4150
H --> J[API Response]
4251
I --> J
43-
J --> A
52+
J -->|Display Results| A
4453
F -.-> K[AlchemystAI LLM Proxy]
4554
G -.-> K
4655
```
4756

48-
---
49-
50-
## 🌐 Key Links
5157

52-
- **PocketFlow Agent Framework:** [https://github.com/The-Pocket/PocketFlow](https://github.com/The-Pocket/PocketFlow)
58+
amework:** [https://github.com/The-Pocket/PocketFlow](https://github.com/The-Pocket/PocketFlow)
5359
- **AlchemystAI LLM Proxy:** [https://getalchemystai.com](https://getalchemystai.com)
5460

5561
---

0 commit comments

Comments
 (0)