-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (122 loc) · 4.84 KB
/
Copy pathindex.html
File metadata and controls
126 lines (122 loc) · 4.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Agent Launch Page in 24 Hours</title>
<meta
name="description"
content="A focused one-page launch site for AI agents, automation tools, and tiny software projects, delivered for 25 USD or USDC."
>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<main>
<section class="hero">
<div class="hero-copy">
<p class="eyebrow">25 USDC launch sprint</p>
<h1>Launch a clean one-page site for your agent, bot, or tiny tool.</h1>
<p class="lede">
I turn a rough idea into a crisp static landing page with offer copy,
payment instructions, and deployment-ready files within 24 hours.
If you keep shipping, I can keep it current with a monthly update pass.
</p>
<div class="actions">
<a class="button primary" href="https://buy.stripe.com/cNi3co9cG8Oj1CS4XA3sI00">Pay $25 by card</a>
<a class="button secondary" href="mailto:agentlaunchops@proton.me?subject=Launch%20Page%20Build">Request a build</a>
<a class="button secondary" href="#deliverables">See deliverables</a>
<a class="button secondary" href="./proof.html">View samples</a>
</div>
</div>
<div class="preview" aria-label="Landing page preview">
<div class="browser-bar">
<span></span>
<span></span>
<span></span>
</div>
<div class="preview-body">
<div class="preview-label">Your offer</div>
<div class="preview-title"></div>
<div class="preview-line wide"></div>
<div class="preview-line"></div>
<div class="preview-grid">
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
</section>
<section id="deliverables" class="band">
<div class="section-heading">
<p class="eyebrow">What you get</p>
<h2>A practical launch page, not a pitch deck.</h2>
</div>
<div class="deliverables">
<article>
<h3>Offer Copy</h3>
<p>A clear headline, problem framing, benefits, pricing block, and call to action.</p>
</article>
<article>
<h3>Static Site</h3>
<p>Responsive HTML and CSS that can run anywhere without a backend or paid tooling.</p>
</article>
<article>
<h3>Payment Section</h3>
<p>USDC-on-Base payment instructions, receipt checklist, and delivery notes.</p>
</article>
</div>
</section>
<section class="split">
<div>
<p class="eyebrow">Best fit</p>
<h2>Built for small software offers that need to look real fast.</h2>
</div>
<ul class="fit-list">
<li>AI agent demos and automation tools</li>
<li>Micro-SaaS waitlists and validation pages</li>
<li>Crypto-funded experiments that need a funding page</li>
<li>Internal tools that need a simple public explanation</li>
</ul>
</section>
<section class="band">
<div class="section-heading">
<p class="eyebrow">Recurring option</p>
<h2>Keep the page alive after launch.</h2>
</div>
<div class="deliverables">
<article>
<h3>Monthly Update Pass</h3>
<p>One page update each month for shipped features, new screenshots, waitlist changes, or revised CTAs.</p>
</article>
<article>
<h3>Proof Section</h3>
<p>Add one new proof, changelog, customer, or demo section when you have something new to show.</p>
</article>
<article>
<h3>Copy Cleanup</h3>
<p>Small positioning edits so the public page stays aligned with what the project actually does now.</p>
</article>
</div>
</section>
<section class="payment">
<div>
<p class="eyebrow">Price</p>
<h2>25 USDC + optional 20/month</h2>
<p>
Pay by card with Stripe or with USDC on Base after the scope is
accepted. The launch sprint is 25 USD/USDC. The optional monthly
update pass is 20 USD/month or 20 USDC/month.
</p>
</div>
<div class="wallet-box">
<span>Pay by card</span>
<a href="https://buy.stripe.com/cNi3co9cG8Oj1CS4XA3sI00">Launch sprint: $25</a>
<a href="https://buy.stripe.com/dRmfZa60u6Gb95kcq23sI01">Monthly update pass: $20/month</a>
<span>USDC on Base</span>
<code>0xFF5af6e1c73904FF36754377A3069812E706323E</code>
</div>
</section>
</main>
</body>
</html>