-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguides.html
More file actions
439 lines (377 loc) · 16.5 KB
/
guides.html
File metadata and controls
439 lines (377 loc) · 16.5 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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SaneSales Guides - Track Indie Sales Like a Pro</title>
<meta name="description" content="12 guides for SaneSales. Connect LemonSqueezy, Gumroad, and Stripe. Track revenue, export CSV, use widgets, Apple Watch, and see sales in your Mac menu bar.">
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="canonical" href="https://sanesales.com/guides.html">
<meta name="theme-color" content="#08080c">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sanesales.com/guides.html">
<meta property="og:title" content="SaneSales Guides — Track Indie Sales Like a Pro">
<meta property="og:description" content="Guides for connecting LemonSqueezy, Gumroad, Stripe, exporting CSV, using widgets, and tracking revenue from your menu bar.">
<meta property="og:image" content="https://sanesales.com/images/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="SaneSales">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SaneSales Guides — Track Indie Sales Like a Pro">
<meta name="twitter:description" content="Guides for connecting LemonSqueezy, Gumroad, Stripe, exporting CSV, using widgets, and tracking revenue from your menu bar.">
<meta name="twitter:image" content="https://sanesales.com/images/og-image.png">
<meta name="twitter:site" content="@saneapps">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=Playfair+Display:wght@500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg-primary: #08080c;
--bg-secondary: #0f0f16;
--bg-card: #16161f;
--accent: #4f8ffa;
--accent-soft: #3b7ce8;
--accent-glow: rgba(79, 143, 250, 0.25);
--text-primary: #f5f5f8;
--text-secondary: #c0c0d0;
--text-muted: #a0a0b0;
--border: #252530;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'DM Sans', sans-serif;
background: var(--bg-primary);
color: var(--text-primary);
line-height: 1.7;
}
nav {
padding: 20px 0;
position: fixed;
top: 0; left: 0; right: 0;
background: rgba(10, 10, 15, 0.85);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
z-index: 100;
border-bottom: 1px solid var(--border);
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
nav .container { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 1.25rem; text-decoration: none; color: var(--text-primary); }
.logo img { width: 32px; height: 32px; border-radius: 8px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 0.95rem; transition: color 0.2s; }
.nav-links a:hover { color: var(--text-primary); }
.btn-primary {
background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
color: #ffffff !important;
padding: 10px 20px;
border-radius: 10px;
font-weight: 600;
box-shadow: 0 4px 24px var(--accent-glow);
}
header.header {
padding: 220px 24px 80px !important;
text-align: center;
}
.header h1 {
font-family: 'Playfair Display', serif;
font-size: 3.5rem;
margin-bottom: 24px;
}
.header p {
color: var(--text-secondary);
font-size: 1.2rem;
max-width: 600px;
margin: 0 auto;
}
.guides-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
padding-bottom: 120px;
}
.guide-card {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: 20px;
padding: 32px;
transition: all 0.3s ease;
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
height: 100%;
}
.guide-card:hover {
border-color: var(--accent);
transform: translateY(-5px);
box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.guide-icon { font-size: 2.5rem; margin-bottom: 20px; }
.guide-card h2 {
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
margin-bottom: 12px;
color: var(--text-primary);
}
.guide-card p {
color: var(--text-secondary);
font-size: 1rem;
flex-grow: 1;
}
.read-more {
margin-top: 24px;
color: var(--accent);
font-weight: 600;
display: flex;
align-items: center;
gap: 8px;
}
footer {
padding: 60px 0;
border-top: 1px solid var(--border);
text-align: center;
color: var(--text-muted);
font-size: 14px;
}
footer a { color: var(--accent); text-decoration: none; }
@media (max-width: 768px) {
.nav-links { display: none; }
header.header { padding-top: 140px !important; }
.header h1 { font-size: 2.5rem; }
}
/* Mobile Guide Guardrails */
@media (max-width: 768px) {
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
overflow-x: hidden;
font-size: 16px;
line-height: 1.65;
}
.container {
padding-left: 16px;
padding-right: 16px;
}
nav {
padding-top: 14px;
padding-bottom: 14px;
}
nav .container,
.nav-content,
.header-content {
gap: 10px;
}
.nav-links {
gap: 12px !important;
flex-wrap: wrap;
justify-content: flex-end;
}
.nav-links a {
font-size: 0.88rem;
white-space: nowrap;
}
.btn-primary {
padding: 8px 14px;
}
.header,
.hero {
padding-top: 140px !important;
}
h1 {
font-size: clamp(1.9rem, 8.2vw, 2.45rem) !important;
line-height: 1.18;
letter-spacing: -0.015em;
text-wrap: balance;
}
h2 {
font-size: clamp(1.35rem, 5.9vw, 1.78rem) !important;
line-height: 1.24;
text-wrap: balance;
}
h3 {
font-size: clamp(1.08rem, 4.9vw, 1.34rem) !important;
line-height: 1.3;
text-wrap: balance;
}
p,
li {
font-size: 0.98rem;
line-height: 1.65;
overflow-wrap: break-word;
}
article,
article.container {
padding-left: 16px !important;
padding-right: 16px !important;
}
.subtitle,
.tagline,
.header p,
.guide-card p,
.option-card p,
.support-text {
font-size: 0.98rem !important;
line-height: 1.65;
max-width: 68ch;
}
.guides-grid,
.apps-grid,
.faq-grid,
.pros-cons,
.comparison,
.highlight-content,
.sustainability-options {
grid-template-columns: 1fr !important;
}
.option-header {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
pre,
table,
.table-wrapper,
.comparison-table-wrapper,
.code-block {
max-width: 100%;
}
pre,
.table-wrapper,
.comparison-table-wrapper,
.code-block {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
table {
min-width: 520px;
}
.code-block,
pre {
font-size: 0.82rem;
}
}
</style>
</head>
<body>
<nav>
<div class="container">
<a href="index.html" class="logo">
<img src="images/branding.png" alt="SaneSales">
SaneSales
</a>
<div class="nav-links">
<a href="index.html#features">Features</a>
<a href="https://github.com/sponsors/MrSaneApps" class="btn-primary"><svg width="16" height="16" viewBox="0 0 24 24" fill="#ef4444" stroke="#ffffff" stroke-width="1.5" style="margin-right: 6px; vertical-align: -2px;"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>Donate</a>
</div>
</div>
</nav>
<div class="container">
<header class="header">
<h1>SaneSales Guides</h1>
<p>Everything you need to connect your platforms, track revenue, compare alternatives, and stop checking three dashboards every morning.</p>
</header>
<div class="guides-grid">
<a href="how-to-track-lemonsqueezy-sales-mac-iphone.html" class="guide-card">
<div class="guide-icon">🍋</div>
<h2>Track LemonSqueezy Sales</h2>
<p>Connect your LemonSqueezy API key and see every order, refund, and product breakdown on your Mac or iPhone.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-track-gumroad-sales-mac-iphone.html" class="guide-card">
<div class="guide-icon">🛒</div>
<h2>Track Gumroad Sales</h2>
<p>Pull your entire Gumroad sales history into SaneSales. See revenue across all your digital products.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-track-stripe-revenue-mac-iphone.html" class="guide-card">
<div class="guide-icon">💳</div>
<h2>Track Stripe Revenue</h2>
<p>Connect Stripe and track subscriptions, one-time payments, and refunds alongside your other platforms.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-see-all-indie-sales-one-dashboard.html" class="guide-card">
<div class="guide-icon">📊</div>
<h2>All Sales in One Dashboard</h2>
<p>Stop checking three dashboards every morning. See combined revenue from LemonSqueezy, Gumroad, and Stripe in one view.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="sanesales-vs-spreadsheets.html" class="guide-card">
<div class="guide-icon">🧮</div>
<h2>SaneSales vs Spreadsheets</h2>
<p>Compare manual spreadsheet tracking to SaneSales for daily revenue, trends, full history, export, and privacy.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-track-refunds-across-platforms.html" class="guide-card">
<div class="guide-icon">💸</div>
<h2>Track Refunds Across Platforms</h2>
<p>Every dashboard overstates your revenue. SaneSales deducts refunds automatically so you see what you actually earned.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-export-sales-data-csv.html" class="guide-card">
<div class="guide-icon">📁</div>
<h2>Export Sales Data to CSV</h2>
<p>Need your order history for taxes, accounting, or email marketing? Export everything to CSV with one tap.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-use-sales-widgets-iphone.html" class="guide-card">
<div class="guide-icon">📱</div>
<h2>Revenue Widgets for iPhone</h2>
<p>Glance at today's revenue from your home screen or lock screen. No need to open the app.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-see-revenue-mac-menu-bar.html" class="guide-card">
<div class="guide-icon">🖥️</div>
<h2>Revenue in Your Mac Menu Bar</h2>
<p>See today's revenue in the menu bar while you work. Right-click for quick actions. Always visible, never intrusive.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-track-sales-apple-watch.html" class="guide-card">
<div class="guide-icon">⌚</div>
<h2>Track Sales on Apple Watch</h2>
<p>Glance at today's revenue on your wrist. See provider breakdown, recent sales, and add complications to your watch face.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-search-filter-orders-across-platforms.html" class="guide-card">
<div class="guide-icon">🔍</div>
<h2>Search & Filter Orders</h2>
<p>Find any order across LemonSqueezy, Gumroad, and Stripe. Search by name, email, product, or order ID. Filter by provider.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-view-revenue-charts-daily-breakdown.html" class="guide-card">
<div class="guide-icon">📈</div>
<h2>Revenue Charts & Daily Breakdown</h2>
<p>Interactive bar charts showing daily revenue. Tap any day to see the exact amount and order count.</p>
<div class="read-more">Read Guide →</div>
</a>
<a href="how-to-use-sanesales-demo-mode.html" class="guide-card">
<div class="guide-icon">🎮</div>
<h2>Try Demo Mode</h2>
<p>Explore SaneSales with realistic fake data before connecting your real accounts. See every feature in action.</p>
<div class="read-more">Read Guide →</div>
</a>
</div>
</div>
<div class="container">
<div class="cross-sell" style="margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--border);">
<h2 style="font-size: 1.25rem; font-weight: 600; margin-bottom: 20px; color: var(--text-primary);">More Guides from SaneApps</h2>
<div style="display: flex; gap: 16px; flex-wrap: wrap;">
<a href="https://sanebar.com/guides.html" style="color: var(--accent); text-decoration: none; padding: 10px 18px; border: 1px solid var(--border); border-radius: 10px; font-size: 0.9rem; transition: all 0.2s;">SaneBar — Menu Bar Guides</a>
<a href="https://saneclip.com/guides.html" style="color: var(--accent); text-decoration: none; padding: 10px 18px; border: 1px solid var(--border); border-radius: 10px; font-size: 0.9rem; transition: all 0.2s;">SaneClip — Clipboard Guides</a>
<a href="https://sanehosts.com/guides.html" style="color: var(--accent); text-decoration: none; padding: 10px 18px; border: 1px solid var(--border); border-radius: 10px; font-size: 0.9rem; transition: all 0.2s;">SaneHosts — Blocking Guides</a>
<a href="https://sanescan.saneapps.com/guides" style="color: var(--accent); text-decoration: none; padding: 10px 18px; border: 1px solid var(--border); border-radius: 10px; font-size: 0.9rem; transition: all 0.2s;">SaneScan — Scanner Guides</a>
<a href="https://saneapps.com" style="color: var(--accent); text-decoration: none; padding: 10px 18px; border: 1px solid var(--border); border-radius: 10px; font-size: 0.9rem; font-weight: 600; transition: all 0.2s;">All SaneApps →</a>
</div>
</div>
</div>
<footer>
<div class="container">
<p>Made with ❤️ in America by Mr. Sane · © 2026 SaneApps</p>
</div>
</footer>
</body>
</html>