-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
868 lines (793 loc) · 60.4 KB
/
Copy pathindex.html
File metadata and controls
868 lines (793 loc) · 60.4 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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Domain Investor Resource Hub</title>
<meta name="description" content="A comprehensive, organized resource hub for domain investors: auctions, marketplaces, valuation tools, research, education, legal resources, communities, and portfolio management.">
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" rel="stylesheet">
<style>
:root {
--bg: #07111f;
--panel: rgba(255,255,255,.055);
--panel-2: rgba(255,255,255,.085);
--border: rgba(255,255,255,.13);
--text: #f5f7fb;
--muted: #a8b3c7;
--brand: #3b82f6;
--brand-2: #22c55e;
--gold: #f59e0b;
--danger: #fb7185;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 92px;
}
body {
background:
radial-gradient(circle at 20% 5%, rgba(59,130,246,.22), transparent 28rem),
radial-gradient(circle at 85% 20%, rgba(34,197,94,.14), transparent 28rem),
linear-gradient(180deg, #06101d 0%, #07111f 40%, #0a1220 100%);
color: var(--text);
min-height: 100vh;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { text-decoration: none; }
.navbar {
background: rgba(7,17,31,.78);
backdrop-filter: blur(18px);
border-bottom: 1px solid var(--border);
}
.navbar-brand span.logo {
width: 38px;
height: 38px;
display: inline-grid;
place-items: center;
border-radius: 12px;
background: linear-gradient(135deg, var(--brand), #1d4ed8);
color: white;
font-weight: 900;
letter-spacing: -1px;
box-shadow: 0 12px 30px rgba(59,130,246,.35);
}
.hero {
padding: 112px 0 52px;
position: relative;
overflow: hidden;
}
.hero-card, .glass-card {
background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
border: 1px solid var(--border);
border-radius: 28px;
box-shadow: 0 22px 80px rgba(0,0,0,.28);
}
.hero-card {
padding: 2rem;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: .45rem;
padding: .35rem .75rem;
border: 1px solid rgba(59,130,246,.35);
border-radius: 999px;
color: #bfdbfe;
background: rgba(59,130,246,.12);
font-weight: 700;
font-size: .86rem;
}
.display-title {
font-size: clamp(2.15rem, 6vw, 5rem);
line-height: .95;
letter-spacing: -.06em;
font-weight: 900;
}
.lead {
color: var(--muted);
font-size: 1.1rem;
line-height: 1.7;
}
.quick-stat {
border-radius: 20px;
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.1);
padding: 1rem;
height: 100%;
}
.quick-stat strong {
font-size: 1.7rem;
display: block;
letter-spacing: -.04em;
}
.toolbox {
background: rgba(7,17,31,.84);
backdrop-filter: blur(18px);
border: 1px solid var(--border);
border-radius: 22px;
padding: .85rem;
box-shadow: 0 18px 50px rgba(0,0,0,.22);
}
.search-input {
background: rgba(255,255,255,.075) !important;
border: 1px solid rgba(255,255,255,.16) !important;
color: var(--text) !important;
border-radius: 15px;
}
.search-input::placeholder { color: #7f8ca5; }
.section-title {
font-weight: 900;
letter-spacing: -.04em;
margin-bottom: .6rem;
}
.section-subtitle {
color: var(--muted);
max-width: 760px;
line-height: 1.65;
}
.category-nav {
display: flex;
gap: .55rem;
overflow-x: auto;
padding-bottom: .35rem;
}
.category-nav a, .filter-chip {
color: #dbeafe;
border: 1px solid rgba(255,255,255,.16);
background: rgba(255,255,255,.06);
border-radius: 999px;
padding: .55rem .82rem;
white-space: nowrap;
font-size: .93rem;
transition: .2s ease;
cursor: pointer;
}
.category-nav a:hover, .filter-chip:hover, .filter-chip.active {
background: rgba(59,130,246,.26);
border-color: rgba(59,130,246,.55);
color: #fff;
transform: translateY(-1px);
}
.resource-card {
background: var(--panel);
border: 1px solid var(--border);
border-radius: 22px;
height: 100%;
padding: 1.1rem;
transition: transform .2s ease, border-color .2s ease, background .2s ease;
position: relative;
overflow: hidden;
}
.resource-card:hover {
transform: translateY(-4px);
border-color: rgba(59,130,246,.45);
background: var(--panel-2);
}
.resource-card.featured {
border-color: rgba(245,158,11,.55);
background:
linear-gradient(135deg, rgba(245,158,11,.13), transparent 45%),
var(--panel);
}
.resource-icon {
width: 44px;
height: 44px;
display: inline-grid;
place-items: center;
border-radius: 15px;
background: rgba(59,130,246,.16);
color: #93c5fd;
font-size: 1.25rem;
margin-bottom: .95rem;
}
.resource-card.featured .resource-icon {
background: rgba(245,158,11,.16);
color: #fcd34d;
}
.resource-name {
font-weight: 850;
font-size: 1.06rem;
color: #fff;
line-height: 1.2;
margin-bottom: .35rem;
}
.resource-desc {
color: var(--muted);
font-size: .94rem;
line-height: 1.55;
margin-bottom: 1rem;
}
.badge-soft {
border: 1px solid rgba(255,255,255,.14);
background: rgba(255,255,255,.07);
color: #dbeafe;
font-weight: 600;
}
.visit-link {
color: #bfdbfe;
font-weight: 800;
display: inline-flex;
gap: .35rem;
align-items: center;
}
.favorite-btn {
position: absolute;
top: .95rem;
right: .95rem;
border: 1px solid rgba(255,255,255,.15);
background: rgba(255,255,255,.07);
color: #d1d5db;
border-radius: 999px;
width: 35px;
height: 35px;
display: inline-grid;
place-items: center;
transition: .2s ease;
}
.favorite-btn.active {
color: #fcd34d;
background: rgba(245,158,11,.16);
border-color: rgba(245,158,11,.35);
}
.workflow-step {
border-left: 3px solid rgba(59,130,246,.55);
padding-left: 1rem;
margin-bottom: 1rem;
}
.workflow-step strong {
display: block;
color: #fff;
margin-bottom: .25rem;
}
.workflow-step span {
color: var(--muted);
}
.table-dark {
--bs-table-bg: transparent;
--bs-table-border-color: rgba(255,255,255,.12);
}
.back-top {
position: fixed;
right: 18px;
bottom: 18px;
z-index: 50;
border-radius: 999px;
box-shadow: 0 15px 35px rgba(0,0,0,.35);
display: none;
}
.no-results {
display: none;
border: 1px dashed rgba(255,255,255,.22);
border-radius: 24px;
padding: 2rem;
text-align: center;
color: var(--muted);
}
footer {
border-top: 1px solid var(--border);
color: var(--muted);
}
@media (max-width: 991px) {
.hero { padding-top: 90px; }
}
@media print {
.navbar, .toolbox, .favorite-btn, .back-top, .btn, footer { display: none !important; }
body { background: #fff; color: #111; }
.glass-card, .resource-card, .hero-card { border: 1px solid #ddd; box-shadow: none; background: #fff; color: #111; }
.resource-desc, .lead, .section-subtitle { color: #333; }
a { color: #111; }
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand fw-black d-flex align-items-center gap-2 text-white" href="#top">
<span class="logo">DI</span>
<span>Domain Investor Hub</span>
</a>
<button class="navbar-toggler border-0 text-white" type="button" data-bs-toggle="collapse" data-bs-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-list fs-2"></i>
</button>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav ms-auto align-items-lg-center gap-lg-2">
<li class="nav-item"><a class="nav-link text-white-50" href="#resources">Resources</a></li>
<li class="nav-item"><a class="nav-link text-white-50" href="#workflow">Workflow</a></li>
<li class="nav-item"><a class="nav-link text-white-50" href="#checklists">Checklists</a></li>
<li class="nav-item"><a class="btn btn-primary rounded-pill px-3 ms-lg-2" href="https://www.expiredauctions.com/" target="_blank" rel="noopener">Visit ExpiredAuctions.com</a></li>
</ul>
</div>
</div>
</nav>
<header id="top" class="hero">
<div class="container">
<div class="row g-4 align-items-center">
<div class="col-lg-7">
<span class="eyebrow"><i class="bi bi-gem"></i> Curated for domain investors</span>
<h1 class="display-title mt-3 mb-3">Find, value, buy, sell, and manage better domain names.</h1>
<p class="lead mb-4">A practical resource page for investors who research expired domains, compare sales, monitor auctions, list inventory, study trends, and close secure deals.</p>
<div class="d-flex flex-wrap gap-2">
<a class="btn btn-primary btn-lg rounded-pill px-4" href="#resources"><i class="bi bi-grid-3x3-gap me-2"></i>Browse resources</a>
<a class="btn btn-outline-light btn-lg rounded-pill px-4" href="#workflow"><i class="bi bi-diagram-3 me-2"></i>See investor workflow</a>
</div>
</div>
<div class="col-lg-5">
<div class="hero-card">
<div class="d-flex align-items-center gap-3 mb-4">
<div class="resource-icon mb-0"><i class="bi bi-compass-fill"></i></div>
<div>
<div class="text-uppercase text-white-50 small fw-bold">Resource dashboard</div>
<h2 class="h4 mb-0">Domain Investor Resource List</h2>
</div>
</div>
<p class="text-white-50 mb-4">A curated, easy-to-navigate list of auction tools, marketplaces, valuation resources, research sites, legal references, communities, and portfolio tools.</p>
<a class="btn btn-warning rounded-pill px-4 fw-bold" href="#resources">Explore the list <i class="bi bi-arrow-down ms-1"></i></a>
<div class="row g-3 mt-4">
<div class="col-4"><div class="quick-stat"><strong>12</strong><span class="small text-white-50">Sections</span></div></div>
<div class="col-4"><div class="quick-stat"><strong>75+</strong><span class="small text-white-50">Links</span></div></div>
<div class="col-4"><div class="quick-stat"><strong>1</strong><span class="small text-white-50">HTML file</span></div></div>
</div>
</div>
</div>
</div>
</div>
</header>
<main class="container pb-5">
<section class="toolbox mb-5" aria-label="Resource controls">
<div class="row g-3 align-items-center">
<div class="col-lg-5">
<div class="input-group">
<span class="input-group-text bg-transparent border-0 text-white-50"><i class="bi bi-search"></i></span>
<input id="resourceSearch" class="form-control search-input" type="search" placeholder="Search tools, marketplaces, research, WHOIS, education...">
</div>
</div>
<div class="col-lg-7">
<div class="category-nav">
<a href="#auctions">Auctions</a>
<a href="#marketplaces">Marketplaces</a>
<a href="#valuation">Valuation</a>
<a href="#research">Research</a>
<a href="#legal">Legal</a>
<a href="#education">Education</a>
<a href="#communities">Communities</a>
<a href="#portfolio">Portfolio</a>
<a href="#seo">SEO</a>
<button class="filter-chip border-0" id="showFavorites"><i class="bi bi-star me-1"></i>Favorites</button>
<button class="filter-chip border-0" id="clearFilters"><i class="bi bi-x-circle me-1"></i>Clear</button>
</div>
</div>
</div>
</section>
<section id="resources" class="mb-5">
<h2 class="section-title display-6">Resource directory</h2>
<p class="section-subtitle mb-4">Use the cards below as a working dashboard. Star favorites, search across descriptions, and jump between categories from the sticky navigation.</p>
<div id="noResults" class="no-results">
<i class="bi bi-binoculars fs-1 d-block mb-2"></i>
No matching resources found. Try a broader keyword like “auction,” “appraisal,” “WHOIS,” or “marketplace.”
</div>
</section>
<section id="auctions" class="mb-5 resource-section">
<div class="d-flex align-items-end justify-content-between gap-3 mb-3">
<div>
<h3 class="section-title h2">Expired domains, auctions, and drops</h3>
<p class="section-subtitle mb-0">Discover names before they close, track pending delete lists, and compare auction channels.</p>
</div>
</div>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="expired auctions daily list domain discovery free ranked">
<article class="resource-card featured">
<button class="favorite-btn" data-fav="ExpiredAuctions.com" title="Save favorite"><i class="bi bi-star"></i></button>
<div class="resource-icon"><i class="bi bi-lightning-charge-fill"></i></div>
<h4 class="resource-name">ExpiredAuctions.com</h4>
<p class="resource-desc">Free ranked expired domain auction discovery, useful for daily scanning, newsletter-style picks, and finding investor-worthy auction opportunities.</p>
<span class="badge badge-soft rounded-pill mb-3">Featured</span><br>
<a class="visit-link" href="https://www.expiredauctions.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a>
</article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="expired domains pending delete droplists backorder tld filters">
<article class="resource-card">
<button class="favorite-btn" data-fav="ExpiredDomains.net" title="Save favorite"><i class="bi bi-star"></i></button>
<div class="resource-icon"><i class="bi bi-calendar2-week"></i></div>
<h4 class="resource-name">ExpiredDomains.net</h4>
<p class="resource-desc">Large free database for expired, deleted, pending delete, and auction names with filtering across many TLDs.</p>
<a class="visit-link" href="https://www.expireddomains.net/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a>
</article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="godaddy auctions closeouts expired domains bidding">
<article class="resource-card">
<button class="favorite-btn" data-fav="GoDaddy Auctions" title="Save favorite"><i class="bi bi-star"></i></button>
<div class="resource-icon"><i class="bi bi-hammer"></i></div>
<h4 class="resource-name">GoDaddy Auctions</h4>
<p class="resource-desc">Major auction venue for expired inventory, closeouts, public auctions, and aftermarket opportunities.</p>
<a class="visit-link" href="https://auctions.godaddy.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a>
</article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="dropcatch backorder pending delete auctions">
<article class="resource-card">
<button class="favorite-btn" data-fav="DropCatch" title="Save favorite"><i class="bi bi-star"></i></button>
<div class="resource-icon"><i class="bi bi-bullseye"></i></div>
<h4 class="resource-name">DropCatch</h4>
<p class="resource-desc">Backorder and auction platform focused on catching pending-delete domains as they drop.</p>
<a class="visit-link" href="https://www.dropcatch.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a>
</article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="namejet backorder auction premium domains">
<article class="resource-card">
<button class="favorite-btn" data-fav="NameJet" title="Save favorite"><i class="bi bi-star"></i></button>
<div class="resource-icon"><i class="bi bi-rocket-takeoff"></i></div>
<h4 class="resource-name">NameJet</h4>
<p class="resource-desc">Auction and backorder marketplace with expiring, deleting, and private seller inventory.</p>
<a class="visit-link" href="https://www.namejet.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a>
</article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="sav auctions expired domains registrar aftermarket">
<article class="resource-card">
<button class="favorite-btn" data-fav="Sav Auctions" title="Save favorite"><i class="bi bi-star"></i></button>
<div class="resource-icon"><i class="bi bi-tag"></i></div>
<h4 class="resource-name">Sav Auctions</h4>
<p class="resource-desc">Registrar marketplace with domain auctions, expired inventory, and low-cost registration options.</p>
<a class="visit-link" href="https://www.sav.com/auctions" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a>
</article>
</div>
</div>
</section>
<section id="marketplaces" class="mb-5 resource-section">
<h3 class="section-title h2">Marketplaces and sales channels</h3>
<p class="section-subtitle mb-3">List inventory, compare distribution, and find end-user or investor liquidity.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="afternic marketplace fast transfer distribution godaddy sales">
<article class="resource-card"><button class="favorite-btn" data-fav="Afternic"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-shop"></i></div><h4 class="resource-name">Afternic</h4><p class="resource-desc">Large domain sales network with registrar distribution and fast-transfer options for eligible names.</p><a class="visit-link" href="https://www.afternic.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="sedo marketplace auctions brokerage parking international sales">
<article class="resource-card"><button class="favorite-btn" data-fav="Sedo"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-globe2"></i></div><h4 class="resource-name">Sedo</h4><p class="resource-desc">Global domain marketplace offering listings, auctions, brokerage, parking, and transfer services.</p><a class="visit-link" href="https://sedo.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="atom brandable domains marketplace wholesale premium names">
<article class="resource-card"><button class="favorite-btn" data-fav="Atom"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-stars"></i></div><h4 class="resource-name">Atom</h4><p class="resource-desc">Brandable domain marketplace with premium listings, wholesale marketplace options, logos, and auctions.</p><a class="visit-link" href="https://www.atom.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="dan domains landing pages buy now lease payments">
<article class="resource-card"><button class="favorite-btn" data-fav="Dan.com"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-window-sidebar"></i></div><h4 class="resource-name">Dan.com</h4><p class="resource-desc">Simple domain landing pages, buy-now checkout, payment plans, and ownership transfer workflows.</p><a class="visit-link" href="https://dan.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="flippa domains websites marketplaces auctions startups">
<article class="resource-card"><button class="favorite-btn" data-fav="Flippa"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-briefcase"></i></div><h4 class="resource-name">Flippa</h4><p class="resource-desc">Marketplace for domains, websites, starter sites, apps, and online businesses with auction-style listings.</p><a class="visit-link" href="https://flippa.com/domains" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="namepros marketplace forum auction wholesale domains">
<article class="resource-card"><button class="favorite-btn" data-fav="NamePros Marketplace"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-people"></i></div><h4 class="resource-name">NamePros Marketplace</h4><p class="resource-desc">Investor-heavy forum marketplace for wholesale sales, auctions, appraisal discussions, and buyer outreach.</p><a class="visit-link" href="https://www.namepros.com/forums/domain-names-for-sale.115/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="valuation" class="mb-5 resource-section">
<h3 class="section-title h2">Valuation, comps, and pricing</h3>
<p class="section-subtitle mb-3">Use multiple signals: comparable sales, buyer type, keyword strength, extension, liquidity, and replacement cost.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="namebio comparable sales comps domain valuation database">
<article class="resource-card"><button class="favorite-btn" data-fav="NameBio"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-bar-chart-line"></i></div><h4 class="resource-name">NameBio</h4><p class="resource-desc">Comparable domain sales database for researching prices by keyword, extension, pattern, length, venue, and date.</p><a class="visit-link" href="https://namebio.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="dnprices sales history domain comps">
<article class="resource-card"><button class="favorite-btn" data-fav="DNPric.es"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-cash-stack"></i></div><h4 class="resource-name">DNPric.es</h4><p class="resource-desc">Historical domain sales database for quick comps, patterns, and price discovery.</p><a class="visit-link" href="https://dnpric.es/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="godaddy appraisal automatic valuation domain estimate">
<article class="resource-card"><button class="favorite-btn" data-fav="GoDaddy Appraisal"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-calculator"></i></div><h4 class="resource-name">GoDaddy Domain Appraisal</h4><p class="resource-desc">Automated appraisal estimate and comparable examples. Useful as one signal, not a final price.</p><a class="visit-link" href="https://www.godaddy.com/domain-value-appraisal" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="estibot appraisal valuation leads domains">
<article class="resource-card"><button class="favorite-btn" data-fav="Estibot"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-speedometer2"></i></div><h4 class="resource-name">Estibot</h4><p class="resource-desc">Domain appraisal and research platform with valuation, lead discovery, keyword, and portfolio tools.</p><a class="visit-link" href="https://www.estibot.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="appraise domain valuation ai appraisal">
<article class="resource-card"><button class="favorite-btn" data-fav="Appraise.net"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-magic"></i></div><h4 class="resource-name">Appraise.net</h4><p class="resource-desc">AI-assisted domain appraisal and valuation workflow for comparing names and testing pricing assumptions.</p><a class="visit-link" href="https://www.appraise.net/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="dotdb registered extensions taken tlds end users">
<article class="resource-card"><button class="favorite-btn" data-fav="DotDB"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-diagram-2"></i></div><h4 class="resource-name">DotDB</h4><p class="resource-desc">Checks how many extensions and variants are registered, helping gauge demand and potential end-user interest.</p><a class="visit-link" href="https://dotdb.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="research" class="mb-5 resource-section">
<h3 class="section-title h2">WHOIS, DNS, trademarks, and due diligence</h3>
<p class="section-subtitle mb-3">Before bidding or outbounding, check ownership history, trademark risk, DNS records, archives, and prior usage.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="whois icann registration lookup owner expiry registrar">
<article class="resource-card"><button class="favorite-btn" data-fav="ICANN Lookup"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-search-heart"></i></div><h4 class="resource-name">ICANN Lookup</h4><p class="resource-desc">Official lookup for domain registration data, registrar, status codes, nameservers, and dates where available.</p><a class="visit-link" href="https://lookup.icann.org/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="whoisxmlapi whois history reverse whois dns research">
<article class="resource-card"><button class="favorite-btn" data-fav="WhoisXML API"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-file-earmark-code"></i></div><h4 class="resource-name">WhoisXML API</h4><p class="resource-desc">WHOIS, DNS, IP, SSL, and domain intelligence APIs for deeper due diligence and bulk research.</p><a class="visit-link" href="https://www.whoisxmlapi.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="wayback archive history website prior use">
<article class="resource-card"><button class="favorite-btn" data-fav="Wayback Machine"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-clock-history"></i></div><h4 class="resource-name">Wayback Machine</h4><p class="resource-desc">Review historical website content to spot prior brand use, spam, adult content, redirects, or legitimate history.</p><a class="visit-link" href="https://web.archive.org/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="uspTO trademark search tm risk us brand legal">
<article class="resource-card"><button class="favorite-btn" data-fav="USPTO TESS"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-shield-check"></i></div><h4 class="resource-name">USPTO Trademark Search</h4><p class="resource-desc">Search US trademarks before buying, listing, or outbounding a domain that may overlap with existing brands.</p><a class="visit-link" href="https://www.uspto.gov/trademarks/search" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="wipo global brand database trademarks international legal">
<article class="resource-card"><button class="favorite-btn" data-fav="WIPO Global Brand Database"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-bank"></i></div><h4 class="resource-name">WIPO Global Brand Database</h4><p class="resource-desc">International trademark search resource for reviewing brand conflicts beyond the United States.</p><a class="visit-link" href="https://branddb.wipo.int/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="dns checker nameservers propagation records">
<article class="resource-card"><button class="favorite-btn" data-fav="DNSChecker"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-hdd-network"></i></div><h4 class="resource-name">DNSChecker</h4><p class="resource-desc">Check DNS propagation, A records, MX records, nameservers, and live resolution across global locations.</p><a class="visit-link" href="https://dnschecker.org/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="legal" class="mb-5 resource-section">
<h3 class="section-title h2">Policy, disputes, and safe transactions</h3>
<p class="section-subtitle mb-3">Know the rules, avoid trademark traps, and protect both sides of high-value transactions.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="icann policy udrp rules domain disputes">
<article class="resource-card"><button class="favorite-btn" data-fav="ICANN"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-building"></i></div><h4 class="resource-name">ICANN</h4><p class="resource-desc">Core policy and coordination body for domain names, registrars, gTLDs, WHOIS policy, and dispute frameworks.</p><a class="visit-link" href="https://www.icann.org/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="udrp wipo disputes domain cases legal">
<article class="resource-card"><button class="favorite-btn" data-fav="WIPO UDRP"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-journal-text"></i></div><h4 class="resource-name">WIPO Domain Name Disputes</h4><p class="resource-desc">UDRP case information, filing resources, and dispute decisions involving domain names and trademarks.</p><a class="visit-link" href="https://www.wipo.int/amc/en/domains/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="udrpsearch legal cases domain disputes">
<article class="resource-card"><button class="favorite-btn" data-fav="UDRPSearch"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-search"></i></div><h4 class="resource-name">UDRPSearch</h4><p class="resource-desc">Searchable database for prior UDRP decisions, useful for researching risk and dispute patterns.</p><a class="visit-link" href="https://www.udrpsearch.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="escrow payment transfer secure domain sales">
<article class="resource-card"><button class="favorite-btn" data-fav="Escrow.com"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-lock"></i></div><h4 class="resource-name">Escrow.com</h4><p class="resource-desc">Secure third-party escrow service commonly used for domain name sales and high-value transfers.</p><a class="visit-link" href="https://www.escrow.com/domains" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="domainagents brokerage negotiations offers leads">
<article class="resource-card"><button class="favorite-btn" data-fav="DomainAgents"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-chat-left-text"></i></div><h4 class="resource-name">DomainAgents</h4><p class="resource-desc">Brokered negotiation platform for reaching domain owners and handling structured purchase discussions.</p><a class="visit-link" href="https://domainagents.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="education" class="mb-5 resource-section">
<h3 class="section-title h2">Education, news, podcasts, and reports</h3>
<p class="section-subtitle mb-3">Stay current with domain sales, market trends, industry news, interviews, and investor strategy.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="domainsherpa education podcast interviews domain investing">
<article class="resource-card"><button class="favorite-btn" data-fav="DomainSherpa"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-mic"></i></div><h4 class="resource-name">DomainSherpa</h4><p class="resource-desc">Interviews, reviews, and educational content from experienced domain investors and industry operators.</p><a class="visit-link" href="https://domainsherpa.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="domain name wire news podcast domain industry">
<article class="resource-card"><button class="favorite-btn" data-fav="Domain Name Wire"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-newspaper"></i></div><h4 class="resource-name">Domain Name Wire</h4><p class="resource-desc">Domain industry news, podcast episodes, marketplace updates, policy coverage, and investor commentary.</p><a class="visit-link" href="https://domainnamewire.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="dnjournal sales report domain news weekly">
<article class="resource-card"><button class="favorite-btn" data-fav="DNJournal"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-graph-up-arrow"></i></div><h4 class="resource-name">DNJournal</h4><p class="resource-desc">Long-running domain news site known for weekly sales reports and market coverage.</p><a class="visit-link" href="https://www.dnjournal.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="domaininvesting blog elliot silver domain news resources">
<article class="resource-card"><button class="favorite-btn" data-fav="DomainInvesting.com"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-pencil-square"></i></div><h4 class="resource-name">DomainInvesting.com</h4><p class="resource-desc">Practical domain investing blog with industry updates, sales notes, broker commentary, and resource lists.</p><a class="visit-link" href="https://domaininvesting.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="thedomains domain news investing industry">
<article class="resource-card"><button class="favorite-btn" data-fav="TheDomains"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-rss"></i></div><h4 class="resource-name">TheDomains</h4><p class="resource-desc">Domain news, sales coverage, opinion, and industry happenings for investors and operators.</p><a class="visit-link" href="https://www.thedomains.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="internetx sedo global domain report trends tlds">
<article class="resource-card"><button class="favorite-btn" data-fav="Global Domain Report"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-file-earmark-bar-graph"></i></div><h4 class="resource-name">Global Domain Report</h4><p class="resource-desc">Annual report from InterNetX and Sedo covering market data, TLD trends, aftermarket insights, and industry outlook.</p><a class="visit-link" href="https://hub.internetx.com/en/en/global-domain-report-2026" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="communities" class="mb-5 resource-section">
<h3 class="section-title h2">Communities and social signals</h3>
<p class="section-subtitle mb-3">Watch what investors are buying, pricing, dropping, debating, and promoting.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="namepros forum community appraisals sales wholesale">
<article class="resource-card"><button class="favorite-btn" data-fav="NamePros"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-chat-dots"></i></div><h4 class="resource-name">NamePros</h4><p class="resource-desc">Large domain investor forum for appraisals, sales, auctions, news discussion, hand-reg threads, and networking.</p><a class="visit-link" href="https://www.namepros.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="x twitter domain investors hashtags social">
<article class="resource-card"><button class="favorite-btn" data-fav="X Domain Investors"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-twitter-x"></i></div><h4 class="resource-name">X / Twitter Domain Search</h4><p class="resource-desc">Follow investor conversations, auction posts, sales threads, and hashtags like #domains and #domainnames.</p><a class="visit-link" href="https://x.com/search?q=%23domains%20OR%20%23domainnames&src=typed_query" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="reddit domains community beginners questions">
<article class="resource-card"><button class="favorite-btn" data-fav="Reddit Domains"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-reddit"></i></div><h4 class="resource-name">Reddit r/Domains</h4><p class="resource-desc">Community discussions around domain ownership, valuations, buying, selling, registrar issues, and beginner questions.</p><a class="visit-link" href="https://www.reddit.com/r/Domains/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="portfolio" class="mb-5 resource-section">
<h3 class="section-title h2">Registrars and portfolio management</h3>
<p class="section-subtitle mb-3">Keep renewals, pricing, forwarding, DNS, transfers, and accounting organized.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="namesilo registrar portfolio domains bulk renewals">
<article class="resource-card"><button class="favorite-btn" data-fav="NameSilo"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-folder2-open"></i></div><h4 class="resource-name">NameSilo</h4><p class="resource-desc">Registrar popular with investors for portfolio tools, bulk management, marketplace listings, and straightforward pricing.</p><a class="visit-link" href="https://www.namesilo.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="dynadot registrar auctions marketplace bulk management">
<article class="resource-card"><button class="favorite-btn" data-fav="Dynadot"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-layers"></i></div><h4 class="resource-name">Dynadot</h4><p class="resource-desc">Registrar with bulk tools, aftermarket options, auctions, backorders, landing pages, and portfolio management.</p><a class="visit-link" href="https://www.dynadot.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="spaceship registrar domains namecheap portfolio">
<article class="resource-card"><button class="favorite-btn" data-fav="Spaceship"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-rocket"></i></div><h4 class="resource-name">Spaceship</h4><p class="resource-desc">Modern registrar interface from Namecheap with domain management, DNS, hosting, and transfer tools.</p><a class="visit-link" href="https://www.spaceship.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="cloudflare registrar dns security nameservers">
<article class="resource-card"><button class="favorite-btn" data-fav="Cloudflare Registrar"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-cloud"></i></div><h4 class="resource-name">Cloudflare Registrar</h4><p class="resource-desc">Registrar and DNS provider useful for security, fast DNS, SSL, redirects, and portfolio infrastructure.</p><a class="visit-link" href="https://www.cloudflare.com/products/registrar/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="efty landing pages portfolio marketplace domain sales">
<article class="resource-card"><button class="favorite-btn" data-fav="Efty"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-kanban"></i></div><h4 class="resource-name">Efty</h4><p class="resource-desc">Portfolio management, landing pages, marketplace storefront, and inquiry tracking for domain investors.</p><a class="visit-link" href="https://efty.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="notion airtable spreadsheet portfolio tracking custom database">
<article class="resource-card"><button class="favorite-btn" data-fav="Airtable"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-table"></i></div><h4 class="resource-name">Airtable / Notion</h4><p class="resource-desc">Build a custom tracker for acquisition cost, registrar, renewal date, floor price, BIN, inquiries, and outbound status.</p><a class="visit-link" href="https://www.airtable.com/" target="_blank" rel="noopener">Visit Airtable <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="seo" class="mb-5 resource-section">
<h3 class="section-title h2">SEO, traffic, backlinks, and domain quality</h3>
<p class="section-subtitle mb-3">Useful when evaluating expired domains for history, links, authority, spam, and content potential.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="ahrefs backlinks seo authority expired domains">
<article class="resource-card"><button class="favorite-btn" data-fav="Ahrefs"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-link-45deg"></i></div><h4 class="resource-name">Ahrefs</h4><p class="resource-desc">Backlink, keyword, organic traffic, referring domain, and competitor research for evaluating domain quality.</p><a class="visit-link" href="https://ahrefs.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="semrush seo backlinks keywords competitors traffic">
<article class="resource-card"><button class="favorite-btn" data-fav="Semrush"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-search"></i></div><h4 class="resource-name">Semrush</h4><p class="resource-desc">SEO suite for keyword research, competitor analysis, backlinks, site audits, and traffic estimates.</p><a class="visit-link" href="https://www.semrush.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="majestic backlinks trust flow citation flow expired domains">
<article class="resource-card"><button class="favorite-btn" data-fav="Majestic"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-diagram-3"></i></div><h4 class="resource-name">Majestic</h4><p class="resource-desc">Backlink intelligence with Trust Flow, Citation Flow, topical categories, and link profile review.</p><a class="visit-link" href="https://majestic.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="moz domain authority backlinks seo">
<article class="resource-card"><button class="favorite-btn" data-fav="Moz Link Explorer"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-compass"></i></div><h4 class="resource-name">Moz Link Explorer</h4><p class="resource-desc">Domain Authority, backlink checks, anchor text review, spam score, and competitive link analysis.</p><a class="visit-link" href="https://moz.com/link-explorer" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="similarweb traffic estimates websites domains">
<article class="resource-card"><button class="favorite-btn" data-fav="Similarweb"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-activity"></i></div><h4 class="resource-name">Similarweb</h4><p class="resource-desc">Traffic estimates, audience insights, referral sources, and competitive intelligence for active domains.</p><a class="visit-link" href="https://www.similarweb.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="google search console pages indexed manual actions dns verification">
<article class="resource-card"><button class="favorite-btn" data-fav="Google Search Console"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-google"></i></div><h4 class="resource-name">Google Search Console</h4><p class="resource-desc">After acquisition, verify domains to monitor indexing, manual actions, search queries, and technical issues.</p><a class="visit-link" href="https://search.google.com/search-console/about" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="naming" class="mb-5 resource-section">
<h3 class="section-title h2">Naming, trends, keywords, and startup demand</h3>
<p class="section-subtitle mb-3">Research buyer language, startup categories, funding trends, and keyword demand before building inventory.</p>
<div class="row g-3">
<div class="col-md-6 col-xl-4 resource-item" data-tags="crunchbase startups funding buyer research companies">
<article class="resource-card"><button class="favorite-btn" data-fav="Crunchbase"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-buildings"></i></div><h4 class="resource-name">Crunchbase</h4><p class="resource-desc">Startup and funding research to identify active industries, brand naming patterns, and possible buyers.</p><a class="visit-link" href="https://www.crunchbase.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="product hunt startups launches trends names">
<article class="resource-card"><button class="favorite-btn" data-fav="Product Hunt"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-megaphone"></i></div><h4 class="resource-name">Product Hunt</h4><p class="resource-desc">Track new product names, startup categories, AI trends, landing-page language, and naming styles.</p><a class="visit-link" href="https://www.producthunt.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
<div class="col-md-6 col-xl-4 resource-item" data-tags="google trends keywords demand seasonal search">
<article class="resource-card"><button class="favorite-btn" data-fav="Google Trends"><i class="bi bi-star"></i></button><div class="resource-icon"><i class="bi bi-graph-up"></i></div><h4 class="resource-name">Google Trends</h4><p class="resource-desc">Compare keyword momentum, seasonality, geographic demand, and related topics before buying trend names.</p><a class="visit-link" href="https://trends.google.com/" target="_blank" rel="noopener">Visit resource <i class="bi bi-arrow-up-right"></i></a></article>
</div>
</div>
</section>
<section id="workflow" class="mb-5">
<div class="glass-card p-4 p-lg-5">
<div class="row g-4">
<div class="col-lg-5">
<h3 class="section-title h2">A simple investor workflow</h3>
<p class="section-subtitle">Use this as a repeatable daily or weekly process for evaluating names without chasing every auction.</p>
</div>
<div class="col-lg-7">
<div class="workflow-step"><strong>1. Source candidates</strong><span>Scan ExpiredAuctions.com, ExpiredDomains.net, GoDaddy Auctions, NameJet, DropCatch, and Sav.</span></div>
<div class="workflow-step"><strong>2. Filter fast</strong><span>Remove trademark-heavy, awkward, long, hyphenated, hard-to-spell, or low-liquidity names.</span></div>
<div class="workflow-step"><strong>3. Research demand</strong><span>Check NameBio comps, DotDB registrations, Google Trends, startup usage, and exact-match buyer categories.</span></div>
<div class="workflow-step"><strong>4. Audit risk</strong><span>Review USPTO/WIPO trademarks, Wayback history, backlink profile, spam indicators, and prior use.</span></div>
<div class="workflow-step"><strong>5. Price before bidding</strong><span>Set max wholesale bid, estimated retail price, floor price, and renewal tolerance before emotional bidding starts.</span></div>
<div class="workflow-step mb-0"><strong>6. List and manage</strong><span>Use Afternic/Sedo/Atom/Dan/Efty plus registrar DNS and a spreadsheet or database for renewals and pricing.</span></div>
</div>
</div>
</div>
</section>
<section id="checklists" class="mb-5">
<div class="row g-4">
<div class="col-lg-6">
<div class="glass-card p-4 h-100">
<h3 class="section-title h3">Pre-bid checklist</h3>
<div class="table-responsive">
<table class="table table-dark align-middle">
<tbody>
<tr><td><input class="form-check-input me-2" type="checkbox"> Name is easy to spell and say</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Clear buyer category or use case</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> No obvious trademark conflict</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Prior site history is clean enough</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Comparable sales support the thesis</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Renewal cost and extension make sense</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Max bid is set before auction pressure</td></tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="glass-card p-4 h-100">
<h3 class="section-title h3">Portfolio health checklist</h3>
<div class="table-responsive">
<table class="table table-dark align-middle">
<tbody>
<tr><td><input class="form-check-input me-2" type="checkbox"> Every domain has BIN, floor, and target buyer</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Renewals are tracked 90+ days ahead</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Landers resolve correctly with contact path</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Premium names are listed on multiple channels</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Weak names are marked drop, liquidate, or develop</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Sales, costs, and inquiries are logged monthly</td></tr>
<tr><td><input class="form-check-input me-2" type="checkbox"> Outbound targets are researched and compliant</td></tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<section class="mb-5">
<div class="glass-card p-4 p-lg-5">
<h3 class="section-title h2">Quick strategy notes</h3>
<div class="row g-4">
<div class="col-md-4">
<h4 class="h5 fw-bold"><i class="bi bi-gem text-warning me-2"></i>Quality beats volume</h4>
<p class="text-white-50 mb-0">A smaller portfolio of memorable, buyer-aligned names is easier to renew, price, list, and sell than hundreds of marginal registrations.</p>
</div>
<div class="col-md-4">
<h4 class="h5 fw-bold"><i class="bi bi-shield-exclamation text-info me-2"></i>Avoid legal traps</h4>
<p class="text-white-50 mb-0">Never buy names primarily because they resemble protected brands. Trademark risk can destroy the investment thesis.</p>
</div>
<div class="col-md-4">
<h4 class="h5 fw-bold"><i class="bi bi-graph-up-arrow text-success me-2"></i>Price for the buyer</h4>
<p class="text-white-50 mb-0">Wholesale comps help with acquisition, but retail pricing depends on buyer urgency, brand fit, replacement options, and budget.</p>
</div>
</div>
</div>
</section>
</main>
<button id="backTop" class="btn btn-primary back-top" type="button" aria-label="Back to top"><i class="bi bi-arrow-up"></i></button>
<footer class="py-4">
<div class="container d-flex flex-column flex-md-row justify-content-between gap-2">
<span>Domain Investor Resource Hub — single-file HTML dashboard.</span>
<span>Tip: Star favorite tools; favorites are saved in this browser.</span>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script>
const searchInput = document.getElementById('resourceSearch');
const items = Array.from(document.querySelectorAll('.resource-item'));
const noResults = document.getElementById('noResults');
const favButtons = Array.from(document.querySelectorAll('.favorite-btn'));
const showFavoritesBtn = document.getElementById('showFavorites');
const clearFiltersBtn = document.getElementById('clearFilters');
const backTop = document.getElementById('backTop');
let showingFavoritesOnly = false;
const getFavorites = () => JSON.parse(localStorage.getItem('domainInvestorFavorites') || '[]');
const setFavorites = (favorites) => localStorage.setItem('domainInvestorFavorites', JSON.stringify(favorites));
function applyFavoriteStates() {
const favorites = getFavorites();
favButtons.forEach(btn => {
const name = btn.dataset.fav;
const active = favorites.includes(name);
btn.classList.toggle('active', active);
btn.innerHTML = active ? '<i class="bi bi-star-fill"></i>' : '<i class="bi bi-star"></i>';
});
}
function filterResources() {
const q = searchInput.value.trim().toLowerCase();
const favorites = getFavorites();
let visibleCount = 0;
items.forEach(item => {
const cardText = item.innerText.toLowerCase();
const tags = (item.dataset.tags || '').toLowerCase();
const favName = item.querySelector('.favorite-btn')?.dataset.fav;
const matchesSearch = !q || cardText.includes(q) || tags.includes(q);
const matchesFav = !showingFavoritesOnly || favorites.includes(favName);
const show = matchesSearch && matchesFav;
item.style.display = show ? '' : 'none';
if (show) visibleCount++;
});
noResults.style.display = visibleCount ? 'none' : 'block';
document.querySelectorAll('.resource-section').forEach(section => {
const visibleInSection = Array.from(section.querySelectorAll('.resource-item')).some(item => item.style.display !== 'none');
section.style.display = visibleInSection ? '' : 'none';
});
showFavoritesBtn.classList.toggle('active', showingFavoritesOnly);
}
favButtons.forEach(btn => {
btn.addEventListener('click', () => {
const name = btn.dataset.fav;
const favorites = getFavorites();
const next = favorites.includes(name)
? favorites.filter(f => f !== name)
: [...favorites, name];
setFavorites(next);
applyFavoriteStates();
filterResources();
});
});
searchInput.addEventListener('input', filterResources);
showFavoritesBtn.addEventListener('click', () => {
showingFavoritesOnly = !showingFavoritesOnly;
filterResources();
});
clearFiltersBtn.addEventListener('click', () => {
searchInput.value = '';
showingFavoritesOnly = false;
filterResources();
});
window.addEventListener('scroll', () => {
backTop.style.display = window.scrollY > 700 ? 'inline-grid' : 'none';
});
backTop.addEventListener('click', () => window.scrollTo({ top: 0, behavior: 'smooth' }));
document.querySelectorAll('.form-check-input').forEach((box, idx) => {
const key = `domainInvestorChecklist_${idx}`;
box.checked = localStorage.getItem(key) === 'true';
box.addEventListener('change', () => localStorage.setItem(key, box.checked));
});
applyFavoriteStates();
filterResources();
</script>
</body>
</html>