Skip to content

Commit 6c7e54c

Browse files
committed
fix model name, format response, add new tools
1 parent 67a533f commit 6c7e54c

6 files changed

Lines changed: 344 additions & 308 deletions

File tree

data/launch_community.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,6 @@
116116
"popularity": "Helpful directory",
117117
"tutorial": "https://launchpedia.co"
118118
},
119-
{
120-
"name": "YC Startup School",
121-
"description": "Free resources and community for founders.",
122-
"link": "https://www.startupschool.org",
123-
"type": "Free",
124-
"category": "Launch & Community Platforms",
125-
"tags": [
126-
"yc",
127-
"education"
128-
],
129-
"popularity": "Trusted",
130-
"tutorial": "https://www.startupschool.org"
131-
},
132119
{
133120
"name": "Dev.to",
134121
"description": "Developer articles and community.",
@@ -167,5 +154,19 @@
167154
],
168155
"popularity": "Massive reach",
169156
"tutorial": "https://help.x.com"
157+
},
158+
{
159+
"name": "DistributionKit",
160+
"description": "Directory of 135+ platforms to launch your startup.",
161+
"link": "https://distributionkit.com/",
162+
"type": "Free",
163+
"category": "Launch & Community Platforms",
164+
"tags": [
165+
"launch",
166+
"directory",
167+
"marketing"
168+
],
169+
"popularity": "Growing",
170+
"tutorial": "https://distributionkit.com/"
170171
}
171172
]

data/learning.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,25 @@
202202
"link": "https://devdocs.io",
203203
"type": "Free",
204204
"category": "Learning Resources",
205-
"tags": ["docs", "reference", "developer"],
205+
"tags": [
206+
"docs",
207+
"reference",
208+
"developer"
209+
],
206210
"popularity": "Popular among devs",
207211
"tutorial": "https://devdocs.io (homepage)"
212+
},
213+
{
214+
"name": "YC Startup School",
215+
"description": "Free resources and community for founders.",
216+
"link": "https://www.startupschool.org",
217+
"type": "Free",
218+
"category": "Learning Resources",
219+
"tags": [
220+
"yc",
221+
"education"
222+
],
223+
"popularity": "Trusted",
224+
"tutorial": "https://www.startupschool.org"
208225
}
209226
]

data/vibe_coding_tools.json

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,11 @@
151151
"link": "https://www.qodo.ai",
152152
"type": "Freemium",
153153
"category": "Vibe Coding Tools",
154-
"tags": ["AI", "code", "assistant"],
154+
"tags": [
155+
"AI",
156+
"code",
157+
"assistant"
158+
],
155159
"popularity": "Emerging",
156160
"tutorial": "https://www.qodo.ai/docs"
157161
},
@@ -161,7 +165,12 @@
161165
"link": "https://www.warp.dev/warp-ai",
162166
"type": "Freemium",
163167
"category": "Vibe Coding Tools",
164-
"tags": ["terminal", "AI", "CLI", "agent"],
168+
"tags": [
169+
"terminal",
170+
"AI",
171+
"CLI",
172+
"agent"
173+
],
165174
"popularity": "Growing in CLI dev community",
166175
"tutorial": "https://www.warp.dev/docs/ai"
167176
},
@@ -171,8 +180,43 @@
171180
"link": "https://github.com/QwenLM/qwen-code",
172181
"type": "Open Source / Freemium",
173182
"category": "Vibe Coding Tools",
174-
"tags": ["AI", "CLI", "coding", "agent"],
183+
"tags": [
184+
"AI",
185+
"CLI",
186+
"coding",
187+
"agent"
188+
],
175189
"popularity": "Emerging but rapidly adopted",
176190
"tutorial": "https://qwenlm.github.io/qwen-code-docs/zh/ or GitHub README"
177-
}
191+
},
192+
{
193+
"name": "Google Antigravity",
194+
"description": "Agentic development platform prioritizing autonomous AI agents.",
195+
"link": "https://www.antigravity.google/",
196+
"type": "Free (Preview)",
197+
"category": "Vibe Coding Tools",
198+
"tags": [
199+
"ai",
200+
"agent",
201+
"ide",
202+
"google"
203+
],
204+
"popularity": "High",
205+
"tutorial": "https://www.antigravity.google/"
206+
},
207+
{
208+
"name": "Emergent",
209+
"description": "AI-powered agentic development platform that generates full-stack apps from natural language.",
210+
"link": "https://emergent.sh/",
211+
"type": "Free / Enterprise",
212+
"category": "Vibe Coding Tools",
213+
"tags": [
214+
"ai",
215+
"agent",
216+
"full-stack",
217+
"codegen"
218+
],
219+
"popularity": "Emerging",
220+
"tutorial": "https://app.emergent.sh/"
221+
}
178222
]

0 commit comments

Comments
 (0)