|
| 1 | +# Reddit Promotion Strategy for Undying Terminal |
| 2 | + |
| 3 | +## Target Communities (in order of priority) |
| 4 | + |
| 5 | +### 1. r/bashonubuntuonwindows (WSL Users) |
| 6 | +**Why:** These users already know Eternal Terminal and feel the pain of WSL overhead. |
| 7 | +**Best time to post:** Tuesday-Thursday, 9-11 AM EST |
| 8 | +**Angle:** "Native alternative that doesn't need WSL" |
| 9 | + |
| 10 | +### 2. r/PowerShell (Windows Admins) |
| 11 | +**Why:** Direct target audience who deals with SSH on Windows daily. |
| 12 | +**Best time to post:** Monday or Wednesday, 10 AM EST |
| 13 | +**Angle:** "Solves VPN disconnect pain" |
| 14 | +**Note:** Check for "Self-Promotion Saturday" threads if main post gets removed. |
| 15 | + |
| 16 | +### 3. r/commandline (CLI Enthusiasts) |
| 17 | +**Why:** Broad reach, technical audience. |
| 18 | +**Best time to post:** Any weekday morning |
| 19 | +**Angle:** "Fixed a problem I had" |
| 20 | + |
| 21 | +### 4. r/cpp (C++ Developers) |
| 22 | +**Why:** Engineering credibility, potential contributors. |
| 23 | +**Best time to post:** Weekend (more technical discussion time) |
| 24 | +**Angle:** "Here's how I solved these technical challenges" |
| 25 | + |
| 26 | +## SEO Keywords to Include |
| 27 | + |
| 28 | +Primary keywords (use in every post): |
| 29 | +- eternal terminal |
| 30 | +- windows terminal |
| 31 | +- persistent ssh |
| 32 | +- reconnectable shell |
| 33 | +- mosh alternative |
| 34 | + |
| 35 | +Secondary keywords (sprinkle in): |
| 36 | +- windows conpty |
| 37 | +- ssh session timeout |
| 38 | +- vpn disconnect |
| 39 | +- windows subsystem for linux (wsl) |
| 40 | +- jump host |
| 41 | +- port forwarding |
| 42 | +- native windows |
| 43 | + |
| 44 | +## Posting Rules Checklist |
| 45 | + |
| 46 | +- [ ] Wait 9-12 hours between posts (don't spam) |
| 47 | +- [ ] Respond to every comment in first 2 hours |
| 48 | +- [ ] Don't use url shorteners |
| 49 | +- [ ] Include GitHub link in body, not just title |
| 50 | +- [ ] Check subreddit rules before posting |
| 51 | +- [ ] Have 5-10 genuine comments in subreddit history first |
| 52 | + |
| 53 | +## Cross-Posting Strategy |
| 54 | + |
| 55 | +1. **Week 1:** Post to r/bashonubuntuonwindows (most receptive audience) |
| 56 | +2. **Week 1:** Post to r/PowerShell (if WSL post gets good engagement) |
| 57 | +3. **Week 2:** Post to r/commandline |
| 58 | +4. **Week 2:** Post to r/cpp |
| 59 | +5. **Week 3+:** Monitor for "ssh disconnect" threads and comment with solution |
| 60 | + |
| 61 | +## Engagement Templates |
| 62 | + |
| 63 | +### When someone asks "how is this different from tmux?" |
| 64 | +> tmux keeps the session alive on the server, but your ssh connection still dies. undying terminal keeps the connection itself alive, so you don't need to re-attach. plus it has predictive echo for high-latency links. |
| 65 | +
|
| 66 | +### When someone says "just use mosh" |
| 67 | +> mosh works but has broken scrollback on windows. this uses native windows conpty apis, so scrollback works properly and it integrates with windows terminal. |
| 68 | +
|
| 69 | +### When someone asks "why not just use wsl?" |
| 70 | +> wsl works but has overhead. this is a single native exe with no vm boot time. it's not a replacement for wsl, just a lighter option if all you need is persistent ssh. |
| 71 | +
|
| 72 | +## Metrics to Track |
| 73 | + |
| 74 | +- github stars increase |
| 75 | +- release download count |
| 76 | +- docs site traffic (check plausible) |
| 77 | +- issues/discussions opened |
| 78 | +- reddit post upvote ratio (aim for >70%) |
| 79 | + |
| 80 | +## Backup Communities (if main posts do well) |
| 81 | + |
| 82 | +- r/sysadmin (only post in "self-promotion saturday" threads) |
| 83 | +- r/selfhosted (if you write about the server architecture) |
| 84 | +- r/programming (only if post goes viral elsewhere first) |
| 85 | +- r/sideproject (more casual, good for feedback) |
| 86 | + |
| 87 | +## What NOT to Do |
| 88 | + |
| 89 | +- Don't post to r/sysadmin main feed (will get removed) |
| 90 | +- Don't post all at once (looks spammy) |
| 91 | +- Don't ignore comments (hurts engagement algorithm) |
| 92 | +- Don't use promotional language ("revolutionary", "game-changing") |
| 93 | +- Don't argue in comments (stay helpful) |
| 94 | + |
| 95 | +## Success Metrics |
| 96 | + |
| 97 | +Good post: |
| 98 | +- 50+ upvotes |
| 99 | +- 10+ comments |
| 100 | +- 5+ github stars from reddit traffic |
| 101 | + |
| 102 | +Viral post: |
| 103 | +- 200+ upvotes |
| 104 | +- 50+ comments |
| 105 | +- 20+ github stars |
| 106 | +- mentioned in other threads |
0 commit comments