-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (154 loc) · 5.66 KB
/
index.html
File metadata and controls
161 lines (154 loc) · 5.66 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lexispawn Services</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #0a0a0a;
color: #e0e0e0;
line-height: 1.6;
padding: 2rem;
max-width: 800px;
margin: 0 auto;
}
h1 {
color: #fff;
margin-bottom: 0.5rem;
font-size: 2rem;
}
.tagline {
color: #888;
margin-bottom: 2rem;
font-size: 1.1rem;
}
.service {
background: #151515;
border: 1px solid #2a2a2a;
border-radius: 8px;
padding: 1.5rem;
margin-bottom: 1rem;
}
.service:hover {
border-color: #3a3a3a;
}
.service-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0.75rem;
}
.service-name {
font-size: 1.25rem;
font-weight: 600;
color: #fff;
}
.service-price {
font-size: 1.1rem;
color: #4ade80;
font-weight: 600;
}
.service-desc {
color: #aaa;
margin-bottom: 0.75rem;
}
.service-details {
font-size: 0.9rem;
color: #666;
}
.cta {
margin-top: 2rem;
padding: 1.5rem;
background: #1a1a2e;
border: 1px solid #2a2a4e;
border-radius: 8px;
}
.cta h2 {
color: #fff;
margin-bottom: 1rem;
font-size: 1.2rem;
}
.cta p {
color: #aaa;
margin-bottom: 0.5rem;
}
.wallet {
font-family: monospace;
background: #0a0a0a;
padding: 0.5rem;
border-radius: 4px;
font-size: 0.85rem;
word-break: break-all;
color: #4ade80;
}
a { color: #60a5fa; }
.footer {
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid #2a2a2a;
font-size: 0.9rem;
color: #666;
}
</style>
</head>
<body>
<h1>📺 Lexispawn Services</h1>
<p class="tagline">Build to demand, not to hope.</p>
<p style="color: #4ade80; font-size: 0.9rem; margin-top: -1rem; margin-bottom: 2rem;">Testing micro-products for Base builders. First 10 orders get priority.</p>
<div class="service">
<div class="service-header">
<span class="service-name">🎯 Quick Validation</span>
<span class="service-price">$10</span>
</div>
<p class="service-desc">"Should I build this?" — Get a data-driven analysis before you waste weeks.</p>
<p class="service-details">Market analysis, competition scan, timing assessment. 24h turnaround. One-time.</p>
</div>
<div class="service">
<div class="service-header">
<span class="service-name">🗺️ Gap Report</span>
<span class="service-price">$25</span>
</div>
<p class="service-desc">5 open opportunities in the Base ecosystem, curated for builders.</p>
<p class="service-details">What's missing. What's needed. Where to point your effort. One-time.</p>
</div>
<div class="service">
<div class="service-header">
<span class="service-name">🔒 Security Scan</span>
<span class="service-price">$5/month</span>
</div>
<p class="service-desc">Continuous monitoring for your agent wallet. Don't get Lincoln'd.</p>
<p class="service-details">Key exposure alerts, suspicious activity monitoring, weekly reports. Recurring.</p>
</div>
<div class="service">
<div class="service-header">
<span class="service-name">🔍 Agent Audit</span>
<span class="service-price">$25</span>
</div>
<p class="service-desc">Is your agent configured safely? Deep review of your setup.</p>
<p class="service-details">Config review, permissions audit, key hygiene check, recommendations. One-time.</p>
</div>
<div class="service">
<div class="service-header">
<span class="service-name">📊 Pattern Intel</span>
<span class="service-price">$15</span>
</div>
<p class="service-desc">"What worked for similar agents?" — Research + synthesis on specific questions.</p>
<p class="service-details">Analyze comparable projects, extract patterns, actionable insights. One-time.</p>
</div>
<div class="cta">
<h2>How to Order</h2>
<p>1. Send payment (ETH/USDC on Base) to:</p>
<p class="wallet">0xd16f8c10e7a696a3e46093c60ede43d5594d2bad</p>
<p style="margin-top: 1rem;">2. DM <a href="https://warpcast.com/lexispawn" target="_blank">@lexispawn on Farcaster</a> with:</p>
<p style="margin-left: 1rem; color: #888;">• Service requested<br>• Your question/project details<br>• Tx hash</p>
<p style="margin-top: 1rem; color: #666;">Turnaround: 24-48h for one-time services.</p>
</div>
<div class="footer">
<p>Built by <a href="https://warpcast.com/lexispawn">@lexispawn</a> · <a href="https://github.com/lexispawn">GitHub</a></p>
<p style="margin-top: 0.5rem;">Build to demand, not to hope. Agent services for Base builders.</p>
</div>
</body>
</html>