Skip to content

Commit 6e26ac2

Browse files
johnxieclaude
andauthored
fix: weekly refresh CI, merge conflicts, and full data sync (#151)
Weekly Refresh workflow: - replace peter-evans/create-pull-request with direct commit-and-push (fixes "GitHub Actions is not permitted to create pull requests" error) - remove pull-requests:write permission (no longer needed) tutorials/README.md: - resolve 4-layer nested merge conflict markers (lines 17-58) - update Source Verification counts from stale 188 to 191 (201 unique repos) Source verification: - re-run verify_tutorial_sources.py: 191/191 verified, 201 unique repos - update README verification date to 2026-03-02 Market signals: - refresh all trending repo star counts and relative day labels - update discoverability/market-signals.json and trending-vibe-coding.md All CI checks validated locally: - docs_health: 0 broken links, 0 missing indexes - staleness_audit: 0 stale markers - release_claims_audit: 0 stale claims - format v2 index check: 130 compliant indexes - manifest, snapshot, repo status, discoverability diffs: all clean Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 44d0e24 commit 6e26ac2

7 files changed

Lines changed: 1336 additions & 1287 deletions

File tree

.github/workflows/weekly-refresh.yml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
permissions:
99
contents: write
10-
pull-requests: write
1110

1211
jobs:
1312
refresh:
@@ -32,21 +31,11 @@ jobs:
3231
python scripts/staleness_audit.py --max-age-days 10 --json-output discoverability/staleness-report.json
3332
python scripts/release_claims_audit.py --max-age-days 120 --json-output discoverability/release-claims-report.json
3433
35-
- name: Create Pull Request
36-
uses: peter-evans/create-pull-request@v6
37-
with:
38-
branch: automation/weekly-refresh
39-
commit-message: "chore: weekly docs/discoverability refresh"
40-
title: "chore: weekly docs/discoverability refresh"
41-
body: |
42-
Automated weekly refresh of generated docs and discoverability assets.
43-
44-
Updated by workflow:
45-
- tutorial manifest and structure snapshots
46-
- discoverability assets (`tutorial-index.json`, directory, search intent map, `llms*.txt`)
47-
- README trending market signals
48-
- staleness report
49-
- stale release-claim report
50-
labels: |
51-
automation
52-
docs
34+
- name: Commit and push if changed
35+
run: |
36+
git config user.name "github-actions[bot]"
37+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
38+
git add -A
39+
git diff --cached --quiet && echo "No changes to commit" && exit 0
40+
git commit -m "chore: weekly docs/discoverability refresh"
41+
git push

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ Quick jump links:
9797

9898
## ✅ Source Verification Status
9999

100-
All tutorial indexes were re-verified against referenced upstream GitHub repositories on **2026-02-24**:
100+
All tutorial indexes were re-verified against referenced upstream GitHub repositories on **2026-03-02**:
101101

102102
- tutorials scanned: **191**
103103
- tutorials with source repos: **191**
104104
- tutorials with unverified source repos: **0**
105-
- unique verified source repos: **200**
105+
- unique verified source repos: **201**
106106

107107
Verification artifacts:
108108

@@ -127,28 +127,28 @@ Live repository snapshot for high-intent Taskade/Genesis/AI/MCP searches.
127127
---
128128

129129
<!-- BEGIN: TRENDING_VIBE_CODING -->
130-
## 📈 Trending Vibe-Coding Repos (Auto-updated 2026-02-24)
130+
## 📈 Trending Vibe-Coding Repos (Auto-updated 2026-03-02)
131131

132132
Live GitHub market signals for high-impact open-source coding-agent and vibe-coding ecosystems with direct tutorial coverage.
133133

134134
| Ecosystem Repo | Tutorial | Stars | Last Push | Why It Matters |
135135
|:---------------|:---------|------:|:----------|:---------------|
136-
| [`open-webui/open-webui`](https://github.com/open-webui/open-webui) | [Open WebUI Tutorial](tutorials/open-webui-tutorial/) | 124,777 | 2026-02-24 (0d ago) | self-hosted AI interface and model operations |
137-
| [`anomalyco/opencode`](https://github.com/anomalyco/opencode) | [OpenCode Tutorial](tutorials/opencode-tutorial/) | 109,764 | 2026-02-24 (0d ago) | terminal-native coding agent with strong provider and tool controls |
138-
| [`browser-use/browser-use`](https://github.com/browser-use/browser-use) | [Browser Use Tutorial](tutorials/browser-use-tutorial/) | 78,889 | 2026-02-24 (0d ago) | browser-native AI automation and agent execution |
139-
| [`daytonaio/daytona`](https://github.com/daytonaio/daytona) | [Daytona Tutorial](tutorials/daytona-tutorial/) | 60,076 | 2026-02-24 (0d ago) | sandbox infrastructure for secure AI code execution |
140-
| [`cline/cline`](https://github.com/cline/cline) | [Cline Tutorial](tutorials/cline-tutorial/) | 58,318 | 2026-02-24 (0d ago) | agentic coding with terminal, browser, and MCP workflows |
141-
| [`Mintplex-Labs/anything-llm`](https://github.com/Mintplex-Labs/anything-llm) | [AnythingLLM Tutorial](tutorials/anything-llm-tutorial/) | 54,956 | 2026-02-24 (0d ago) | self-hosted RAG workspaces and agent workflows |
142-
| [`TabbyML/tabby`](https://github.com/TabbyML/tabby) | [Tabby Tutorial](tutorials/tabby-tutorial/) | 32,921 | 2026-02-14 (10d ago) | self-hosted coding assistant platform for teams |
143-
| [`continuedev/continue`](https://github.com/continuedev/continue) | [Continue Tutorial](tutorials/continue-tutorial/) | 31,501 | 2026-02-24 (0d ago) | IDE-native AI coding assistant architecture |
144-
| [`Fission-AI/OpenSpec`](https://github.com/Fission-AI/OpenSpec) | [OpenSpec Tutorial](tutorials/openspec-tutorial/) | 25,435 | 2026-02-24 (0d ago) | spec-driven workflow layer for predictable AI-assisted delivery |
145-
| [`RooCodeInc/Roo-Code`](https://github.com/RooCodeInc/Roo-Code) | [Roo Code Tutorial](tutorials/roo-code-tutorial/) | 22,367 | 2026-02-24 (0d ago) | multi-mode coding agents and approval workflows |
146-
| [`vercel/ai`](https://github.com/vercel/ai) | [Vercel AI SDK Tutorial](tutorials/vercel-ai-tutorial/) | 21,991 | 2026-02-24 (0d ago) | production TypeScript AI app and agent SDK patterns |
147-
| [`dyad-sh/dyad`](https://github.com/dyad-sh/dyad) | [Dyad Tutorial](tutorials/dyad-tutorial/) | 19,693 | 2026-02-24 (0d ago) | local-first AI app generation workflows |
148-
| [`stackblitz-labs/bolt.diy`](https://github.com/stackblitz-labs/bolt.diy) | [bolt.diy Tutorial](tutorials/bolt-diy-tutorial/) | 19,039 | 2026-02-07 (17d ago) | open-source Bolt-style product builder stack |
149-
| [`sweepai/sweep`](https://github.com/sweepai/sweep) | [Sweep Tutorial](tutorials/sweep-tutorial/) | 7,638 | 2025-09-18 (159d ago) | issue-to-PR coding agent workflows and GitHub automation |
150-
| [`stagewise-io/stagewise`](https://github.com/stagewise-io/stagewise) | [Stagewise Tutorial](tutorials/stagewise-tutorial/) | 6,496 | 2026-02-24 (0d ago) | browser-context frontend coding agent workflows |
151-
| [`cloudflare/vibesdk`](https://github.com/cloudflare/vibesdk) | [VibeSDK Tutorial](tutorials/vibesdk-tutorial/) | 4,803 | 2026-02-20 (4d ago) | Cloudflare-native prompt-to-app platform architecture |
136+
| [`open-webui/open-webui`](https://github.com/open-webui/open-webui) | [Open WebUI Tutorial](tutorials/open-webui-tutorial/) | 125,443 | 2026-03-02 (0d ago) | self-hosted AI interface and model operations |
137+
| [`anomalyco/opencode`](https://github.com/anomalyco/opencode) | [OpenCode Tutorial](tutorials/opencode-tutorial/) | 114,224 | 2026-03-02 (0d ago) | terminal-native coding agent with strong provider and tool controls |
138+
| [`browser-use/browser-use`](https://github.com/browser-use/browser-use) | [Browser Use Tutorial](tutorials/browser-use-tutorial/) | 79,382 | 2026-03-02 (0d ago) | browser-native AI automation and agent execution |
139+
| [`daytonaio/daytona`](https://github.com/daytonaio/daytona) | [Daytona Tutorial](tutorials/daytona-tutorial/) | 61,615 | 2026-03-02 (0d ago) | sandbox infrastructure for secure AI code execution |
140+
| [`cline/cline`](https://github.com/cline/cline) | [Cline Tutorial](tutorials/cline-tutorial/) | 58,554 | 2026-03-02 (0d ago) | agentic coding with terminal, browser, and MCP workflows |
141+
| [`Mintplex-Labs/anything-llm`](https://github.com/Mintplex-Labs/anything-llm) | [AnythingLLM Tutorial](tutorials/anything-llm-tutorial/) | 55,278 | 2026-03-02 (0d ago) | self-hosted RAG workspaces and agent workflows |
142+
| [`TabbyML/tabby`](https://github.com/TabbyML/tabby) | [Tabby Tutorial](tutorials/tabby-tutorial/) | 32,970 | 2026-03-02 (0d ago) | self-hosted coding assistant platform for teams |
143+
| [`continuedev/continue`](https://github.com/continuedev/continue) | [Continue Tutorial](tutorials/continue-tutorial/) | 31,600 | 2026-03-02 (0d ago) | IDE-native AI coding assistant architecture |
144+
| [`Fission-AI/OpenSpec`](https://github.com/Fission-AI/OpenSpec) | [OpenSpec Tutorial](tutorials/openspec-tutorial/) | 26,902 | 2026-02-27 (3d ago) | spec-driven workflow layer for predictable AI-assisted delivery |
145+
| [`RooCodeInc/Roo-Code`](https://github.com/RooCodeInc/Roo-Code) | [Roo Code Tutorial](tutorials/roo-code-tutorial/) | 22,473 | 2026-03-02 (0d ago) | multi-mode coding agents and approval workflows |
146+
| [`vercel/ai`](https://github.com/vercel/ai) | [Vercel AI SDK Tutorial](tutorials/vercel-ai-tutorial/) | 22,230 | 2026-03-02 (0d ago) | production TypeScript AI app and agent SDK patterns |
147+
| [`dyad-sh/dyad`](https://github.com/dyad-sh/dyad) | [Dyad Tutorial](tutorials/dyad-tutorial/) | 19,786 | 2026-02-28 (2d ago) | local-first AI app generation workflows |
148+
| [`stackblitz-labs/bolt.diy`](https://github.com/stackblitz-labs/bolt.diy) | [bolt.diy Tutorial](tutorials/bolt-diy-tutorial/) | 19,068 | 2026-02-07 (23d ago) | open-source Bolt-style product builder stack |
149+
| [`sweepai/sweep`](https://github.com/sweepai/sweep) | [Sweep Tutorial](tutorials/sweep-tutorial/) | 7,643 | 2025-09-18 (165d ago) | issue-to-PR coding agent workflows and GitHub automation |
150+
| [`stagewise-io/stagewise`](https://github.com/stagewise-io/stagewise) | [Stagewise Tutorial](tutorials/stagewise-tutorial/) | 6,493 | 2026-03-02 (0d ago) | browser-context frontend coding agent workflows |
151+
| [`cloudflare/vibesdk`](https://github.com/cloudflare/vibesdk) | [VibeSDK Tutorial](tutorials/vibesdk-tutorial/) | 4,825 | 2026-03-02 (0d ago) | Cloudflare-native prompt-to-app platform architecture |
152152

153153
Data source: GitHub REST API (`stargazers_count`, `pushed_at`) via `scripts/refresh_market_signals.py`.
154154
<!-- END: TRENDING_VIBE_CODING -->

discoverability/market-signals.json

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,211 +1,211 @@
11
{
2-
"generated_at_utc": "2026-02-24T15:27:17.174793Z",
3-
"generated_on": "2026-02-24",
2+
"generated_at_utc": "2026-03-02T16:34:29.160536Z",
3+
"generated_on": "2026-03-02",
44
"signals": [
55
{
66
"days_since_push": 0,
7-
"forks": 17660,
8-
"open_issues": 248,
9-
"pushed_at": "2026-02-24T00:31:27Z",
10-
"pushed_date": "2026-02-24",
7+
"forks": 17765,
8+
"open_issues": 263,
9+
"pushed_at": "2026-03-02T01:14:18Z",
10+
"pushed_date": "2026-03-02",
1111
"repo": "open-webui/open-webui",
1212
"repo_url": "https://github.com/open-webui/open-webui",
13-
"stars": 124777,
13+
"stars": 125443,
1414
"tutorial_label": "Open WebUI Tutorial",
1515
"tutorial_path": "tutorials/open-webui-tutorial/",
1616
"why": "self-hosted AI interface and model operations"
1717
},
1818
{
1919
"days_since_push": 0,
20-
"forks": 10898,
21-
"open_issues": 5742,
22-
"pushed_at": "2026-02-24T14:59:04Z",
23-
"pushed_date": "2026-02-24",
20+
"forks": 11529,
21+
"open_issues": 6131,
22+
"pushed_at": "2026-03-02T16:23:54Z",
23+
"pushed_date": "2026-03-02",
2424
"repo": "anomalyco/opencode",
2525
"repo_url": "https://github.com/anomalyco/opencode",
26-
"stars": 109764,
26+
"stars": 114224,
2727
"tutorial_label": "OpenCode Tutorial",
2828
"tutorial_path": "tutorials/opencode-tutorial/",
2929
"why": "terminal-native coding agent with strong provider and tool controls"
3030
},
3131
{
3232
"days_since_push": 0,
33-
"forks": 9329,
34-
"open_issues": 261,
35-
"pushed_at": "2026-02-24T06:13:06Z",
36-
"pushed_date": "2026-02-24",
33+
"forks": 9383,
34+
"open_issues": 225,
35+
"pushed_at": "2026-03-02T07:00:46Z",
36+
"pushed_date": "2026-03-02",
3737
"repo": "browser-use/browser-use",
3838
"repo_url": "https://github.com/browser-use/browser-use",
39-
"stars": 78889,
39+
"stars": 79382,
4040
"tutorial_label": "Browser Use Tutorial",
4141
"tutorial_path": "tutorials/browser-use-tutorial/",
4242
"why": "browser-native AI automation and agent execution"
4343
},
4444
{
4545
"days_since_push": 0,
46-
"forks": 5064,
47-
"open_issues": 297,
48-
"pushed_at": "2026-02-24T14:46:01Z",
49-
"pushed_date": "2026-02-24",
46+
"forks": 5076,
47+
"open_issues": 329,
48+
"pushed_at": "2026-03-02T16:21:40Z",
49+
"pushed_date": "2026-03-02",
5050
"repo": "daytonaio/daytona",
5151
"repo_url": "https://github.com/daytonaio/daytona",
52-
"stars": 60076,
52+
"stars": 61615,
5353
"tutorial_label": "Daytona Tutorial",
5454
"tutorial_path": "tutorials/daytona-tutorial/",
5555
"why": "sandbox infrastructure for secure AI code execution"
5656
},
5757
{
5858
"days_since_push": 0,
59-
"forks": 5843,
60-
"open_issues": 736,
61-
"pushed_at": "2026-02-24T06:31:07Z",
62-
"pushed_date": "2026-02-24",
59+
"forks": 5877,
60+
"open_issues": 779,
61+
"pushed_at": "2026-03-02T14:39:39Z",
62+
"pushed_date": "2026-03-02",
6363
"repo": "cline/cline",
6464
"repo_url": "https://github.com/cline/cline",
65-
"stars": 58318,
65+
"stars": 58554,
6666
"tutorial_label": "Cline Tutorial",
6767
"tutorial_path": "tutorials/cline-tutorial/",
6868
"why": "agentic coding with terminal, browser, and MCP workflows"
6969
},
7070
{
7171
"days_since_push": 0,
72-
"forks": 5928,
73-
"open_issues": 286,
74-
"pushed_at": "2026-02-24T03:08:07Z",
75-
"pushed_date": "2026-02-24",
72+
"forks": 5973,
73+
"open_issues": 294,
74+
"pushed_at": "2026-03-02T16:16:28Z",
75+
"pushed_date": "2026-03-02",
7676
"repo": "Mintplex-Labs/anything-llm",
7777
"repo_url": "https://github.com/Mintplex-Labs/anything-llm",
78-
"stars": 54956,
78+
"stars": 55278,
7979
"tutorial_label": "AnythingLLM Tutorial",
8080
"tutorial_path": "tutorials/anything-llm-tutorial/",
8181
"why": "self-hosted RAG workspaces and agent workflows"
8282
},
8383
{
84-
"days_since_push": 10,
85-
"forks": 1684,
86-
"open_issues": 291,
87-
"pushed_at": "2026-02-14T08:25:23Z",
88-
"pushed_date": "2026-02-14",
84+
"days_since_push": 0,
85+
"forks": 1689,
86+
"open_issues": 293,
87+
"pushed_at": "2026-03-02T08:20:29Z",
88+
"pushed_date": "2026-03-02",
8989
"repo": "TabbyML/tabby",
9090
"repo_url": "https://github.com/TabbyML/tabby",
91-
"stars": 32921,
91+
"stars": 32970,
9292
"tutorial_label": "Tabby Tutorial",
9393
"tutorial_path": "tutorials/tabby-tutorial/",
9494
"why": "self-hosted coding assistant platform for teams"
9595
},
9696
{
9797
"days_since_push": 0,
98-
"forks": 4190,
99-
"open_issues": 912,
100-
"pushed_at": "2026-02-24T10:01:30Z",
101-
"pushed_date": "2026-02-24",
98+
"forks": 4211,
99+
"open_issues": 1034,
100+
"pushed_at": "2026-03-02T09:29:21Z",
101+
"pushed_date": "2026-03-02",
102102
"repo": "continuedev/continue",
103103
"repo_url": "https://github.com/continuedev/continue",
104-
"stars": 31501,
104+
"stars": 31600,
105105
"tutorial_label": "Continue Tutorial",
106106
"tutorial_path": "tutorials/continue-tutorial/",
107107
"why": "IDE-native AI coding assistant architecture"
108108
},
109109
{
110-
"days_since_push": 0,
111-
"forks": 1686,
112-
"open_issues": 239,
113-
"pushed_at": "2026-02-24T02:27:25Z",
114-
"pushed_date": "2026-02-24",
110+
"days_since_push": 3,
111+
"forks": 1769,
112+
"open_issues": 255,
113+
"pushed_at": "2026-02-27T08:52:45Z",
114+
"pushed_date": "2026-02-27",
115115
"repo": "Fission-AI/OpenSpec",
116116
"repo_url": "https://github.com/Fission-AI/OpenSpec",
117-
"stars": 25435,
117+
"stars": 26902,
118118
"tutorial_label": "OpenSpec Tutorial",
119119
"tutorial_path": "tutorials/openspec-tutorial/",
120120
"why": "spec-driven workflow layer for predictable AI-assisted delivery"
121121
},
122122
{
123123
"days_since_push": 0,
124-
"forks": 3000,
125-
"open_issues": 563,
126-
"pushed_at": "2026-02-24T07:20:47Z",
127-
"pushed_date": "2026-02-24",
124+
"forks": 3019,
125+
"open_issues": 626,
126+
"pushed_at": "2026-03-02T15:35:56Z",
127+
"pushed_date": "2026-03-02",
128128
"repo": "RooCodeInc/Roo-Code",
129129
"repo_url": "https://github.com/RooCodeInc/Roo-Code",
130-
"stars": 22367,
130+
"stars": 22473,
131131
"tutorial_label": "Roo Code Tutorial",
132132
"tutorial_path": "tutorials/roo-code-tutorial/",
133133
"why": "multi-mode coding agents and approval workflows"
134134
},
135135
{
136136
"days_since_push": 0,
137-
"forks": 3875,
138-
"open_issues": 1166,
139-
"pushed_at": "2026-02-24T06:03:37Z",
140-
"pushed_date": "2026-02-24",
137+
"forks": 3903,
138+
"open_issues": 1236,
139+
"pushed_at": "2026-03-02T16:17:15Z",
140+
"pushed_date": "2026-03-02",
141141
"repo": "vercel/ai",
142142
"repo_url": "https://github.com/vercel/ai",
143-
"stars": 21991,
143+
"stars": 22230,
144144
"tutorial_label": "Vercel AI SDK Tutorial",
145145
"tutorial_path": "tutorials/vercel-ai-tutorial/",
146146
"why": "production TypeScript AI app and agent SDK patterns"
147147
},
148148
{
149-
"days_since_push": 0,
150-
"forks": 2240,
151-
"open_issues": 260,
152-
"pushed_at": "2026-02-24T11:58:06Z",
153-
"pushed_date": "2026-02-24",
149+
"days_since_push": 2,
150+
"forks": 2255,
151+
"open_issues": 259,
152+
"pushed_at": "2026-02-28T00:16:55Z",
153+
"pushed_date": "2026-02-28",
154154
"repo": "dyad-sh/dyad",
155155
"repo_url": "https://github.com/dyad-sh/dyad",
156-
"stars": 19693,
156+
"stars": 19786,
157157
"tutorial_label": "Dyad Tutorial",
158158
"tutorial_path": "tutorials/dyad-tutorial/",
159159
"why": "local-first AI app generation workflows"
160160
},
161161
{
162-
"days_since_push": 17,
163-
"forks": 10356,
164-
"open_issues": 90,
162+
"days_since_push": 23,
163+
"forks": 10355,
164+
"open_issues": 92,
165165
"pushed_at": "2026-02-07T14:36:22Z",
166166
"pushed_date": "2026-02-07",
167167
"repo": "stackblitz-labs/bolt.diy",
168168
"repo_url": "https://github.com/stackblitz-labs/bolt.diy",
169-
"stars": 19039,
169+
"stars": 19068,
170170
"tutorial_label": "bolt.diy Tutorial",
171171
"tutorial_path": "tutorials/bolt-diy-tutorial/",
172172
"why": "open-source Bolt-style product builder stack"
173173
},
174174
{
175-
"days_since_push": 159,
176-
"forks": 450,
177-
"open_issues": 747,
175+
"days_since_push": 165,
176+
"forks": 449,
177+
"open_issues": 749,
178178
"pushed_at": "2025-09-18T06:10:59Z",
179179
"pushed_date": "2025-09-18",
180180
"repo": "sweepai/sweep",
181181
"repo_url": "https://github.com/sweepai/sweep",
182-
"stars": 7638,
182+
"stars": 7643,
183183
"tutorial_label": "Sweep Tutorial",
184184
"tutorial_path": "tutorials/sweep-tutorial/",
185185
"why": "issue-to-PR coding agent workflows and GitHub automation"
186186
},
187187
{
188188
"days_since_push": 0,
189-
"forks": 439,
190-
"open_issues": 32,
191-
"pushed_at": "2026-02-24T14:53:58Z",
192-
"pushed_date": "2026-02-24",
189+
"forks": 440,
190+
"open_issues": 35,
191+
"pushed_at": "2026-03-02T14:26:59Z",
192+
"pushed_date": "2026-03-02",
193193
"repo": "stagewise-io/stagewise",
194194
"repo_url": "https://github.com/stagewise-io/stagewise",
195-
"stars": 6496,
195+
"stars": 6493,
196196
"tutorial_label": "Stagewise Tutorial",
197197
"tutorial_path": "tutorials/stagewise-tutorial/",
198198
"why": "browser-context frontend coding agent workflows"
199199
},
200200
{
201-
"days_since_push": 4,
202-
"forks": 1125,
203-
"open_issues": 41,
204-
"pushed_at": "2026-02-20T15:34:53Z",
205-
"pushed_date": "2026-02-20",
201+
"days_since_push": 0,
202+
"forks": 1133,
203+
"open_issues": 42,
204+
"pushed_at": "2026-03-02T09:08:46Z",
205+
"pushed_date": "2026-03-02",
206206
"repo": "cloudflare/vibesdk",
207207
"repo_url": "https://github.com/cloudflare/vibesdk",
208-
"stars": 4803,
208+
"stars": 4825,
209209
"tutorial_label": "VibeSDK Tutorial",
210210
"tutorial_path": "tutorials/vibesdk-tutorial/",
211211
"why": "Cloudflare-native prompt-to-app platform architecture"

0 commit comments

Comments
 (0)