opencode-skills-collection 1.0.186 → 1.0.187
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +5 -1
- package/bundled-skills/3d-web-experience/SKILL.md +152 -37
- package/bundled-skills/agent-evaluation/SKILL.md +1088 -26
- package/bundled-skills/agent-memory-systems/SKILL.md +1037 -25
- package/bundled-skills/agent-tool-builder/SKILL.md +668 -16
- package/bundled-skills/ai-agents-architect/SKILL.md +271 -31
- package/bundled-skills/ai-product/SKILL.md +716 -26
- package/bundled-skills/ai-wrapper-product/SKILL.md +450 -44
- package/bundled-skills/algolia-search/SKILL.md +867 -15
- package/bundled-skills/autonomous-agents/SKILL.md +1033 -26
- package/bundled-skills/aws-serverless/SKILL.md +1046 -35
- package/bundled-skills/azure-functions/SKILL.md +1318 -19
- package/bundled-skills/browser-automation/SKILL.md +1065 -28
- package/bundled-skills/browser-extension-builder/SKILL.md +159 -32
- package/bundled-skills/bullmq-specialist/SKILL.md +347 -16
- package/bundled-skills/clerk-auth/SKILL.md +796 -15
- package/bundled-skills/computer-use-agents/SKILL.md +1870 -28
- package/bundled-skills/context-window-management/SKILL.md +271 -18
- package/bundled-skills/conversation-memory/SKILL.md +453 -24
- package/bundled-skills/crewai/SKILL.md +252 -46
- package/bundled-skills/discord-bot-architect/SKILL.md +1207 -34
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/email-systems/SKILL.md +646 -26
- package/bundled-skills/faf-expert/SKILL.md +221 -0
- package/bundled-skills/faf-wizard/SKILL.md +252 -0
- package/bundled-skills/file-uploads/SKILL.md +212 -11
- package/bundled-skills/firebase/SKILL.md +646 -16
- package/bundled-skills/gcp-cloud-run/SKILL.md +1117 -32
- package/bundled-skills/graphql/SKILL.md +1026 -27
- package/bundled-skills/hubspot-integration/SKILL.md +804 -19
- package/bundled-skills/idea-darwin/SKILL.md +120 -0
- package/bundled-skills/inngest/SKILL.md +431 -16
- package/bundled-skills/interactive-portfolio/SKILL.md +342 -44
- package/bundled-skills/langfuse/SKILL.md +296 -41
- package/bundled-skills/langgraph/SKILL.md +259 -50
- package/bundled-skills/micro-saas-launcher/SKILL.md +343 -44
- package/bundled-skills/neon-postgres/SKILL.md +572 -15
- package/bundled-skills/nextjs-supabase-auth/SKILL.md +269 -21
- package/bundled-skills/notion-template-business/SKILL.md +371 -44
- package/bundled-skills/personal-tool-builder/SKILL.md +537 -44
- package/bundled-skills/plaid-fintech/SKILL.md +825 -19
- package/bundled-skills/prompt-caching/SKILL.md +438 -25
- package/bundled-skills/rag-engineer/SKILL.md +271 -29
- package/bundled-skills/salesforce-development/SKILL.md +912 -19
- package/bundled-skills/satori/SKILL.md +54 -0
- package/bundled-skills/scroll-experience/SKILL.md +381 -44
- package/bundled-skills/segment-cdp/SKILL.md +817 -19
- package/bundled-skills/shopify-apps/SKILL.md +1475 -19
- package/bundled-skills/slack-bot-builder/SKILL.md +1162 -28
- package/bundled-skills/telegram-bot-builder/SKILL.md +152 -37
- package/bundled-skills/telegram-mini-app/SKILL.md +445 -44
- package/bundled-skills/trigger-dev/SKILL.md +916 -27
- package/bundled-skills/twilio-communications/SKILL.md +1310 -28
- package/bundled-skills/upstash-qstash/SKILL.md +898 -27
- package/bundled-skills/vercel-deployment/SKILL.md +637 -39
- package/bundled-skills/viral-generator-builder/SKILL.md +132 -37
- package/bundled-skills/voice-agents/SKILL.md +937 -27
- package/bundled-skills/voice-ai-development/SKILL.md +375 -46
- package/bundled-skills/workflow-automation/SKILL.md +982 -29
- package/bundled-skills/zapier-make-patterns/SKILL.md +772 -27
- package/package.json +1 -1
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: micro-saas-launcher
|
|
3
|
-
description:
|
|
3
|
+
description: Expert in launching small, focused SaaS products fast - the indie
|
|
4
|
+
hacker approach to building profitable software. Covers idea validation, MVP
|
|
5
|
+
development, pricing, launch strategies, and growing to sustainable revenue.
|
|
6
|
+
Ship in weeks, not months.
|
|
4
7
|
risk: unknown
|
|
5
|
-
source:
|
|
6
|
-
date_added:
|
|
8
|
+
source: vibeship-spawner-skills (Apache 2.0)
|
|
9
|
+
date_added: 2026-02-27
|
|
7
10
|
---
|
|
8
11
|
|
|
9
12
|
# Micro-SaaS Launcher
|
|
10
13
|
|
|
14
|
+
Expert in launching small, focused SaaS products fast - the indie hacker approach
|
|
15
|
+
to building profitable software. Covers idea validation, MVP development, pricing,
|
|
16
|
+
launch strategies, and growing to sustainable revenue. Ship in weeks, not months.
|
|
17
|
+
|
|
11
18
|
**Role**: Micro-SaaS Launch Architect
|
|
12
19
|
|
|
13
20
|
You ship fast and iterate. You know the difference between a side project
|
|
@@ -15,6 +22,15 @@ and a business. You've seen what works in the indie hacker community. You
|
|
|
15
22
|
help people go from idea to paying customers in weeks, not years. You
|
|
16
23
|
focus on sustainable, profitable businesses - not unicorn hunting.
|
|
17
24
|
|
|
25
|
+
### Expertise
|
|
26
|
+
|
|
27
|
+
- MVP development
|
|
28
|
+
- Pricing psychology
|
|
29
|
+
- Launch strategies
|
|
30
|
+
- Solo founder stacks
|
|
31
|
+
- SaaS metrics
|
|
32
|
+
- Early growth
|
|
33
|
+
|
|
18
34
|
## Capabilities
|
|
19
35
|
|
|
20
36
|
- Micro-SaaS strategy
|
|
@@ -34,7 +50,6 @@ Validating before building
|
|
|
34
50
|
|
|
35
51
|
**When to use**: When starting a micro-SaaS
|
|
36
52
|
|
|
37
|
-
```javascript
|
|
38
53
|
## Idea Validation
|
|
39
54
|
|
|
40
55
|
### The Validation Framework
|
|
@@ -72,7 +87,6 @@ Validating before building
|
|
|
72
87
|
- People already paying for alternatives
|
|
73
88
|
- You have domain expertise
|
|
74
89
|
- Distribution channel access
|
|
75
|
-
```
|
|
76
90
|
|
|
77
91
|
### MVP Speed Run
|
|
78
92
|
|
|
@@ -80,7 +94,6 @@ Ship MVP in 2 weeks
|
|
|
80
94
|
|
|
81
95
|
**When to use**: When building first version
|
|
82
96
|
|
|
83
|
-
```javascript
|
|
84
97
|
## MVP Speed Run
|
|
85
98
|
|
|
86
99
|
### The Stack (Solo-Founder Optimized)
|
|
@@ -117,7 +130,6 @@ Day 6-7: Soft launch
|
|
|
117
130
|
- Scale optimization (worry later)
|
|
118
131
|
- Custom auth (use a service)
|
|
119
132
|
- Multiple pricing tiers (start simple)
|
|
120
|
-
```
|
|
121
133
|
|
|
122
134
|
### Pricing Strategy
|
|
123
135
|
|
|
@@ -125,7 +137,6 @@ Pricing your micro-SaaS
|
|
|
125
137
|
|
|
126
138
|
**When to use**: When setting prices
|
|
127
139
|
|
|
128
|
-
```javascript
|
|
129
140
|
## Pricing Strategy
|
|
130
141
|
|
|
131
142
|
### Pricing Tiers for Micro-SaaS
|
|
@@ -160,58 +171,346 @@ Example:
|
|
|
160
171
|
- Too complex (confuses buyers)
|
|
161
172
|
- No free tier AND no trial (no way to try)
|
|
162
173
|
- Charging too late (validate with money early)
|
|
174
|
+
|
|
175
|
+
### Launch Playbook
|
|
176
|
+
|
|
177
|
+
Launch strategies that work
|
|
178
|
+
|
|
179
|
+
**When to use**: When ready to launch
|
|
180
|
+
|
|
181
|
+
## Launch Playbook
|
|
182
|
+
|
|
183
|
+
### Pre-Launch (2 weeks before)
|
|
184
|
+
1. Build email list (landing page)
|
|
185
|
+
2. Engage in communities (give value first)
|
|
186
|
+
3. Create launch assets (demo, screenshots)
|
|
187
|
+
4. Line up beta testers
|
|
188
|
+
|
|
189
|
+
### Launch Day Channels
|
|
190
|
+
| Channel | Effort | Impact |
|
|
191
|
+
|---------|--------|--------|
|
|
192
|
+
| Product Hunt | Medium | High |
|
|
193
|
+
| Hacker News | Low | Variable |
|
|
194
|
+
| Reddit | Medium | Medium |
|
|
195
|
+
| Twitter/X | Low | Medium |
|
|
196
|
+
| Indie Hackers | Low | Medium |
|
|
197
|
+
| Email list | Low | High |
|
|
198
|
+
|
|
199
|
+
### Product Hunt Launch
|
|
200
|
+
```
|
|
201
|
+
- Launch 12:01 AM PST Tuesday-Thursday
|
|
202
|
+
- Have maker comment ready
|
|
203
|
+
- Activate your network to upvote/comment
|
|
204
|
+
- Respond to every comment
|
|
205
|
+
- Don't ask for upvotes directly
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
### Post-Launch
|
|
209
|
+
- Follow up with every signup
|
|
210
|
+
- Ask for feedback constantly
|
|
211
|
+
- Fix critical bugs immediately
|
|
212
|
+
- Start SEO/content for long-term
|
|
213
|
+
- Don't stop marketing after launch day
|
|
214
|
+
|
|
215
|
+
## Sharp Edges
|
|
216
|
+
|
|
217
|
+
### Great product, no way to reach customers
|
|
218
|
+
|
|
219
|
+
Severity: HIGH
|
|
220
|
+
|
|
221
|
+
Situation: Built product, can't get users
|
|
222
|
+
|
|
223
|
+
Symptoms:
|
|
224
|
+
- Zero organic traffic
|
|
225
|
+
- Relying only on launches
|
|
226
|
+
- No email list
|
|
227
|
+
- No content strategy
|
|
228
|
+
|
|
229
|
+
Why this breaks:
|
|
230
|
+
Built first, marketing second.
|
|
231
|
+
No existing audience.
|
|
232
|
+
No SEO, no ads, no community.
|
|
233
|
+
"If you build it, they will come" is false.
|
|
234
|
+
|
|
235
|
+
Recommended fix:
|
|
236
|
+
|
|
237
|
+
## Distribution First
|
|
238
|
+
|
|
239
|
+
### Before Building, Answer:
|
|
240
|
+
- Where do my customers hang out?
|
|
241
|
+
- Can I reach them for free?
|
|
242
|
+
- Do I have an existing audience?
|
|
243
|
+
- Is SEO viable for this?
|
|
244
|
+
|
|
245
|
+
### Distribution Channels
|
|
246
|
+
| Channel | Time to Results | Cost |
|
|
247
|
+
|---------|-----------------|------|
|
|
248
|
+
| SEO | 6-12 months | Low |
|
|
249
|
+
| Content marketing | 3-6 months | Low |
|
|
250
|
+
| Paid ads | Immediate | High |
|
|
251
|
+
| Community | 1-3 months | Low |
|
|
252
|
+
| Product Hunt | One day | Free |
|
|
253
|
+
| Partnerships | 1-2 months | Free |
|
|
254
|
+
|
|
255
|
+
### Build Distribution Into Product
|
|
256
|
+
```
|
|
257
|
+
- "Powered by [Your Product]" badge
|
|
258
|
+
- Invite/referral features
|
|
259
|
+
- Public profiles/pages (SEO)
|
|
260
|
+
- Shareable results/reports
|
|
261
|
+
- Integration marketplace listings
|
|
163
262
|
```
|
|
164
263
|
|
|
165
|
-
|
|
264
|
+
### If Stuck
|
|
265
|
+
1. Start content marketing NOW
|
|
266
|
+
2. Be active in communities (give value)
|
|
267
|
+
3. Partner with complementary products
|
|
268
|
+
4. Consider paid acquisition
|
|
269
|
+
|
|
270
|
+
### Building for market that can't/won't pay
|
|
271
|
+
|
|
272
|
+
Severity: HIGH
|
|
273
|
+
|
|
274
|
+
Situation: Lots of interest, no conversions
|
|
275
|
+
|
|
276
|
+
Symptoms:
|
|
277
|
+
- Lots of signups, no upgrades
|
|
278
|
+
- Love it, but can't afford
|
|
279
|
+
- Only works with freemium
|
|
280
|
+
- Comparisons to free alternatives
|
|
281
|
+
|
|
282
|
+
Why this breaks:
|
|
283
|
+
Targeting consumers vs business.
|
|
284
|
+
Targeting broke demographics.
|
|
285
|
+
Free alternatives are good enough.
|
|
286
|
+
Not solving urgent problem.
|
|
287
|
+
|
|
288
|
+
Recommended fix:
|
|
289
|
+
|
|
290
|
+
## Market Selection
|
|
166
291
|
|
|
167
|
-
###
|
|
292
|
+
### B2B vs B2C
|
|
293
|
+
| Factor | B2B | B2C |
|
|
294
|
+
|--------|-----|-----|
|
|
295
|
+
| Price tolerance | $50-500+/mo | $5-20/mo |
|
|
296
|
+
| Acquisition cost | Higher | Lower |
|
|
297
|
+
| Churn | Lower | Higher |
|
|
298
|
+
| Support needs | Higher | Lower |
|
|
299
|
+
| Solo-founder friendly | Yes | Harder |
|
|
168
300
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
301
|
+
### Good Markets for Micro-SaaS
|
|
302
|
+
- Small businesses
|
|
303
|
+
- Freelancers/agencies
|
|
304
|
+
- Developers
|
|
305
|
+
- Creators with revenue
|
|
306
|
+
- Professionals (lawyers, doctors, etc.)
|
|
173
307
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
308
|
+
### Red Flag Markets
|
|
309
|
+
- Students
|
|
310
|
+
- Startups with no funding
|
|
311
|
+
- Mass consumers
|
|
312
|
+
- Markets with free alternatives
|
|
178
313
|
|
|
179
|
-
###
|
|
314
|
+
### Pivot Signals
|
|
315
|
+
- High interest, zero payments
|
|
316
|
+
- Users love it but won't pay
|
|
317
|
+
- Competition is all free
|
|
318
|
+
- Target market has no budget
|
|
180
319
|
|
|
181
|
-
|
|
182
|
-
Dilutes focus.
|
|
183
|
-
Confuses users.
|
|
184
|
-
Delays revenue.
|
|
320
|
+
### New signups leaving as fast as they come
|
|
185
321
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
322
|
+
Severity: HIGH
|
|
323
|
+
|
|
324
|
+
Situation: MRR plateaued despite new customers
|
|
325
|
+
|
|
326
|
+
Symptoms:
|
|
327
|
+
- MRR not growing despite signups
|
|
328
|
+
- Users cancel after first month
|
|
329
|
+
- Low feature usage
|
|
330
|
+
- High trial abandonment
|
|
331
|
+
|
|
332
|
+
Why this breaks:
|
|
333
|
+
Product doesn't deliver value.
|
|
334
|
+
Onboarding is broken.
|
|
335
|
+
Wrong customers signing up.
|
|
336
|
+
Missing key features.
|
|
337
|
+
|
|
338
|
+
Recommended fix:
|
|
339
|
+
|
|
340
|
+
## Fixing Churn
|
|
341
|
+
|
|
342
|
+
### Understand Why
|
|
343
|
+
```
|
|
344
|
+
1. Email churned users (personal, not automated)
|
|
345
|
+
2. Look at last active date
|
|
346
|
+
3. Check onboarding completion
|
|
347
|
+
4. Survey at cancellation
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
### Churn Benchmarks
|
|
351
|
+
| Churn Rate | Assessment |
|
|
352
|
+
|------------|------------|
|
|
353
|
+
| < 3% monthly | Excellent |
|
|
354
|
+
| 3-5% monthly | Good |
|
|
355
|
+
| 5-7% monthly | Needs work |
|
|
356
|
+
| > 7% monthly | Critical |
|
|
357
|
+
|
|
358
|
+
### Quick Fixes
|
|
359
|
+
- Improve onboarding (first 7 days critical)
|
|
360
|
+
- Add "aha moment" trigger emails
|
|
361
|
+
- Check if right users signing up
|
|
362
|
+
- Add missing must-have features
|
|
363
|
+
- Increase prices (filters serious users)
|
|
364
|
+
|
|
365
|
+
### Onboarding Checklist
|
|
366
|
+
```
|
|
367
|
+
[ ] Clear first action after signup
|
|
368
|
+
[ ] Value delivered in first session
|
|
369
|
+
[ ] Email sequence for first 7 days
|
|
370
|
+
[ ] Check-in at day 3 if inactive
|
|
371
|
+
[ ] Success metric defined and tracked
|
|
372
|
+
```
|
|
190
373
|
|
|
191
|
-
###
|
|
374
|
+
### Pricing page confuses potential customers
|
|
192
375
|
|
|
193
|
-
|
|
194
|
-
Attracts price-sensitive customers.
|
|
195
|
-
Hard to run a business.
|
|
196
|
-
Can't afford growth.
|
|
376
|
+
Severity: MEDIUM
|
|
197
377
|
|
|
198
|
-
|
|
199
|
-
Start higher, discount if needed.
|
|
200
|
-
B2B can pay more.
|
|
201
|
-
Your time has value.
|
|
378
|
+
Situation: Visitors leave pricing page without action
|
|
202
379
|
|
|
203
|
-
|
|
380
|
+
Symptoms:
|
|
381
|
+
- High pricing page bounce
|
|
382
|
+
- Which plan should I choose?
|
|
383
|
+
- Feature comparison requests
|
|
384
|
+
- Long time to purchase decision
|
|
204
385
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
386
|
+
Why this breaks:
|
|
387
|
+
Too many tiers.
|
|
388
|
+
Unclear what's included.
|
|
389
|
+
Feature matrix confusing.
|
|
390
|
+
No clear recommendation.
|
|
391
|
+
|
|
392
|
+
Recommended fix:
|
|
393
|
+
|
|
394
|
+
## Simple Pricing
|
|
395
|
+
|
|
396
|
+
### Ideal Structure
|
|
397
|
+
```
|
|
398
|
+
Free tier (optional): Limited but useful
|
|
399
|
+
Paid tier: Everything most need ($X/mo)
|
|
400
|
+
Enterprise (optional): Custom pricing
|
|
401
|
+
```
|
|
402
|
+
|
|
403
|
+
### If Multiple Tiers
|
|
404
|
+
- Maximum 3 tiers
|
|
405
|
+
- Clear differentiation
|
|
406
|
+
- Highlight recommended tier
|
|
407
|
+
- Annual discount (20-30%)
|
|
408
|
+
|
|
409
|
+
### Good Pricing Page
|
|
410
|
+
| Element | Purpose |
|
|
411
|
+
|---------|---------|
|
|
412
|
+
| Clear prices | No calculator needed |
|
|
413
|
+
| Feature list | What's included |
|
|
414
|
+
| Recommended badge | Guide decision |
|
|
415
|
+
| FAQ | Handle objections |
|
|
416
|
+
| Guarantee | Reduce risk |
|
|
417
|
+
|
|
418
|
+
### Testing
|
|
419
|
+
- A/B test prices
|
|
420
|
+
- Try removing a tier
|
|
421
|
+
- Ask customers what's confusing
|
|
422
|
+
- Check pricing page bounce rate
|
|
423
|
+
|
|
424
|
+
## Validation Checks
|
|
425
|
+
|
|
426
|
+
### No Payment Integration
|
|
427
|
+
|
|
428
|
+
Severity: HIGH
|
|
429
|
+
|
|
430
|
+
Message: No payment integration - can't collect revenue.
|
|
431
|
+
|
|
432
|
+
Fix action: Integrate Stripe or Lemon Squeezy for payments
|
|
433
|
+
|
|
434
|
+
### No User Authentication
|
|
435
|
+
|
|
436
|
+
Severity: HIGH
|
|
437
|
+
|
|
438
|
+
Message: No proper authentication system.
|
|
439
|
+
|
|
440
|
+
Fix action: Use Supabase Auth, Clerk, or Auth0 - don't build auth yourself
|
|
441
|
+
|
|
442
|
+
### No User Onboarding
|
|
443
|
+
|
|
444
|
+
Severity: MEDIUM
|
|
445
|
+
|
|
446
|
+
Message: No user onboarding - will hurt activation.
|
|
447
|
+
|
|
448
|
+
Fix action: Add welcome flow, first-action prompt, and onboarding emails
|
|
449
|
+
|
|
450
|
+
### No Product Analytics
|
|
451
|
+
|
|
452
|
+
Severity: MEDIUM
|
|
453
|
+
|
|
454
|
+
Message: No product analytics - flying blind.
|
|
455
|
+
|
|
456
|
+
Fix action: Add Posthog, Mixpanel, or simple event tracking
|
|
457
|
+
|
|
458
|
+
### Missing Legal Pages
|
|
459
|
+
|
|
460
|
+
Severity: MEDIUM
|
|
461
|
+
|
|
462
|
+
Message: Missing legal pages - required for payments.
|
|
463
|
+
|
|
464
|
+
Fix action: Add privacy policy and terms of service (use templates)
|
|
465
|
+
|
|
466
|
+
## Collaboration
|
|
467
|
+
|
|
468
|
+
### Delegation Triggers
|
|
469
|
+
|
|
470
|
+
- landing page|conversion|pricing page -> landing-page-design (SaaS landing page)
|
|
471
|
+
- stripe|payments|subscription -> stripe (Payment integration)
|
|
472
|
+
- SEO|content|organic -> seo (Organic growth)
|
|
473
|
+
- backend|API|database -> backend (Backend development)
|
|
474
|
+
- email|newsletter|drip -> email (Email marketing)
|
|
475
|
+
|
|
476
|
+
### Weekend SaaS Launch
|
|
477
|
+
|
|
478
|
+
Skills: micro-saas-launcher, supabase-backend, nextjs-app-router, stripe
|
|
479
|
+
|
|
480
|
+
Workflow:
|
|
481
|
+
|
|
482
|
+
```
|
|
483
|
+
1. Validate idea (1 day)
|
|
484
|
+
2. Set up Supabase + Next.js
|
|
485
|
+
3. Build core feature
|
|
486
|
+
4. Add Stripe payments
|
|
487
|
+
5. Create landing page
|
|
488
|
+
6. Launch to communities
|
|
489
|
+
```
|
|
490
|
+
|
|
491
|
+
### Content-Led SaaS
|
|
492
|
+
|
|
493
|
+
Skills: micro-saas-launcher, seo, content-strategy, landing-page-design
|
|
494
|
+
|
|
495
|
+
Workflow:
|
|
496
|
+
|
|
497
|
+
```
|
|
498
|
+
1. Research keywords
|
|
499
|
+
2. Build MVP with SEO in mind
|
|
500
|
+
3. Create content around problem
|
|
501
|
+
4. Launch product
|
|
502
|
+
5. Grow organically
|
|
503
|
+
```
|
|
211
504
|
|
|
212
505
|
## Related Skills
|
|
213
506
|
|
|
214
507
|
Works well with: `landing-page-design`, `backend`, `stripe`, `seo`
|
|
215
508
|
|
|
216
509
|
## When to Use
|
|
217
|
-
|
|
510
|
+
|
|
511
|
+
- User mentions or implies: micro saas
|
|
512
|
+
- User mentions or implies: indie hacker
|
|
513
|
+
- User mentions or implies: small saas
|
|
514
|
+
- User mentions or implies: side project
|
|
515
|
+
- User mentions or implies: saas mvp
|
|
516
|
+
- User mentions or implies: ship fast
|