forked from Buoy-Bitcoin/buoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
442 lines (412 loc) · 19.7 KB
/
Copy pathindex.html
File metadata and controls
442 lines (412 loc) · 19.7 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
440
441
442
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Buoy Bitcoin - Compare Bitcoin-only services quickly</title>
<meta name="description"
content="Buoy Bitcoin helps you compare reliable Bitcoin-only services quickly and easily. Find the best options for wallets, exchanges, and more." />
<link rel="canonical" href="https://buoybitcoin.com/" />
<meta name="robots" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://buoybitcoin.com/" />
<meta property="og:title" content="Buoy Bitcoin" />
<meta property="og:description"
content="Buoy Bitcoin helps you compare reliable Bitcoin-only services quickly and easily. Find the best options for wallets, exchanges, and more." />
<meta property="og:image" content="https://buoybitcoin.com/android-chrome-512x512.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Buoy Bitcoin" />
<meta name="twitter:description"
content="Buoy Bitcoin helps you compare reliable Bitcoin-only services quickly and easily. Find the best options for wallets, exchanges, and more." />
<meta name="twitter:image" content="https://buoybitcoin.com/android-chrome-512x512.png" />
<meta name="twitter:site" content="@jaspervanderee" />
<link rel="stylesheet" href="/css/styles.css?v=10">
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css">
<script defer src="https://feedback.fish/ff.js?pid=17f299e6843396" crossorigin="anonymous"></script>
<script defer src="https://cloud.umami.is/script.js" data-website-id="0895676a-bb0e-488d-9381-a27cf9cf5888"
data-domains="buoybitcoin.com,www.buoybitcoin.com"></script>
</head>
<body>
<div class="container">
<header>
<div class="container">
<div id="logo">
<a href="https://buoybitcoin.com/">
<img src="/images/buoy-logo-horizontal.svg" alt="Buoy Bitcoin logo">
</a>
</div>
<nav class="desktop-nav">
<a href="/blog/">Blog</a>
</nav>
<button class="hamburger" aria-label="Toggle Menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
<nav class="menu">
<div class="menu-content">
<!-- Search bar -->
<div class="search-bar">
<div class="search-wrapper">
<input type="text" placeholder="Search..." id="menu-search" />
<div id="search-suggestions" class="search-suggestions"></div>
</div>
<button id="menu-compare-btn" class="compare-btn">compare</button>
</div>
<div id="menu-selected-services" class="selected-services"></div>
<!-- Menu sections -->
<section class="menu-section">
<ul>
<div class="custom-dropdown">
<div class="dropdown-label" id="dropdown-label">
<img src="/images/global-white.svg" alt="Your Location" class="availability-icon" />
<span>Your location</span>
</div>
<input type="text" id="country-search" placeholder="Type your country..." style="display:none;" />
<ul class="dropdown-list"></ul>
</div>
<li>
<a href="/blog/">
<img src="/images/blog.svg" alt="Blog Icon" />
Blog
</a>
</li>
<li>
<a href="/about">
<img src="/images/about.svg" alt="About Icon" />
About
</a>
</li>
<li>
<a href="/faq">
<img src="/images/faq.svg" alt="FAQ Icon" />
FAQ
</a>
</li>
<li>
<a href="#donate" id="donate-link">
<img src="/images/lightning.svg" alt="Donate Icon" />
Donate
</a>
</li>
<li>
<a data-feedback-fish href="javascript:void(0)">
<img src="/images/feedback.svg" alt="Feedback Icon" />
Give us feedback
</a>
</li>
<li>
<a id="contact-link" href="mailto:support@buoybitcoin.com">
<img src="/images/contact.svg" alt="Contact Icon" />
Contact
</a>
</li>
</ul>
</section>
</div>
</nav>
</header>
<section class="hero-headline animated-headline">
<h1>Find your way into Bitcoin – Fast</h1>
<p class="hero-subheadline">Buoy Bitcoin quickly guides you to the best options that fit your needs.</p>
</section>
<section class="main-search">
<div class="search-wrapper-main">
<input type="text" placeholder="Search services, wallets, or tools..." id="main-search" autocomplete="off" />
<button id="main-search-btn">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</button>
<div id="main-search-suggestions" class="search-suggestions"></div>
</div>
<div id="main-selected-services" class="selected-services"></div>
<button id="main-compare-btn" class="compare-btn">compare</button>
</section>
<section class="action-grid" id="action-grid">
<h2>What do you want to do with Bitcoin?</h2>
<div class="action-buttons">
<button class="action-button" data-target="purchase-bitcoin">
Buy Bitcoin
</button>
<button class="action-button" data-target="pay-receive-bitcoin">
Spend Bitcoin
</button>
<button class="action-button" data-target="store-bitcoin">
Store it safely
</button>
<button class="action-button" data-target="node-section">
Run my own node
</button>
<button class="action-button" data-target="merchant-section">
Accept Bitcoin as a merchant
</button>
</div>
</section>
<main>
<!-- Buy Bitcoin Section -->
<section class="category">
<div class="category-header">
<h2><a href="/buy-bitcoin">Buy Bitcoin</a></h2>
<button id="compare-btn" class="compare-btn" disabled>compare</button>
</div>
<div class="scrollable-container" id="purchase-bitcoin">
<div class="card"><img src="/images/strike.svg" alt="strike" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/river.svg" alt="river" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/swan.svg" alt="swan" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/relai.svg" alt="relai" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/hodlhodl.svg" alt="hodlhodl" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/bitonic.svg" alt="bitonic" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/peach.svg" alt="peach" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/bisq.svg" alt="bisq" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/bull-bitcoin.svg" alt="bull bitcoin" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/pocket.svg" alt="pocket" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/robosats.svg" alt="robosats" class="svg-icon"><span></span></div>
</div>
</section>
<!-- Spend Bitcoin Section -->
<section class="category">
<div class="category-header">
<h2><a href="/spend-bitcoin">Spend Bitcoin</a></h2>
<button class="compare-btn" disabled>compare</button>
</div>
<div class="scrollable-container" id="pay-receive-bitcoin">
<div class="card"><img src="/images/breez.svg" alt="breez" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/aqua.svg" alt="aqua" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/phoenix.svg" alt="phoenix" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/muun.svg" alt="muun" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/fold.svg" alt="fold" class="svg-icon"><span></span></div>
</div>
</section>
<!-- Store Safely Section -->
<section class="category">
<div class="category-header">
<h2><a href="/store-it-safely">Store it safely</a></h2>
<button class="compare-btn" disabled>compare</button>
</div>
<div class="scrollable-container" id="store-bitcoin">
<div class="card"><img src="/images/bitkey.svg" alt="bitkey" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/wasabi.svg" alt="wasabi" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/sparrow.svg" alt="sparrow" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/unchained.svg" alt="unchained" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/anchorwatch.svg" alt="anchorwatch" class="svg-icon"><span></span></div>
</div>
</section>
<!-- Run Node Section -->
<section class="category">
<div class="category-header">
<h2><a href="/run-my-own-node">Run my own node</a></h2>
<button class="compare-btn" disabled>compare</button>
</div>
<div class="scrollable-container" id="node-section">
<div class="card"><img src="/images/umbrel.svg" alt="umbrel" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/mynode.svg" alt="mynode" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/start9.svg" alt="start9" class="svg-icon"><span></span></div>
</div>
</section>
<!-- Merchant Section -->
<section class="category">
<div class="category-header">
<h2><a href="/accept-bitcoin-as-a-merchant">Accept Bitcoin as a merchant</a></h2>
<button class="compare-btn" disabled>compare</button>
</div>
<div class="scrollable-container" id="merchant-section">
<div class="card"><img src="/images/btcpay-server.svg" alt="BTCPay Server" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/opennode.svg" alt="opennode" class="svg-icon"><span></span></div>
<div class="card"><img src="/images/lightspark.svg" alt="lightspark" class="svg-icon"><span></span></div>
</div>
</section>
</main>
</div> <!-- container -->
<section class="seo-copy space" id="how-it-works">
<h2>Compare Bitcoin services — wallets, on-ramps, merchant tools, nodes</h2>
<div class="seo-intro">
<p>Buoy helps you find reliable Bitcoin wallets, on-ramps, merchant tools, and nodes—without the noise. Search a
service, tap <em>Compare</em>, and review what actually matters: custody model (non-custodial, collaborative, or
custodial), fees, KYC, Lightning support, and availability where you live.</p>
<p>We’re Bitcoin-only and independent. No paid placements; it's value for value only. Our mission is to make it
effortless for newcomers to choose safe, practical Bitcoin tools and move toward self-sovereignty.</p>
<p>How it works: we auto-detect your country to show services available in your jurisdiction. If detection isn’t
possible, use the country selector in the menu. Add up to <strong>2</strong> services on mobile or
<strong>3</strong> on desktop to compare side-by-side.
</p>
<p>Ready to start? Compare by category:
<a href="/buy-bitcoin">Buy</a>,
<a href="/spend-bitcoin">Spend</a>,
<a href="/store-it-safely">Store</a>,
<a href="/accept-bitcoin-as-a-merchant">Merchant</a>,
<a href="/run-my-own-node">Node</a>.
Or read our guides:
<a href="/what-is-bitcoin">What is Bitcoin?</a> and
<a href="/what-is-lightning">What is Lightning?</a>.
</p>
</div>
<div class="seo-slab seo-why">
<div class="inner">
<h3>Why Buoy?</h3>
<div class="usps">
<article class="usp">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<path d="M12 3l7 3v5c0 5-3.5 8-7 10-3.5-2-7-5-7-10V6l7-3z" />
<path d="M9.5 12.5l2 2 3.5-3.5" />
</svg>
<div>
<h4>Independent</h4>
<p>No paid placements. Any referral support is clearly disclosed.</p>
</div>
</article>
<article class="usp">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="9" />
<path d="M3 12h18" />
<path d="M12 3a15 15 0 010 18M12 3a15 15 0 000 18" />
</svg>
<div>
<h4>Available where you are</h4>
<p>We auto-detect your country and show availability per service. Switch manually if needed.</p>
</div>
</article>
<article class="usp">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="9" />
<path d="M10 7v10M14 7v10M8 9h8M8 15h8" />
</svg>
<div>
<h4>Bitcoin-only</h4>
<p>Focused guidance—no altcoin listings, minimal distractions.</p>
</div>
</article>
</div>
</div>
</div>
<div class="seo-slab seo-faq">
<div class="inner">
<h3>FAQs</h3>
<div class="brand-faq">
<div class="faq-list">
<details>
<summary>How many services can I compare?</summary>
<div>
<p>Up to 2 on mobile and up to 3 on desktop.</p>
</div>
</details>
<details>
<summary>How do you decide what to show?</summary>
<div>
<p>We filter by your country and highlight Bitcoin-only tools with clear custody models and Lightning
support.</p>
</div>
</details>
<details>
<summary>Are you independent?</summary>
<div>
<p>Yes. We don't sell rankings. Any referral support is clearly disclosed.</p>
</div>
</details>
</div>
</div>
</div>
</div>
</section>
<script type="application/ld+json">{
"@context":"https://schema.org",
"@type":"FAQPage",
"mainEntity":[
{"@type":"Question","name":"How many services can I compare?","acceptedAnswer":{"@type":"Answer","text":"You can compare up to 2 services on mobile and up to 3 on desktop."}},
{"@type":"Question","name":"How do you decide what to show?","acceptedAnswer":{"@type":"Answer","text":"We auto-detect your country to show services available in your jurisdiction and prioritize Bitcoin-only tools with clear custody models and Lightning support."}},
{"@type":"Question","name":"Are you independent?","acceptedAnswer":{"@type":"Answer","text":"Yes. We do not sell rankings. If a link supports us via referral, we disclose it."}}
]
}</script>
<footer>
<div class="newsletter-signup">
<h3>Get new Bitcoin services and tips in your inbox every month.</h3>
<form id="newsletter-form">
<input type="email" id="newsletter-email" name="email" placeholder="you@your-email.com" required>
<button type="submit">Get updates →</button>
</form>
<div id="newsletter-message" style="display:none;"></div>
<div id="newsletter-sending" style="display:none;">Sending...</div>
</div>
<div class="footer-personal-note">
<img src="/images/jasper-van-de-ree.webp" alt="Jasper van de Ree" class="footer-profile-img">
<p>
Hey 👋 I’m <a href="https://www.jaspervanderee.com/" target="_blank">Jasper</a>, the creator of Buoy. Follow my
journey building open-source Bitcoin tools on <a
href="https://snort.social/p/npub165w944kqt29hrt90l2ssc0rvmhf0u77dgezskknfnczr7r030v0s2g6kae"
target="_blank">Nostr</a>.
</p>
</div>
<div class="footer-container">
<div class="footer-column">
<h3>Social</h3>
<ul>
<li><a href="https://snort.social/p/npub165w944kqt29hrt90l2ssc0rvmhf0u77dgezskknfnczr7r030v0s2g6kae"
target="_blank">Nostr</a></li>
<li><a href="https://x.com/jaspervanderee" target="_blank">X</a></li>
<li><a href="https://github.com/jaspervanderee/buoy" target="_blank">GitHub</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Learn</h3>
<ul>
<li><a href="/what-is-bitcoin">Bitcoin</a></li>
<li><a href="/what-is-lightning">Lightning</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Support</h3>
<ul>
<li><a href="mailto:support@buoybitcoin.com">Contact</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/privacy">Privacy</a></li>
<li><a href="/terms">Terms of Service</a></li>
</ul>
</div>
<div class="footer-column">
<h3>From the maker of Buoy</h3>
<ul>
<li><a href="https://dittotranscriptgenerator.com/" target="_blank" rel="noopener">Ditto</a></li>
<li><a href="https://breen.studio/" target="_blank" rel="noopener">Breen Studio</a></li>
</ul>
</div>
</div>
</footer>
<script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://buoybitcoin.com/#organization",
"name": "Buoy Bitcoin",
"url": "https://buoybitcoin.com/",
"logo": { "@type": "ImageObject", "url": "https://buoybitcoin.com/android-chrome-512x512.png", "width": 512, "height": 512 },
"description": "Buoy Bitcoin helps you compare reliable Bitcoin-only services quickly and easily. Find the best options for wallets, exchanges, and more.",
"sameAs": [
"https://x.com/jaspervanderee",
"https://github.com/jaspervanderee/buoy"
]
}</script>
<script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "WebSite",
"@id": "https://buoybitcoin.com/#website",
"url": "https://buoybitcoin.com/",
"name": "Buoy Bitcoin",
"inLanguage": "en",
"potentialAction": {
"@type": "SearchAction",
"target": "https://buoybitcoin.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}</script>
<script src="/js/questionnaire.js"></script>
<script src="/js/script.js"></script>
</body>
</html>