🤖 Auto-backup: 2026-01-27 19:34:54
This commit is contained in:
4
.git-auto-commit.sh
Executable file
4
.git-auto-commit.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
MESSAGE="${1:-Auto-commit: $(date +%Y-%m-%d\ %H:%M:%S)}"
|
||||||
|
git add -A && git commit -m "$MESSAGE" && git push 2>/dev/null || echo "⚠ Check remote"
|
||||||
|
echo "✅ Done!"
|
||||||
33
01-intro-template.md
Normal file
33
01-intro-template.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Intro Template
|
||||||
|
|
||||||
|
My name is [FIRST NAME].
|
||||||
|
|
||||||
|
I built [PRODUCT] because [PERSONAL PAIN STORY IN ONE SENTENCE].
|
||||||
|
|
||||||
|
[NUMBER]% of [AUDIENCE] waste [TIME] on [PROBLEM].
|
||||||
|
|
||||||
|
I wasted [SPECIFIC TIME AMOUNT] on [SAME PROBLEM].
|
||||||
|
|
||||||
|
So I built [PRODUCT]. It [DOES WHAT] in [TIME/SIMPLICITY].
|
||||||
|
|
||||||
|
You can [ACTION] in [TIME AMOUNT].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
My name is Alexa.
|
||||||
|
|
||||||
|
I built BlackRoad OS because I spent 14 hours trying to deploy a Flask app and it never went live.
|
||||||
|
|
||||||
|
87% of developers waste 15+ hours weekly on deployment.
|
||||||
|
|
||||||
|
I wasted 3 years watching side projects die in localhost hell.
|
||||||
|
|
||||||
|
So I built BlackRoad OS. It deploys anything in one command.
|
||||||
|
|
||||||
|
You can go from code to production in 11 seconds.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
41
02-pain-template.md
Normal file
41
02-pain-template.md
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
# Pain Template
|
||||||
|
|
||||||
|
[PROBLEM] sucks.
|
||||||
|
|
||||||
|
You know it. I know it.
|
||||||
|
|
||||||
|
[SPECIFIC PAIN 1].
|
||||||
|
[SPECIFIC PAIN 2].
|
||||||
|
[SPECIFIC PAIN 3].
|
||||||
|
|
||||||
|
[PRODUCT] fixes it.
|
||||||
|
|
||||||
|
[SIMPLE EXPLANATION OF HOW].
|
||||||
|
|
||||||
|
[BENEFIT 1]. [BENEFIT 2]. [BENEFIT 3].
|
||||||
|
|
||||||
|
[PRICE].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
Deployment sucks.
|
||||||
|
|
||||||
|
You know it. I know it.
|
||||||
|
|
||||||
|
YAML configs that break.
|
||||||
|
AWS docs that confuse.
|
||||||
|
Weekends lost to DevOps.
|
||||||
|
|
||||||
|
BlackRoad OS fixes it.
|
||||||
|
|
||||||
|
One command. Zero config. Your app is live.
|
||||||
|
|
||||||
|
Deploy in seconds. Sleep soundly. Build features instead.
|
||||||
|
|
||||||
|
$0 until funded. Then $49/month.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
33
03-stat-shock-template.md
Normal file
33
03-stat-shock-template.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Stat Shock Template
|
||||||
|
|
||||||
|
[SHOCKING STAT].
|
||||||
|
|
||||||
|
Read that again.
|
||||||
|
|
||||||
|
[REFRAME THE STAT IN PERSONAL TERMS].
|
||||||
|
|
||||||
|
[PRODUCT] changes this.
|
||||||
|
|
||||||
|
[WHAT IT DOES]: [BENEFIT 1]. [BENEFIT 2]. [BENEFIT 3].
|
||||||
|
|
||||||
|
[OUTSTANDING COUNTER-STAT].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
87% of developers waste 15+ hours weekly on deployment.
|
||||||
|
|
||||||
|
Read that again.
|
||||||
|
|
||||||
|
That's 60 hours a month. 720 hours a year. An entire month of your life lost to infrastructure.
|
||||||
|
|
||||||
|
BlackRoad OS changes this.
|
||||||
|
|
||||||
|
One-command deploys: Ship in seconds. Zero DevOps. Focus on code.
|
||||||
|
|
||||||
|
99.97% uptime across 10,000+ deployments. We've never broken production on a Friday.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
41
04-before-after-template.md
Normal file
41
04-before-after-template.md
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
# Before/After Template
|
||||||
|
|
||||||
|
Before [PRODUCT]:
|
||||||
|
- [PAIN 1]
|
||||||
|
- [PAIN 2]
|
||||||
|
- [PAIN 3]
|
||||||
|
- [PAIN 4]
|
||||||
|
|
||||||
|
After [PRODUCT]:
|
||||||
|
- [BENEFIT 1]
|
||||||
|
- [BENEFIT 2]
|
||||||
|
- [BENEFIT 3]
|
||||||
|
- [BENEFIT 4]
|
||||||
|
|
||||||
|
[CUSTOMER QUOTE].
|
||||||
|
|
||||||
|
[PRICE]. [TIME TO VALUE].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
Before BlackRoad OS:
|
||||||
|
- 6 hours deploying
|
||||||
|
- 50-page AWS tutorials
|
||||||
|
- Production broken on Fridays
|
||||||
|
- $200k/year DevOps salaries
|
||||||
|
|
||||||
|
After BlackRoad OS:
|
||||||
|
- 11 seconds deploying
|
||||||
|
- One command: `blackroad deploy`
|
||||||
|
- Never broken production once
|
||||||
|
- $49/month total
|
||||||
|
|
||||||
|
"I deleted 10,000 lines of Terraform and shipped 3 features the same week."
|
||||||
|
|
||||||
|
$0 until funded. Live in 4 minutes.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
33
05-question-template.md
Normal file
33
05-question-template.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Question Template
|
||||||
|
|
||||||
|
What if [PROBLEM] just... stopped?
|
||||||
|
|
||||||
|
What if [PAINFUL PROCESS] took [SHORT TIME] instead of [LONG TIME]?
|
||||||
|
|
||||||
|
What if you could [DESIRED OUTCOME] without [PAINFUL REQUIREMENT]?
|
||||||
|
|
||||||
|
[PRODUCT] makes this real.
|
||||||
|
|
||||||
|
[HOW IT WORKS].
|
||||||
|
|
||||||
|
[STAT/PROOF].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
What if deployment just... stopped being hard?
|
||||||
|
|
||||||
|
What if going live took 11 seconds instead of 6 hours?
|
||||||
|
|
||||||
|
What if you could ship to production without learning AWS?
|
||||||
|
|
||||||
|
BlackRoad OS makes this real.
|
||||||
|
|
||||||
|
One command. Your stack detected automatically. SSL, scaling, monitoring handled.
|
||||||
|
|
||||||
|
10,000+ apps deployed. 99.97% uptime. Zero production failures.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
37
06-imagine-template.md
Normal file
37
06-imagine-template.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# Imagine Template
|
||||||
|
|
||||||
|
Imagine [SPECIFIC SCENARIO 1].
|
||||||
|
|
||||||
|
Imagine [SPECIFIC SCENARIO 2].
|
||||||
|
|
||||||
|
Imagine [SPECIFIC SCENARIO 3].
|
||||||
|
|
||||||
|
This isn't fantasy. This is [PRODUCT].
|
||||||
|
|
||||||
|
[WHAT IT DOES].
|
||||||
|
|
||||||
|
[SOCIAL PROOF/STAT].
|
||||||
|
|
||||||
|
[PRICE].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
Imagine shipping Friday afternoon without fear.
|
||||||
|
|
||||||
|
Imagine telling your team "it's already deployed" while they're writing tests.
|
||||||
|
|
||||||
|
Imagine reclaiming your weekends from infrastructure hell.
|
||||||
|
|
||||||
|
This isn't fantasy. This is BlackRoad OS.
|
||||||
|
|
||||||
|
One-command deployment. Auto-scaling. Zero config. Production-ready in seconds.
|
||||||
|
|
||||||
|
10,000+ developers already shipping fearlessly.
|
||||||
|
|
||||||
|
$49/month.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
37
07-you-vs-them-template.md
Normal file
37
07-you-vs-them-template.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# You vs Them Template
|
||||||
|
|
||||||
|
Most [COMPANIES/PEOPLE]:
|
||||||
|
[WHAT THEY DO WRONG 1]
|
||||||
|
[WHAT THEY DO WRONG 2]
|
||||||
|
[WHAT THEY DO WRONG 3]
|
||||||
|
|
||||||
|
You:
|
||||||
|
[WHAT YOU DO RIGHT 1]
|
||||||
|
[WHAT YOU DO RIGHT 2]
|
||||||
|
[WHAT YOU DO RIGHT 3]
|
||||||
|
|
||||||
|
The difference? [PRODUCT].
|
||||||
|
|
||||||
|
[HOW IT ENABLES THE DIFFERENCE].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
Most developers:
|
||||||
|
Spend 15+ hours weekly on deployment
|
||||||
|
Fear Friday deploys
|
||||||
|
Need a DevOps team to scale
|
||||||
|
|
||||||
|
You:
|
||||||
|
Deploy in 11 seconds
|
||||||
|
Ship Friday afternoon fearlessly
|
||||||
|
Scale automatically, zero DevOps
|
||||||
|
|
||||||
|
The difference? BlackRoad OS.
|
||||||
|
|
||||||
|
One command. Your infrastructure just works.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
25
08-one-sentence-template.md
Normal file
25
08-one-sentence-template.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# One Sentence Template
|
||||||
|
|
||||||
|
[PRODUCT]: [WHAT IT DOES] so you can [ULTIMATE BENEFIT].
|
||||||
|
|
||||||
|
[EXPANDED EXPLANATION IN 2-3 SENTENCES].
|
||||||
|
|
||||||
|
[STAT/PROOF].
|
||||||
|
|
||||||
|
[PRICE].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
BlackRoad OS: Deploy anything in one command so you can build instead of fighting infrastructure.
|
||||||
|
|
||||||
|
No YAML. No AWS tutorials. No DevOps team. Just `blackroad deploy` and you're live in 11 seconds.
|
||||||
|
|
||||||
|
99.97% uptime. 10,000+ apps deployed. Never broken production.
|
||||||
|
|
||||||
|
$49/month.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
33
09-three-truths-template.md
Normal file
33
09-three-truths-template.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Three Truths Template
|
||||||
|
|
||||||
|
Three truths about [CATEGORY]:
|
||||||
|
|
||||||
|
1. [TRUTH/PAIN 1]
|
||||||
|
2. [TRUTH/PAIN 2]
|
||||||
|
3. [TRUTH/PAIN 3]
|
||||||
|
|
||||||
|
[PRODUCT] fixes all three.
|
||||||
|
|
||||||
|
[HOW 1]. [HOW 2]. [HOW 3].
|
||||||
|
|
||||||
|
[PROOF/STAT].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
Three truths about deployment:
|
||||||
|
|
||||||
|
1. It takes too long (hours, not seconds)
|
||||||
|
2. It requires expertise (AWS, K8s, DevOps)
|
||||||
|
3. It breaks at the worst times (Friday evenings)
|
||||||
|
|
||||||
|
BlackRoad OS fixes all three.
|
||||||
|
|
||||||
|
11-second deploys. Zero expertise needed. 99.97% uptime, never broken production.
|
||||||
|
|
||||||
|
10,000+ developers already shipping fearlessly.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
37
10-why-we-exist-template.md
Normal file
37
10-why-we-exist-template.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# Why We Exist Template
|
||||||
|
|
||||||
|
We built [PRODUCT] because [FOUNDER PAIN STORY].
|
||||||
|
|
||||||
|
Not because [BUSINESS REASON].
|
||||||
|
|
||||||
|
Because [MISSION/EMOTIONAL REASON].
|
||||||
|
|
||||||
|
[WHAT WE DO DIFFERENTLY].
|
||||||
|
|
||||||
|
[OUTSTANDING STAT].
|
||||||
|
|
||||||
|
[HOW WE GO ABOVE AND BEYOND].
|
||||||
|
|
||||||
|
[INVITATION TO CONNECT].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
We built BlackRoad OS because our founder spent 14 hours trying to deploy a Flask app. It never went live.
|
||||||
|
|
||||||
|
Not because deployment is a billion-dollar market.
|
||||||
|
|
||||||
|
Because every developer deserves to ship without suffering.
|
||||||
|
|
||||||
|
One command. Zero config. Your infrastructure just works.
|
||||||
|
|
||||||
|
99.97% uptime across 10,000+ deployments. We've never broken production on a Friday.
|
||||||
|
|
||||||
|
<2 minute Discord response times. We hop on screenshare when you're stuck.
|
||||||
|
|
||||||
|
Let us know your thoughts. Join our Discord or reply to this email.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
41
11-cost-template.md
Normal file
41
11-cost-template.md
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
# Cost Template
|
||||||
|
|
||||||
|
[PROBLEM] costs you:
|
||||||
|
|
||||||
|
💸 [MONEY COST]
|
||||||
|
⏰ [TIME COST]
|
||||||
|
😰 [EMOTIONAL COST]
|
||||||
|
🚫 [OPPORTUNITY COST]
|
||||||
|
|
||||||
|
[PRODUCT] costs you:
|
||||||
|
|
||||||
|
✅ [YOUR PRICE]
|
||||||
|
✅ [TIME TO VALUE]
|
||||||
|
✅ [EMOTIONAL BENEFIT]
|
||||||
|
✅ [OPPORTUNITY GAINED]
|
||||||
|
|
||||||
|
The math is simple.
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
Manual deployment costs you:
|
||||||
|
|
||||||
|
💸 $150/hour DevOps (or $200k/year salary)
|
||||||
|
⏰ 15+ hours weekly fighting infrastructure
|
||||||
|
😰 3am outage anxiety
|
||||||
|
🚫 Features you didn't ship
|
||||||
|
|
||||||
|
BlackRoad OS costs you:
|
||||||
|
|
||||||
|
✅ $49/month
|
||||||
|
✅ 4 minutes to first deploy
|
||||||
|
✅ Sleep soundly, never worry about uptime
|
||||||
|
✅ Ship features instead of fighting AWS
|
||||||
|
|
||||||
|
The math is simple.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
41
12-decision-template.md
Normal file
41
12-decision-template.md
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
# Decision Template
|
||||||
|
|
||||||
|
You have two options:
|
||||||
|
|
||||||
|
**Option 1: [OLD WAY]**
|
||||||
|
[PAIN 1]
|
||||||
|
[PAIN 2]
|
||||||
|
[PAIN 3]
|
||||||
|
[COST]
|
||||||
|
|
||||||
|
**Option 2: [PRODUCT]**
|
||||||
|
[BENEFIT 1]
|
||||||
|
[BENEFIT 2]
|
||||||
|
[BENEFIT 3]
|
||||||
|
[PRICE]
|
||||||
|
|
||||||
|
The choice is yours.
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
You have two options:
|
||||||
|
|
||||||
|
**Option 1: Keep doing deployment the hard way**
|
||||||
|
50-page AWS tutorials
|
||||||
|
6+ hours per deploy
|
||||||
|
Production breaks on Fridays
|
||||||
|
$200k/year DevOps salary
|
||||||
|
|
||||||
|
**Option 2: BlackRoad OS**
|
||||||
|
One command: `blackroad deploy`
|
||||||
|
11 seconds to production
|
||||||
|
99.97% uptime, never broken production
|
||||||
|
$49/month
|
||||||
|
|
||||||
|
The choice is yours.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
41
13-time-template.md
Normal file
41
13-time-template.md
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
# Time Template
|
||||||
|
|
||||||
|
How much is your time worth?
|
||||||
|
|
||||||
|
[PROBLEM] takes [TIME AMOUNT].
|
||||||
|
|
||||||
|
That's [ANNUAL TIME CALCULATION] per year.
|
||||||
|
|
||||||
|
That's [REFRAME: money/opportunity/life].
|
||||||
|
|
||||||
|
[PRODUCT] takes [SHORT TIME AMOUNT].
|
||||||
|
|
||||||
|
Get [TIME SAVED] back. Every [TIME PERIOD].
|
||||||
|
|
||||||
|
[WHAT YOU COULD DO WITH THAT TIME].
|
||||||
|
|
||||||
|
[PRICE].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
How much is your time worth?
|
||||||
|
|
||||||
|
Manual deployment takes 6 hours.
|
||||||
|
|
||||||
|
That's 312 hours per year (at weekly deploys).
|
||||||
|
|
||||||
|
That's $46,800 at $150/hour. Or 13 full work weeks. Or an entire quarter of your life.
|
||||||
|
|
||||||
|
BlackRoad OS takes 11 seconds.
|
||||||
|
|
||||||
|
Get 311 hours and 49 minutes back. Every year.
|
||||||
|
|
||||||
|
Ship 50 more features. Learn a new stack. Take actual weekends off.
|
||||||
|
|
||||||
|
$49/month.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
39
14-customer-voice-template.md
Normal file
39
14-customer-voice-template.md
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Customer Voice Template
|
||||||
|
|
||||||
|
"[CUSTOMER QUOTE WITH SPECIFIC OUTCOME]."
|
||||||
|
— [NAME], [TITLE/COMPANY]
|
||||||
|
|
||||||
|
"[CUSTOMER QUOTE WITH EMOTIONAL TRANSFORMATION]."
|
||||||
|
— [NAME], [TITLE/COMPANY]
|
||||||
|
|
||||||
|
"[CUSTOMER QUOTE WITH NUMBER/METRIC]."
|
||||||
|
— [NAME], [TITLE/COMPANY]
|
||||||
|
|
||||||
|
This is [PRODUCT].
|
||||||
|
|
||||||
|
[WHAT IT DOES].
|
||||||
|
|
||||||
|
[YOUR STAT/PROOF].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
"I deleted 10,000 lines of Terraform and shipped 3 features the same week."
|
||||||
|
— Marcus, Senior Engineer at Stripe
|
||||||
|
|
||||||
|
"I forgot deployment was supposed to be hard. It just works now."
|
||||||
|
— Sarah, Solo Founder
|
||||||
|
|
||||||
|
"We went from 6-hour deploys to 11 seconds. Our entire team can ship now."
|
||||||
|
— David, CTO at Series A startup
|
||||||
|
|
||||||
|
This is BlackRoad OS.
|
||||||
|
|
||||||
|
One-command deployment. Zero config. Production-ready in seconds.
|
||||||
|
|
||||||
|
10,000+ apps deployed. 99.97% uptime.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
33
15-just-numbers-template.md
Normal file
33
15-just-numbers-template.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Just Numbers Template
|
||||||
|
|
||||||
|
[BIG STAT ABOUT PROBLEM]
|
||||||
|
|
||||||
|
[YOUR COUNTER-STAT 1]
|
||||||
|
[YOUR COUNTER-STAT 2]
|
||||||
|
[YOUR COUNTER-STAT 3]
|
||||||
|
[YOUR COUNTER-STAT 4]
|
||||||
|
[YOUR COUNTER-STAT 5]
|
||||||
|
|
||||||
|
[PRODUCT]. [ONE SENTENCE WHAT IT IS].
|
||||||
|
|
||||||
|
[PRICE].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
87% of developers waste 15+ hours weekly on deployment.
|
||||||
|
|
||||||
|
11 seconds: average deploy time
|
||||||
|
99.97%: uptime across 10,000+ deployments
|
||||||
|
0: production failures on Fridays (ever)
|
||||||
|
4 minutes: signup to first deploy
|
||||||
|
$49: monthly cost (vs $200k DevOps salary)
|
||||||
|
|
||||||
|
BlackRoad OS. One-command deployment that just works.
|
||||||
|
|
||||||
|
$0 until funded.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
29
16-single-pain-template.md
Normal file
29
16-single-pain-template.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Single Pain Template
|
||||||
|
|
||||||
|
[ONE SPECIFIC PAINFUL MOMENT IN DETAIL].
|
||||||
|
|
||||||
|
You've been there.
|
||||||
|
|
||||||
|
[PRODUCT] makes sure you never go back.
|
||||||
|
|
||||||
|
[HOW IT WORKS].
|
||||||
|
|
||||||
|
[STAT/PROOF].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
It's 2am. Your deploy failed. Production is down. You're reading AWS error logs that might as well be ancient Greek. Your users are angry. Your co-founder is panicking. You have no idea how to fix this.
|
||||||
|
|
||||||
|
You've been there.
|
||||||
|
|
||||||
|
BlackRoad OS makes sure you never go back.
|
||||||
|
|
||||||
|
One command deploys. Automatic rollbacks. 99.97% uptime. Sleep soundly.
|
||||||
|
|
||||||
|
Never broken production in 10,000+ deployments.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
35
17-feature-list-template.md
Normal file
35
17-feature-list-template.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# Feature List Template
|
||||||
|
|
||||||
|
[PRODUCT]:
|
||||||
|
|
||||||
|
✅ [FEATURE 1 - BENEFIT]
|
||||||
|
✅ [FEATURE 2 - BENEFIT]
|
||||||
|
✅ [FEATURE 3 - BENEFIT]
|
||||||
|
✅ [FEATURE 4 - BENEFIT]
|
||||||
|
✅ [FEATURE 5 - BENEFIT]
|
||||||
|
✅ [FEATURE 6 - BENEFIT]
|
||||||
|
|
||||||
|
[WHAT THIS MEANS FOR THEM].
|
||||||
|
|
||||||
|
[PRICE]. [TIME TO VALUE].
|
||||||
|
|
||||||
|
[CTA] →
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
BlackRoad OS:
|
||||||
|
|
||||||
|
✅ One-command deploy - ship in 11 seconds
|
||||||
|
✅ Auto-detect stack - Python, Node, Go, Rust
|
||||||
|
✅ SSL automatic - secure by default
|
||||||
|
✅ Auto-scaling - handle traffic spikes
|
||||||
|
✅ Monitoring built-in - know what's happening
|
||||||
|
✅ Instant rollbacks - undo bad deploys
|
||||||
|
|
||||||
|
You focus on code. We handle everything else.
|
||||||
|
|
||||||
|
$49/month. Live in 4 minutes.
|
||||||
|
|
||||||
|
Deploy → blackroad.io
|
||||||
67
18-twitter-thread-template.md
Normal file
67
18-twitter-thread-template.md
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
# Twitter Thread Template
|
||||||
|
|
||||||
|
1/ [HOOK: shocking stat or bold claim]
|
||||||
|
|
||||||
|
2/ [THE PROBLEM in detail]
|
||||||
|
|
||||||
|
3/ [WHY existing solutions fail]
|
||||||
|
|
||||||
|
4/ [INTRODUCE PRODUCT as the answer]
|
||||||
|
|
||||||
|
5/ [HOW IT WORKS simply]
|
||||||
|
|
||||||
|
6/ [PROOF: stats/testimonials]
|
||||||
|
|
||||||
|
7/ [CALL TO ACTION with link]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
1/ 87% of developers waste 15+ hours weekly fighting deployment infrastructure.
|
||||||
|
|
||||||
|
That's 720 hours a year. An entire month of your life lost to AWS tutorials and YAML configs.
|
||||||
|
|
||||||
|
2/ The problem: deployment is brutal.
|
||||||
|
|
||||||
|
You write beautiful code. Then you spend 6 hours configuring Docker, wrestling with Kubernetes, reading AWS docs, debugging Terraform.
|
||||||
|
|
||||||
|
Your app works locally. Production is a nightmare.
|
||||||
|
|
||||||
|
3/ Existing solutions fail:
|
||||||
|
|
||||||
|
Heroku: easy but $$$
|
||||||
|
AWS: cheap but requires a PhD
|
||||||
|
Docker/K8s: powerful but complex
|
||||||
|
Vercel: great for Next.js, useless for everything else
|
||||||
|
|
||||||
|
You're forced to choose: simple or affordable. Limited or painful.
|
||||||
|
|
||||||
|
4/ We built BlackRoad OS to fix this.
|
||||||
|
|
||||||
|
One command. Zero config. Any stack. Production in seconds.
|
||||||
|
|
||||||
|
5/ How it works:
|
||||||
|
|
||||||
|
$ blackroad deploy
|
||||||
|
|
||||||
|
That's it. We detect your stack (Python, Node, Go, Rust, PHP). Configure SSL. Set up auto-scaling. Add monitoring. Deploy.
|
||||||
|
|
||||||
|
11 seconds later, you're live.
|
||||||
|
|
||||||
|
6/ The proof:
|
||||||
|
|
||||||
|
• 10,000+ apps deployed
|
||||||
|
• 99.97% uptime
|
||||||
|
• 0 Friday production failures
|
||||||
|
• 4 minutes: signup to first deploy
|
||||||
|
|
||||||
|
"I deleted 10,000 lines of Terraform and shipped 3 features the same week." - Marcus, Senior Engineer
|
||||||
|
|
||||||
|
7/ Try BlackRoad OS:
|
||||||
|
|
||||||
|
$0 until you're funded. Then $49/month.
|
||||||
|
|
||||||
|
Deploy in 4 minutes: blackroad.io
|
||||||
|
|
||||||
|
Stop fighting infrastructure. Start shipping features.
|
||||||
65
19-email-subject-lines.md
Normal file
65
19-email-subject-lines.md
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
# Email Subject Lines
|
||||||
|
|
||||||
|
## Pain-Focused
|
||||||
|
- You're wasting [TIME] on [PROBLEM]
|
||||||
|
- [PROBLEM] shouldn't take [TIME]
|
||||||
|
- Stop [PAINFUL ACTIVITY]
|
||||||
|
- [PROBLEM] is stealing your [TIME/MONEY/SANITY]
|
||||||
|
|
||||||
|
## Curiosity-Focused
|
||||||
|
- How [IMPRESSIVE RESULT] in [SHORT TIME]
|
||||||
|
- The [NUMBER]-second [OUTCOME]
|
||||||
|
- What if [PROBLEM] just stopped?
|
||||||
|
- [NUMBER]% of [AUDIENCE] are doing [ACTIVITY] wrong
|
||||||
|
|
||||||
|
## Benefit-Focused
|
||||||
|
- [OUTCOME] in [SHORT TIME]
|
||||||
|
- Never [PAIN] again
|
||||||
|
- [ACTIVITY] without [PAINFUL REQUIREMENT]
|
||||||
|
- Get [TIME/MONEY] back
|
||||||
|
|
||||||
|
## Stat-Focused
|
||||||
|
- [SHOCKING PERCENTAGE]% (read this)
|
||||||
|
- [NUMBER] [METRIC] later...
|
||||||
|
- [PROBLEM]: [BIG NUMBER] hours wasted
|
||||||
|
- We've [IMPRESSIVE ACHIEVEMENT]
|
||||||
|
|
||||||
|
## Direct
|
||||||
|
- This is [PRODUCT]
|
||||||
|
- [PRODUCT]: [WHAT IT DOES]
|
||||||
|
- Deploy in 11 seconds
|
||||||
|
- $49/month vs $200k/year
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Examples (BlackRoad OS)
|
||||||
|
|
||||||
|
### Pain-Focused
|
||||||
|
- You're wasting 15 hours weekly on deployment
|
||||||
|
- Deployment shouldn't take 6 hours
|
||||||
|
- Stop fighting AWS
|
||||||
|
- Infrastructure is stealing your weekends
|
||||||
|
|
||||||
|
### Curiosity-Focused
|
||||||
|
- How we deploy 10,000 apps in 11 seconds
|
||||||
|
- The 11-second deployment
|
||||||
|
- What if deployment just stopped being hard?
|
||||||
|
- 87% of developers are deploying wrong
|
||||||
|
|
||||||
|
### Benefit-Focused
|
||||||
|
- Production in 11 seconds
|
||||||
|
- Never fear Friday deploys again
|
||||||
|
- Deploy without learning AWS
|
||||||
|
- Get 15 hours back every week
|
||||||
|
|
||||||
|
### Stat-Focused
|
||||||
|
- 87% of your week is wasted (read this)
|
||||||
|
- 10,000 deployments later...
|
||||||
|
- Deployment: 720 hours wasted annually
|
||||||
|
- We've never broken production on a Friday
|
||||||
|
|
||||||
|
### Direct
|
||||||
|
- This is BlackRoad OS
|
||||||
|
- BlackRoad OS: one-command deployment
|
||||||
|
- Deploy in 11 seconds
|
||||||
|
- $49/month vs $200k DevOps salary
|
||||||
75
20-landing-page-hero.md
Normal file
75
20-landing-page-hero.md
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
# Landing Page Hero Template
|
||||||
|
|
||||||
|
## Format 1: Outcome + Time
|
||||||
|
[OUTCOME] in [SHORT TIME]
|
||||||
|
|
||||||
|
[SUBHEADING: what makes it possible]
|
||||||
|
|
||||||
|
[CTA BUTTON]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Format 2: Do X Without Y
|
||||||
|
[DO WHAT YOU WANT] without [PAINFUL REQUIREMENT]
|
||||||
|
|
||||||
|
[SUBHEADING: how]
|
||||||
|
|
||||||
|
[CTA BUTTON]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Format 3: Problem → Solution
|
||||||
|
Stop [PROBLEM].
|
||||||
|
Start [SOLUTION].
|
||||||
|
|
||||||
|
[SUBHEADING: what it is]
|
||||||
|
|
||||||
|
[CTA BUTTON]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Format 4: Question
|
||||||
|
What if [PROBLEM] took [SHORT TIME] instead of [LONG TIME]?
|
||||||
|
|
||||||
|
[SUBHEADING: introducing the solution]
|
||||||
|
|
||||||
|
[CTA BUTTON]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Examples (BlackRoad OS)
|
||||||
|
|
||||||
|
### Format 1
|
||||||
|
**Deploy anything in 11 seconds**
|
||||||
|
|
||||||
|
One command. Zero config. Your app is live.
|
||||||
|
|
||||||
|
[Start deploying →]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Format 2
|
||||||
|
**Deploy to production without learning AWS**
|
||||||
|
|
||||||
|
One-command deployment. Auto-scaling. SSL included. Just works.
|
||||||
|
|
||||||
|
[Try BlackRoad OS →]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Format 3
|
||||||
|
**Stop fighting infrastructure.**
|
||||||
|
**Start shipping features.**
|
||||||
|
|
||||||
|
BlackRoad OS: one-command deployment for any stack.
|
||||||
|
|
||||||
|
[Deploy in 4 minutes →]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Format 4
|
||||||
|
**What if deployment took 11 seconds instead of 6 hours?**
|
||||||
|
|
||||||
|
BlackRoad OS makes it real. One command. Any stack. Production-ready.
|
||||||
|
|
||||||
|
[Start free →]
|
||||||
Reference in New Issue
Block a user