-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
545 lines (470 loc) · 23.3 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta name="google-site-verification" content="I5Ey9Cj-aSVyMkvrZSz0kL8EuKaZz-Cts2eFJqbMFgc" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Domain Name Generator</title>
<meta name="description" content="generate unlimited domain name and suggestions using domain name generator. find domain names for your blog, brands, and website." />
<!-- SEO META -->
<meta property="og:title" content="Domain Name Generator" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://domaingenerator.github.io/" />
<meta property="og:image" content="/static/images/domain-tools-banner.png" />
<meta property="og:site_name" content="domaingenerator.github.io" />
<meta property="og:description" content="generate unlimited domain name and suggestions using our domain name generator. find domain names for your blog, brands, and website" />
<meta name="twitter:card" content="summary" />
<link rel="shortcut icon" href="/favicon.png" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://domaingenerator.github.io/" />
<!-- END SEO META -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" media="all" />
<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=Rubik:wght@400;500;600;700&display=swap" rel="stylesheet" defer="">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" defer="" />
<link rel="stylesheet" href="/static/css/style.css?v=5" type="text/css" />
</head>
<body>
<header class="shadow-sm" id="home">
<nav class="navbar navbar-expand-lg navbar-dark pt-2 pb-2">
<div class="container">
<a class="navbar-brand fw-bold" href="/" title="Home"><b class="text-light">DomainGenerator</b></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navtoggle" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navtoggle">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="https://domaingenerator.github.io/#howto">How To</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://domaingenerator.github.io/#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://domaingenerator.github.io/#faqs">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.privacypolicygenerator.info/live.php?token=uZSU8cB1754rfMXw6wY8ncCUTMBLChPC">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.termsandconditionsgenerator.com/live.php?token=6jscR2oYylfAiBCYcFNSQObTbKlv8sV5">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://forms.gle/r6t4SRMVW3KPwseT9">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- end header -->
<!-- main container -->
<div class="tool-box py-3">
<div class="container">
<form action="javascript:void(0)" class="generator-form" method="post">
<h1 class="fs-1 fw-bold text-center mt-4 mb-4"><b class="text-primary">Domain</b> Name Generator</h1>
<div class="input-group mb-3 mt-3 m-auto shadow rounded-2" style="max-width: 640px;">
<span class="input-group-text text-primary fs-3"><i class="bi bi-globe"></i></span>
<input type="text" class="form-control dk p-3" name="domain_keyword" placeholder="Enter a keyword..." autocmplete="off" required focus />
</div>
<div class="row row-cols-1 row-cols-sm-3 row-cols-md-3 row-cols-lg-3 g-2 m-auto" style="max-width:640px;">
<div class="col">
<label class="form-label mb-0" for="dl">Domain Length</label>
<input type="number" class="form-control form-control-sm me-2" name="dl" id="dl" value="15" required />
</div>
<div class="col">
<label class="form-label mb-0" for="sn">Sensitive Name</label>
<select class="form-select form-select-sm" name="sn" id="sn" required focus >
<option value="no" selected>No</option>
<option value="yes">Yes</option>
</select>
</div>
<div class="col">
<label class="form-label mb-0" for="inb">Include Numbers</label>
<select class="form-select form-select-sm" name="inb" id="inb" required focus >
<option value="yes" selected>Yes</option>
<option value="no">No</option>
</select>
</div>
</div>
<div class="tlds m-auto mt-3 text-center" style="max-width:640px">
<h2 class="fs-5 fw-bold d-block mb-3">Select TLDs</h2>
<div class="tld clearfix">
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="com" type="checkbox" id="com" checked>
<label class="form-check-label" for="com">COM</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="net" type="checkbox" id="net">
<label class="form-check-label" for="net">NET</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="org" type="checkbox" id="org">
<label class="form-check-label" for="org">ORG</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="info" type="checkbox" id="info">
<label class="form-check-label" for="info">INFO</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="me" type="checkbox" id="me">
<label class="form-check-label" for="me">ME</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="app" type="checkbox" id="app">
<label class="form-check-label" for="app">APP</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="xyz" type="checkbox" id="xyz">
<label class="form-check-label" for="xyz">XYZ</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="blog" type="checkbox" id="blog">
<label class="form-check-label" for="blog">BLOG</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="us" type="checkbox" id="us">
<label class="form-check-label" for="us">US</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="biz" type="checkbox" id="biz">
<label class="form-check-label" for="biz">BIZ</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="edu" type="checkbox" id="edu">
<label class="form-check-label" for="edu">EDU</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="asia" type="checkbox" id="asia">
<label class="form-check-label" for="asia">ASIA</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="pro" type="checkbox" id="pro">
<label class="form-check-label" for="pro">PRO</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="online" type="checkbox" id="online">
<label class="form-check-label" for="online">ONLINE</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="click" type="checkbox" id="click">
<label class="form-check-label" for="click">CLICK</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="shop" type="checkbox" id="shop">
<label class="form-check-label" for="shop">SHOP</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="co" type="checkbox" id="co">
<label class="form-check-label" for="co">CO</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="io" type="checkbox" id="io">
<label class="form-check-label" for="io">IO</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="dev" type="checkbox" id="dev">
<label class="form-check-label" for="dev">DEV</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="bio" type="checkbox" id="bio">
<label class="form-check-label" for="bio">BIO</label>
</div>
<div class="form-check ms-2 mb-3 float-start">
<input class="form-check-input" name="tld[]" value="in" type="checkbox" id="in">
<label class="form-check-label" for="in">IN</label>
</div>
</div><!-- end tld -->
</div> <!-- ./ tlds -->
<div class="text-center mt-3 mb-3 pt-3">
<button type="submit" class="btn btn-primary btn-mb rounded-1 shadow border-none gd event" style="width:300px">Generate Domains <i class="bi bi-arrow-right"></i></button>
<div class="mt-3 mb-3 message"></div>
</div>
</form>
</div><!-- ./ container -->
</div><!-- ./ tool-box -->
<!-- generated data -->
<div id="gd" class="bg-light p-2"></div>
<!-- ./ generated data -->
<div class="py-5 bg-light">
<div class="container blog">
<h2 class="fw-bold mb-3 text-center text-dark fs-1"><span class="text-primary">Domain Name Generator</span></h2>
<p>
<strong>Domain Name Generator</strong> is a specialized online tool designed to automate the process of generating multiple domain name suggestions at once. this tool use various algorithms and techniques to produce a list of available domain names that are creative, relevant, and memorable.
</p>
<p>
This <strong>Domain Name Generator</strong> is a lifesaver for entrepreneurs, startups, and businesses looking to establish a strong online presence. This tool will help you brainstorm unique domain names, saving your time and the frustration of manually checking the availability of each name.
</p>
</div>
</div>
<div class="py-5 bg-dark">
<div class="container">
<h2 id="howto" class="fs-2 fw-bold mt-3 mb-3 text-center" style="color:#65B741;">How To Use Domain Name Generator?</h2>
<p class="text-light">You can generate unlimited domain names for any extension using only few clicks, just follow the steps below. Also have an image for you on how to use bulk domain name generator see the image below (it's more easy).
<br/>
<br/>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-3">
<div class="col-12">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-1-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Input a Keyword</h3>
<p>
Input a keyword that related to your business, blog, website it will help us to generate for unique names for you.
</p>
</div>
</div>
</div>
<div class="col-12">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-2-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Domain Name Filter</h3>
<p>
There is three things that you can use suchs as (Domain Length, Sensitive Name, Include Numbers) adjust these three domain filter settings according to your need.
</p>
</div>
</div>
</div>
<div class="col-12">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-3-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Select Domain Extension</h3>
<p>
Select domain extension from select TLDs section, if you want to generate variety of domain extensions for the same name then select multiple extensions. (we will add more extensions in the future).
</p>
</div>
</div>
</div>
<div class="col-12">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-4-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Generate Domains</h3>
<p>
Finally click the "Generate Domains" button to generate domain names, please note that we can generate 100 domain names at once. if you need more names then try multiple times.
</p>
</div>
</div>
</div>
<div class="col-12">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-image-fill"></i>
</div>
<div class="features-card-content">
<h3>All Steps in one image</h3>
<img class="img-fluid" src="/static/images/domain-tools-banner.png" alt="how use domain name generate tool" />
</div>
</div>
</div>
</div>
<hr class="text-secondary" />
</div>
</div>
<div class="py-1 bg-dark">
<div class="container">
<h2 id="features" class="fs-2 fw-bold mb-3 text-center" style="color:#65B741;">Features: Domain Name Generator</h2>
<br />
<br />
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-3">
<div class="col">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-1-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Bulk Generation</h3>
<p>
The primary function of this tools is to generate multiple domain name suggestions in one go, saving your significant amount of time and effort.</p>
</div>
</div>
</div>
<div class="col">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-2-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Keyword Integration</h3>
<p>You can input relevant keywords or phrases related to your business or website, and the tool will incorporate these keywords into the generated domain names.</p>
</div>
</div>
</div>
<div class="col">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-3-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Domain Availability Check</h3>
<p>Our domain name generator tool will automatically check the availability of the suggested domain names, ensuring that only those that can be registered are displayed.</p>
</div>
</div>
</div>
<div class="col">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-4-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Variety of Extensions</h3>
<p>Our bulk domain name generator will provide suggestions for various domain extensions (e.g., .com, .net, .io, .co), allowing you to explore different options.</p>
</div>
</div>
</div>
<div class="col">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-5-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Customization Options</h3>
<p>You have the flexibility to set specific criteria, such as domain length, character type, sensitive same, and more, to fine-tune the suggestions according to your preferences.</p>
</div>
</div>
</div>
<div class="col">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-6-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Unique Suggestions</h3>
<p>Our tool aim to provide unique and creative domain name suggestions that stand out in a crowded online marketplace.</p>
</div>
</div>
</div>
<div class="col">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-7-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>Filtering and Sorting</h3>
<p>You can easily filter and sort generated domain names based on criteria like length, popularity, and relevance.</p>
</div>
</div>
</div>
<div class="col">
<div class="features-card">
<div class="features-card-icon">
<i class="bi bi-8-circle-fill"></i>
</div>
<div class="features-card-content">
<h3>No Account Required</h3>
<p>Our tool is free and easy to use also you don't need to create any account to use our bulk domain genertator tool.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 bg-light">
<div class="container">
<h2 id="faqs" class="fw-bold mt-3 mb-3 pt-3 text-center text-dark">FAQs: Domain Name Generator</h2>
<div class="accordion" id="faq">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#q1" aria-expanded="true" aria-controls="q1">
Are the generated domain names unique?
</button>
</h2>
<div id="q1" class="accordion-collapse collapse show" data-bs-parent="#faq">
<div class="accordion-body text-secondary">
Yes, domain name generator tool strive to provide unique and creative suggestions. However, it's essential to conduct a trademark search to ensure legal compliance.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q2" aria-expanded="false" aria-controls="q2">
Can I use my own keywords in the generator?
</button>
</h2>
<div id="q2" class="accordion-collapse collapse" data-bs-parent="#faq">
<div class="accordion-body text-secondary">
Absolutely! Most our tool allow you to input specific keywords or phrases to generate domain name suggestions tailored to your business or website.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q3" aria-expanded="false" aria-controls="q3">
How do I know if a domain name is available for registration?
</button>
</h2>
<div id="q3" class="accordion-collapse collapse" data-bs-parent="#faq">
<div class="accordion-body text-secondary">
This tool come with a domain availability checker that verifies whether a suggested domain name can be registered or not.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q4" aria-expanded="false" aria-controls="q4">
Can I filter domain name suggestions by extension?
</button>
</h2>
<div id="q4" class="accordion-collapse collapse" data-bs-parent="#faq">
<div class="accordion-body text-secondary">
Yes, you can filter suggestions based on the domain extension (e.g., .com, .net, .io) to find the one that best suits your needs.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q5" aria-expanded="false" aria-controls="q5">
Are this domain name generator tool free?
</button>
</h2>
<div id="q5" class="accordion-collapse collapse" data-bs-parent="#faq">
<div class="accordion-body text-secondary">
Yes, your domain name generator tool absolutely free for everyone, you can use all features of this tool free of cost.
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="/static/js/app.js?v=9.1"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<footer class="shadow py-3">
<div class="p-3 pb-1 text-center border-bottom container" style="border-color: #6662 !important">
<p class="text-secondary">© 2024 <b class="text-success">DomainTools</b></p>
</div>
<div class="d-flex justify-content-center pb-3 mt-1">
<a href="https://www.privacypolicygenerator.info/live.php?token=uZSU8cB1754rfMXw6wY8ncCUTMBLChPC" title="Privacy" class="me-1 text-secondary">Privacy</a>
<a href="https://www.termsandconditionsgenerator.com/live.php?token=6jscR2oYylfAiBCYcFNSQObTbKlv8sV5" title="Terms" class="me-1 text-secondary">Terms</a>
<a href="https://forms.gle/r6t4SRMVW3KPwseT9" title="Contact" class="me-1 text-secondary">Contact</a>
<a href="https://scribddownloader.github.io/" title="Scribd Downloader" class="me-1 text-secondary">Scribd Downloader</a>
</div>
</footer>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(98253558, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/98253558" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>