You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(workflow): add resource links to Launch step tasks
Tasks that had no link chips were visually thinner than tasks with links.
Padded the Launch tasks that were sparse:
- Twitter/X task: links to #buildinpublic + #indiedev search feeds
- DM users task: links to /articles/getting-your-first-app-reviews
- Discord/Slack task: links to Indie Hackers Discord + Disboard search
- UTM tracking task: links to Google Campaign URL Builder + Buffer's UTM guide
- Kill-channels task: deep-links to the relevant fixes (Show HN sank,
PH stalled at 8 upvotes)
Each link gets a favicon chip automatically in the checklist UI, so
visual density now matches other workflow steps.
text: "Twitter / X: post a build-in-public thread. Show the screenshot, the metric you care about, the ask. Tag #buildinpublic #indiedev. Reply to 10 accounts in your niche daily for the next week.",
587
587
detail: "Following count doesn't matter. Consistency + engagement does. After 30 days of daily replies, your impressions 10–20x.",
588
+
links: [
589
+
{label: "#buildinpublic on X",href: "https://x.com/search?q=%23buildinpublic&src=typed_query&f=live"},
590
+
{label: "#indiedev on X",href: "https://x.com/search?q=%23indiedev&src=typed_query&f=live"},
591
+
],
588
592
},
589
593
{
590
594
text: "DM your first 30 users individually for a review/feedback. Not a broadcast — use their name, reference what they did in your app.",
591
595
detail: "Conversion rate is 30–40% if asked right. Zero reviews kills install rate; 5 reviews unlocks it.",
596
+
links: [
597
+
{label: "Getting your first 10 app reviews",href: "/articles/getting-your-first-app-reviews"},
598
+
],
592
599
},
593
600
{
594
601
text: "Find 3 Discord servers / Slack communities where your target user hangs out. Lurk a week, contribute, then mention your product when relevant — never as the first message.",
text: "App Store / Play Store: re-check the listing one more time before driving paid or organic traffic to it. Screenshot 1 must say what the app does in 5 words.",
0 commit comments