-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
281 lines (251 loc) · 11.2 KB
/
Copy pathindex.html
File metadata and controls
281 lines (251 loc) · 11.2 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>StoreHand — open-source Claude skills for Shopify</title>
<meta name="description" content="Open-source Claude Code skills for running a Shopify store: a morning briefing on orders and payments, a weekly health check, and product copy in your own voice. Free, Apache-2.0, read-only by default.">
<link rel="canonical" href="https://storehand.github.io/">
<meta property="og:title" content="StoreHand — open-source Claude skills for Shopify">
<meta property="og:description" content="Ask "how did the store do overnight?" and get orders, failed payments and low stock in one answer. Free and open source. Read-only by default.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://storehand.github.io/">
<meta name="twitter:card" content="summary">
<meta name="theme-color" content="#FFFFFF">
<link rel="stylesheet" href="fonts.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "StoreHand",
"applicationCategory": "BusinessApplication",
"operatingSystem": "macOS, Linux, Windows",
"description": "Open-source Claude Code skills that turn Claude into a daily Shopify store operator: morning briefings on orders and payments, weekly store health checks and product copy.",
"url": "https://storehand.github.io/",
"codeRepository": "https://github.com/storehand/storehand",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"isAccessibleForFree": true,
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "EUR" },
"keywords": "Claude skills, Shopify, Claude Code, agent skills, ecommerce automation, store operations"
}
</script>
<style>
:root {
/* three tones, nothing else */
--bg: #FFFFFF;
--fg: #000000;
--grey: #525252; /* 7.5:1 on white — AAA for body text */
--rule: #E5E5E5;
--sans: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
--mono: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
--display: clamp(2.6rem, 1.1rem + 6.4vw, 5.75rem);
--lede: clamp(1.2rem, 1.05rem + .8vw, 1.75rem);
--body: clamp(1.0625rem, 1rem + .3vw, 1.2rem);
--label: clamp(.75rem, .72rem + .14vw, .8125rem);
--gutter: clamp(1.5rem, .8rem + 3vw, 3rem);
--step: clamp(3.5rem, 2rem + 6vw, 7.5rem); /* whitespace between blocks */
}
* { box-sizing: border-box; }
body {
margin: 0;
background: var(--bg);
color: var(--fg);
font: 400 var(--body)/1.6 var(--sans);
-webkit-font-smoothing: antialiased;
/* barely-there paper grain, inline so nothing is fetched */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}
/* one column, one left edge — every block sits on it */
.wrap { width: min(46rem, 100% - (2 * var(--gutter))); margin-inline: auto; }
a { color: var(--fg); text-underline-offset: .25em; text-decoration-thickness: 1px; }
:focus-visible { outline: 3px solid var(--fg); outline-offset: 3px; }
.sr-only {
position: absolute; width: 1px; height: 1px;
overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
.label {
font: 700 var(--label)/1 var(--mono);
text-transform: uppercase; letter-spacing: .2em;
}
/* ── wordmark, no navigation ────────────────── */
.masthead { padding: 2rem 0 0; }
.wordmark { margin: 0; }
/* ── hero ───────────────────────────────────── */
.hero { padding: clamp(2.5rem, 1.5rem + 4vw, 5rem) 0 var(--step); }
h1 {
font: 700 var(--display)/0.95 var(--sans);
letter-spacing: -.04em;
margin: 0 0 1.5rem;
max-width: 13ch;
text-wrap: balance;
}
.sub {
font-size: var(--lede);
line-height: 1.4;
color: var(--grey);
max-width: 30ch;
margin: 0 0 2.75rem;
text-wrap: pretty;
}
/* ── the one call to action ─────────────────── */
form { display: flex; gap: .75rem; flex-wrap: wrap; margin: 0 0 1.25rem; max-width: 34rem; }
input[type=email] {
flex: 1 1 15rem; min-width: 0;
padding: 1.05rem 1.1rem;
font: 400 1.0625rem var(--sans);
color: var(--fg);
background: var(--bg);
border: 2px solid var(--fg);
border-radius: 0;
}
input[type=email]::placeholder { color: var(--grey); }
input[type=email]:focus { outline: 3px solid var(--fg); outline-offset: 2px; }
.btn {
display: inline-flex; align-items: center; justify-content: center;
min-height: 56px;
padding: 1rem 1.9rem;
font: 700 var(--label)/1 var(--mono);
text-transform: uppercase; letter-spacing: .14em;
text-decoration: none; cursor: pointer;
color: var(--bg); background: var(--fg);
border: 2px solid var(--fg); border-radius: 0;
transition: background-color .12s ease, color .12s ease;
}
.btn:hover, .btn:active { background: var(--bg); color: var(--fg); }
.fine { font-size: .9375rem; line-height: 1.65; color: var(--grey); margin: 0; max-width: 44ch; }
.fine strong { color: var(--fg); font-weight: 700; }
.secondary {
display: inline-flex; align-items: center; gap: .5rem;
margin-top: 2.5rem; min-height: 44px;
font: 700 var(--label)/1 var(--mono);
text-transform: uppercase; letter-spacing: .14em;
}
.secondary svg { width: 17px; height: 17px; fill: currentColor; }
/* ── product hunt badge ─────────────────────── */
.ph { margin: 2rem 0 0; }
.ph a { display: inline-block; line-height: 0; transition: opacity .12s ease; }
.ph a:hover, .ph a:active { opacity: .78; }
.ph img { display: block; }
/* ── product shot: the inverted block ───────── */
.shot { background: var(--fg); color: var(--bg); padding: var(--step) 0; }
.shot .cap {
display: block; margin: 0 0 1.5rem;
color: #A3A3A3; /* 8:1 on black */
font: 700 var(--label)/1 var(--mono);
text-transform: uppercase; letter-spacing: .2em;
}
.shot pre {
margin: 0;
font: 400 clamp(.78rem, .7rem + .38vw, .975rem)/1.9 var(--mono);
overflow-x: auto;
white-space: pre;
padding-bottom: .5rem;
}
.shot .q { color: #A3A3A3; }
.shot .k { font-weight: 700; }
/* ── three things ───────────────────────────── */
.three { padding: var(--step) 0; }
.three ul { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.three li { padding: 1.75rem 0; border-top: 1px solid var(--rule); display: flex; gap: 1.5rem; }
.three li:last-child { border-bottom: 1px solid var(--rule); }
.three .n { font: 700 var(--label)/1.7 var(--mono); flex: none; }
.three h2 {
font: 700 clamp(1.2rem, 1.05rem + .5vw, 1.5rem)/1.3 var(--sans);
letter-spacing: -.02em; margin: 0 0 .35rem;
}
.three p { margin: 0; color: var(--grey); font-size: 1.0625rem; line-height: 1.6; }
/* ── footer ─────────────────────────────────── */
footer {
border-top: 2px solid var(--fg);
padding: 1.75rem 0 3.5rem;
display: flex; justify-content: space-between; gap: .75rem; flex-wrap: wrap;
font: 400 var(--label)/1.8 var(--mono);
color: var(--grey);
}
@media (max-width: 30rem) {
form { flex-direction: column; }
form input[type=email] { flex: none; width: 100%; }
form .btn { width: 100%; }
}
</style>
</head>
<body>
<div class="wrap masthead">
<p class="wordmark label">StoreHand</p>
</div>
<div class="wrap hero">
<h1>Your store, checked every morning.</h1>
<p class="sub">
Open-source Claude skills that read your Shopify store and tell you what
changed. Free. Read-only.
</p>
<form action="https://buttondown.com/api/emails/embed-subscribe/steffano" method="post"
class="embeddable-buttondown-form">
<label class="sr-only" for="email">Email address</label>
<input id="email" type="email" name="email" placeholder="you@yourstore.com"
required autocomplete="email" spellcheck="false">
<button class="btn" type="submit">Notify me</button>
</form>
<p class="fine">
<strong>One email, when the launch date is known.</strong> Buttondown asks you
to confirm first. Miss the minimum sign-ups and we build nothing, send
nothing, and delete the list.
</p>
<a class="secondary" href="https://github.com/storehand/storehand">
<svg viewBox="0 0 16 16" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82a7.4 7.4 0 0 1 2-.27c.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z"/></svg>
Read the code
</a>
<p class="ph">
<a href="https://www.producthunt.com/products/storehand?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-storehand" target="_blank" rel="noopener noreferrer"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1213844&theme=dark&t=1785914225227" alt="StoreHand - Claude Code skills that run your Shopify store daily | Product Hunt" width="250" height="54"></a>
</p>
</div>
<div class="shot">
<div class="wrap">
<span class="cap">What you get back</span>
<pre><span class="q">you ›</span> how did the store do overnight?
<span class="k">3 new orders (€412)
1 failed payment · 2 variants low
no cancellations</span>
NEEDS ATTENTION
#1042 payment expired (€89)
"Linen blazer / M" down to 2
SUGGESTED
Send #1042 a fresh payment link
Reorder the blazer before the weekend
<span class="q">✓ read-only — nothing was changed</span></pre>
</div>
</div>
<div class="wrap three">
<span class="label">Three skills, one setup</span>
<ul>
<li>
<span class="n">01</span>
<div>
<h2>Every morning</h2>
<p>New orders, failed payments, cancellations, refunds, low stock.</p>
</div>
</li>
<li>
<span class="n">02</span>
<div>
<h2>Every week</h2>
<p>Sold-out products still live, expired discounts, broken links, missing SEO.</p>
</div>
</li>
<li>
<span class="n">03</span>
<div>
<h2>When you're writing</h2>
<p>Product titles, descriptions and alt text in your voice — proposed in a file you edit, never written without you.</p>
</div>
</li>
</ul>
</div>
<div class="wrap">
<footer>
<div>Apache-2.0 · not affiliated with Shopify Inc.</div>
<div><a href="https://github.com/storehand/storehand">github.com/storehand/storehand</a></div>
</footer>
</div>
</body>
</html>