-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
704 lines (668 loc) · 48.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
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="Assistant Apps">
<title>Assistant Apps - Built to help you enjoy your gaming to the fullest</title>
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="index" href="https://assistantapps.com">
<link rel="canonical" href="https://assistantapps.com">
<meta name="referrer" content="no-referrer">
<link rel="manifest" href="/manifest.json">
<link rel="author" href="/humans.txt">
<link rel="me" href="mailto:[email protected]">
<link rel="me" href="https://kurtlourens.com" type="text/html">
<link rel="search" href="/open-search.xml" type="application/opensearchdescription+xml" title="Search Title">
<meta name="theme-color" content="#4285f4">
<meta name="subject" content="Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web">
<meta name="description" content="Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web">
<meta name="rating" content="General">
<meta name="robots" content="index,follow">
<!-- Google -->
<meta name="googlebot" content="index,follow">
<meta name="google" content="nositelinkssearchbox">
<meta name="mobile-web-app-capable" content="yes">
<!-- Apple -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2b5797">
<!-- <link rel="apple-touch-startup-image" href="/path/to/launch.png"> -->
<meta name="apple-mobile-web-app-title" content="Assistant Apps">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@AssistantApps">
<meta name="twitter:creator" content="@KhaozTopsy">
<meta name="twitter:url" content="https://twitter.com/AssistantApps">
<meta name="twitter:title" content="Assistant Apps">
<meta name="twitter:description" content="Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web">
<meta name="twitter:image" content="https://mugshotbot.com/m/zkrIydZc">
<meta name="twitter:image:alt" content="Logo of the Assistant Apps">
<!-- Facebook -->
<meta property="og:url" content="https://assistantapps.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Assistant Apps - Built to help you enjoy your gaming to the fullest">
<meta property="og:image" content="https://mugshotbot.com/m/zkrIydZc">
<meta property="og:image:alt" content="Logo of the Assistant Apps">
<meta property="og:description" content="Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web">
<meta property="og:site_name" content="Assistant Apps - Built to help you enjoy your gaming to the fullest">
<meta property="og:locale" content="en_UK">
<meta property="article:author" content="Kurt Lourens">
<!-- Microsoft -->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible">
<meta name="msapplication-config" content="browserconfig.xml">
<meta name="msapplication-TileColor" content="#2b5797">
<!-- HTTP Headers -->
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self' 'report-sample' 'nonce-is-preload-handler' 'sha256-iN7wpJdxHlpujRppkOA8N0+Mzp0ZqZr3lCtxM00Y63c=' cdnjs.cloudflare.com www.googletagmanager.com js.hcaptcha.com webcomp.assistantapps.com; style-src 'self' 'unsafe-inline' 'report-sample' 'nonce-google-font' https://fonts.googleapis.com/css2; img-src 'self' data: cdn.assistantapps.com cdn-usr.assistantapps.com; font-src 'self' fonts.gstatic.com; frame-src newassets.hcaptcha.com; manifest-src http://127.0.0.1:8080/manifest.json https://assistantapps.com/manifest.json; connect-src api.assistantapps.com; base-uri 'self'; form-action 'none'; upgrade-insecure-requests;" />
<meta http-equiv="X-Content-Security-Policy" content="default-src 'none'; script-src 'self' 'report-sample' 'nonce-is-preload-handler' 'sha256-iN7wpJdxHlpujRppkOA8N0+Mzp0ZqZr3lCtxM00Y63c=' cdnjs.cloudflare.com www.googletagmanager.com js.hcaptcha.com webcomp.assistantapps.com; style-src 'self' 'unsafe-inline' 'report-sample' 'nonce-google-font' https://fonts.googleapis.com/css2; img-src 'self' data: cdn.assistantapps.com cdn-usr.assistantapps.com; font-src 'self' fonts.gstatic.com; frame-src newassets.hcaptcha.com; manifest-src http://127.0.0.1:8080/manifest.json https://assistantapps.com/manifest.json; connect-src api.assistantapps.com; base-uri 'self'; form-action 'none'; upgrade-insecure-requests;" />
<meta http-equiv="X-WebKit-CSP" content="default-src 'none'; script-src 'self' 'report-sample' 'nonce-is-preload-handler' 'sha256-iN7wpJdxHlpujRppkOA8N0+Mzp0ZqZr3lCtxM00Y63c=' cdnjs.cloudflare.com www.googletagmanager.com js.hcaptcha.com webcomp.assistantapps.com; style-src 'self' 'unsafe-inline' 'report-sample' 'nonce-google-font' https://fonts.googleapis.com/css2; img-src 'self' data: cdn.assistantapps.com cdn-usr.assistantapps.com; font-src 'self' fonts.gstatic.com; frame-src newassets.hcaptcha.com; manifest-src http://127.0.0.1:8080/manifest.json https://assistantapps.com/manifest.json; connect-src api.assistantapps.com; base-uri 'self'; form-action 'none'; upgrade-insecure-requests;" />
<link rel="stylesheet" href="/assets/css/main.css?v=2.0.10" />
<link rel="preload" as="image" href="/assets/img/phone-bg.png">
<link rel="preload" as="image" href="/assets/img/screenshot-frame.png">
<link rel="preload" href="/assets/img/screenshot-assistantNMS1.png" as="image">
<link rel="preload" href="/assets/img/screenshot-assistantNMS2.png" as="image">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://cdn.assistantapps.com">
<link rel="preload" href="https://cdn.assistantapps.com/assistantNMS.webp" as="image">
<link rel="preload" href="https://cdn.assistantapps.com/forest.png" as="image">
<link rel="preload" href="https://cdn.assistantapps.com/assistantSMS.webp" as="image">
<link rel="preload" href="https://cdn.assistantapps.com/kronos.jpg" as="image">
<link rel="preload" href="https://cdn.assistantapps.com/assistantDKM.png" as="image">
<link rel="preload" href="/assets/img/Unknown.webp" as="image">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400&display=swap" rel="stylesheet">
<noscript>
<link rel="stylesheet" href="/assets/css/noscript.css" />
</noscript>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "SoftwareApplication",
"name": "Assistant Apps",
"url": "https://assistantapps.com",
"about": "Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web",
"description": "Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web",
"image": "assets/favicon/android-icon-192x192.png",
"applicationCategory": "Application",
"operatingSystem": "Android Lollipop, iOS, Chrome, Firefox, Opera, Internet Explorer, Edge",
"softwareVersion": "2.0.10",
"version": "2.0.10",
"author": {
"@type": "Person",
"name": "Kurt Lourens",
"givenName": "Kurt Lourens",
"familyName": "Kurt Lourens",
"additionalName": "KhaozTopsy",
"url": "https://kurtlourens.com",
"image": "https://kurtlourens.com/assets/images/KurtAvatar.svg",
"description": "Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web",
"jobTitle": "Software Engineer"
},
"creator": {
"@type": "Person",
"name": "Kurt Lourens",
"givenName": "Kurt Lourens",
"familyName": "Kurt Lourens",
"additionalName": "KhaozTopsy",
"url": "https://kurtlourens.com",
"image": "https://kurtlourens.com/assets/images/KurtAvatar.svg",
"description": "Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web",
"jobTitle": "Software Engineer"
},
"offers": {
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "Assistant Apps",
"url": "https://assistantapps.com",
"image": "assets/favicon/android-icon-192x192.png",
"description": "Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web",
"itemOffered": {
"@type": "service",
"name": "Assistant Apps",
"brand": {
"@type": "brand",
"name": "Assistant Apps",
"url": "https://assistantapps.com",
"logo": "assets/favicon/android-icon-192x192.png",
"image": "assets/favicon/android-icon-192x192.png",
"description": "Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web"
},
"url": "https://assistantapps.com",
"logo": "assets/favicon/android-icon-192x192.png",
"image": "assets/favicon/android-icon-192x192.png",
"description": "Home page of the Assistant Apps. Get the apps on Google Play, Apple App Store and on the web",
"offers": [
{
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "Assistant for No Man's Sky",
"url": "https://nmsassistant.com",
"image": "https://cdn.assistantapps.com/assistantNMS.webp",
"description": "The first of the Assistant apps! This app was relased on the 12th of August 2019 and reached 70 000 active users on Android & iOS 2 years later. The app is available on Android, iOS and a simplified version is available for Web"
}
,
{
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "Companion of the Forest",
"url": "https://theforestmap.app",
"image": "https://cdn.assistantapps.com/forest.png",
"description": "Do you play The Forest? Tired of searching for item locations while playing? Companion of the Forest is an interactive Forest Map that shows you where items in the game are. Whether you're a new or returning player, this app's got you covered with locations of items from the original Forest and it's sequel, Sons of the Forest!"
}
,
{
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "Assistant for Scrap Mechanic",
"url": "https://scrapassistant.com",
"image": "https://cdn.assistantapps.com/assistantSMS.webp",
"description": "The Assistant for Scrap Mechanic app would not have been started if the developers of the game did not make it easy for modders to look at and edit the game's files. This made reading the game files a lot easier than No Man's Sky and helped in completing this project in a short period of time (2-3 weeks part time). This is also the first completely open source project."
}
,
{
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "Kronos: Guides for Zombies",
"url": "https://kronosguides.app",
"image": "https://cdn.assistantapps.com/kronos.jpg",
"description": "Do you play Zombies? Tired of having to search for guides when playing? Let this app do the work for you! Join the community of over 50,000 to stay up-to-date with the latest Zombies Easter Eggs with Kronos - the zombies companion!"
}
,
{
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "Assistant for Dinkum",
"url": "https://assistantapps.com/dkm",
"image": "https://cdn.assistantapps.com/assistantDKM.png",
"description": "The Assistant for Scrap Mechanic app would not have been started if the developers of the game did not make it easy for modders to look at and edit the game's files. This made reading the game files a lot easier than No Man's Sky and helped in completing this project in a short period of time (2-3 weeks part time). This is also the first completely open source project."
}
,
{
"@type": "offer",
"price": "0",
"priceCurrency": "USD",
"name": "Assistant for Unknown",
"url": "#",
"image": "/assets/img/Unknown.webp",
"description": "Yet another Assistant app is under development. Can you guess what game it will be about? Let us know what you think we are working on 😁"
}
]
}
},
"aggregateRating": {
"@type": "AggregateRating",
"bestRating": "5",
"ratingCount": "1",
"reviewCount": "5",
"ratingValue": "5"
},
"inLanguage": "en",
"dateCreated": "2024-01-05",
"dateModified": "2024-01-05",
"datePublished": "2024-01-05"
}
</script>
</head>
<body class="is-preload">
<div id="page-wrapper" class="bootstrap-wrapper">
<header id="header" class="noselect alt">
<label id="menu-toggle" for="toggle">Menu</label>
<input type="checkbox" id="toggle">
<label id="menu" class="noselect" for="toggle">
<div class="menu-inner">
<ul class="links">
<li>
<a href="https://tools.assistantapps.com?ref=AssistantApps" title="Translation Tool" target="_blank"
rel="noopener noreferrer">Translation Tool</a>
</li>
<li>
<a href="https://kurtlourens.com?ref=AssistantApps" title="Kurt Lourens" target="_blank"
rel="noopener noreferrer">Kurt Lourens</a>
</li>
<li>
<a href="https://nmsassistant.com?ref=AssistantApps" title="Assistant for No Man's Sky" target="_blank"
rel="noopener noreferrer">Assistant for No Man's Sky</a>
</li>
<li>
<a href="https://theforestmap.app?ref=AssistantApps" title="Companion of the Forest" target="_blank"
rel="noopener noreferrer">Companion of the Forest</a>
</li>
<li>
<a href="https://scrapassistant.com?ref=AssistantApps" title="Assistant for Scrap Mechanic" target="_blank"
rel="noopener noreferrer">Assistant for Scrap Mechanic</a>
</li>
<li>
<a href="https://kronosguides.app?ref=AssistantApps" title="Kronos: Guides for Zombies" target="_blank"
rel="noopener noreferrer">Kronos: Guides for Zombies</a>
</li>
<li>
<a href="https://assistantapps.com/dkm?ref=AssistantApps" title="Assistant for Dinkum" target="_blank"
rel="noopener noreferrer">Assistant for Dinkum</a>
</li>
</ul>
<label id="menu-toggle-close" for="toggle">X</label>
</div>
</label>
</header>
<section id="banner">
<div class="inner">
<div class="row">
<div class="banner-text col-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
<h2 class="font-weight-light">
<span class="apps-start-word-slider font-weight-light">
<span class="hidden">Assistant</span>
</span>
<br class="noselect" />
<span class="apps-end-word-slider font-weight-heavy">
<span class="hidden">Apps</span>
</span>
</h2>
<p>Beautiful and fast cross-platform apps built to help you in your favourite games!</p>
<div class="scroll-down-arrows"><span></span><span></span><span></span></div>
</div>
<div class="banner-screenshot-stack noselect col-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
<div class="star-parallax">
<div data-depth="0.05" class="star-container">
<div class="star four-pointed-star"></div>
</div>
<div data-depth="0.75" class="star-container">
<div class="star four-pointed-star"></div>
</div>
<div data-depth="0.33" class="star-container">
<div class="star four-pointed-star"></div>
</div>
<div data-depth="0.25" class="star-container">
<div class="star four-pointed-star"></div>
</div>
<div data-depth="0.05" class="star-container">
<div class="star four-pointed-star"></div>
</div>
</div>
<div class="screenshot-stack">
<div class="apps-screenshot">
<div class="screenshot-inner">
<div class="apps-left-screenshot-slider-bg"></div>
<div class="assistantapps-logo"></div>
<div class="apps-left-screenshot-slider"></div>
<img src="/assets/img/screenshot-frame.png" loading="lazy" draggable="false"
alt="phone frame" class="screenshot-frame" />
</div>
</div>
<div class="apps-screenshot">
<div class="screenshot-inner">
<div class="apps-left-screenshot-slider-bg"></div>
<div class="assistantapps-logo"></div>
<div class="apps-right-screenshot-slider"></div>
<img src="/assets/img/screenshot-frame.png" loading="lazy" draggable="false"
alt="phone frame" class="screenshot-frame" />
</div>
</div>
</div>
</div>
<img src="/assets/img/animation-paused.svg" loading="lazy" draggable="false" alt="animation paused"
class="noselect animation-paused-icon" />
</div>
</div>
</section>
<section id="wrapper">
<h1 class="mb-1">Our Assistants</h1>
<div class="features">
<section id="nms" class="wrapper spotlight style1">
<div class="inner">
<a href="https://nmsassistant.com?ref=AssistantApps" title="Assistant for No Man's Sky" target="_blank" rel="noopener noreferrer" class="noselect image">
<img src="https://cdn.assistantapps.com/assistantNMS.webp" alt="Assistant for No Man's Sky" />
</a>
<div class="content">
<h2 class="font-weight-light">
Assistant for <span class="font-weight-heavy">No Man's Sky</span>
</h2>
<p>The first of the Assistant apps! This app was relased on the 12th of August 2019 and reached 70 000 active users on Android & iOS 2 years later. The app is available on Android, iOS and a simplified version is available for Web</p>
<a href="https://apps.apple.com/us/app/id1480287625?ref=AssistantApps" title="Apple App Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/apple.png" alt="Apple App Store" />
</a>
<a href="https://play.google.com/store/apps/details?id=com.kurtlourens.no_mans_sky_recipes&ref=AssistantApps" title="Google Play Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/googlePlay.png" alt="Google Play Store" />
</a>
<a href="https://app.nmsassistant.com?ref=AssistantApps" title="Web App" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/webapp.png" alt="Web App" />
</a>
<a href="https://apps.microsoft.com/store/detail/assistant-for-no-mans-sky/9NQLF7XD0LF3?ref=AssistantApps" title="Windows" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/windows.png" alt="Windows" />
</a>
<a href="https://nmsassistant.com?ref=AssistantApps" title="Homepage" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/web.png" alt="Homepage" />
</a>
<a href="https://github.com/AssistantNMS?ref=AssistantApps" title="Github organisation" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/github.png" alt="Github organisation" />
</a>
</div>
</div>
</section>
<section id="for" class="wrapper spotlight alt style2">
<div class="inner">
<a href="https://theforestmap.app?ref=AssistantApps" title="Companion of the Forest" target="_blank" rel="noopener noreferrer" class="noselect image">
<img src="https://cdn.assistantapps.com/forest.png" alt="Companion of the Forest" />
</a>
<div class="content">
<h2 class="font-weight-light">
Assistant for <span class="font-weight-heavy">The Forest</span>
</h2>
<p>Do you play The Forest? Tired of searching for item locations while playing? Companion of the Forest is an interactive Forest Map that shows you where items in the game are. Whether you're a new or returning player, this app's got you covered with locations of items from the original Forest and it's sequel, Sons of the Forest!</p>
<a href="https://apps.apple.com/us/app/companion-of-the-forest/id1576018666?ref=AssistantApps" title="Apple App Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/apple.png" alt="Apple App Store" />
</a>
<a href="https://play.google.com/store/apps/details?id=companion.sotf&ref=AssistantApps" title="Google Play Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/googlePlay.png" alt="Google Play Store" />
</a>
<a href="https://app.theforestmap.app/?ref=AssistantApps" title="Web" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/webapp.png" alt="Web" />
</a>
<a href="https://theforestmap.app?ref=AssistantApps" title="Homepage" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/web.png" alt="Homepage" />
</a>
</div>
</div>
</section>
<section id="sms" class="wrapper spotlight style1">
<div class="inner">
<a href="https://scrapassistant.com?ref=AssistantApps" title="Assistant for Scrap Mechanic" target="_blank" rel="noopener noreferrer" class="noselect image">
<img src="https://cdn.assistantapps.com/assistantSMS.webp" alt="Assistant for Scrap Mechanic" />
</a>
<div class="content">
<h2 class="font-weight-light">
Assistant for <span class="font-weight-heavy">Scrap Mechanic</span>
</h2>
<p>The Assistant for Scrap Mechanic app would not have been started if the developers of the game did not make it easy for modders to look at and edit the game's files. This made reading the game files a lot easier than No Man's Sky and helped in completing this project in a short period of time (2-3 weeks part time). This is also the first completely open source project.</p>
<a href="https://apps.apple.com/us/app/id1519215611?ref=AssistantApps" title="Apple App Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/apple.png" alt="Apple App Store" />
</a>
<a href="https://play.google.com/store/apps/details?id=com.kurtlourens.scrap_mechanic&ref=AssistantApps" title="Google Play Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/googlePlay.png" alt="Google Play Store" />
</a>
<a href="https://scrapassistant.com?ref=AssistantApps" title="Web" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/webapp.png" alt="Web" />
</a>
<a href="https://github.com/AssistantSMS?ref=AssistantApps" title="Github organisation" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/github.png" alt="Github organisation" />
</a>
</div>
</div>
</section>
<section id="kronos" class="wrapper spotlight alt style2">
<div class="inner">
<a href="https://kronosguides.app?ref=AssistantApps" title="Kronos: Guides for Zombies" target="_blank" rel="noopener noreferrer" class="noselect image">
<img src="https://cdn.assistantapps.com/kronos.jpg" alt="Kronos: Guides for Zombies" />
</a>
<div class="content">
<h2 class="font-weight-light">
Kronos: <span class="font-weight-heavy">Guides for Zombies</span>
</h2>
<p>Do you play Zombies? Tired of having to search for guides when playing? Let this app do the work for you! Join the community of over 50,000 to stay up-to-date with the latest Zombies Easter Eggs with Kronos - the zombies companion!</p>
<a href="https://apps.apple.com/us/app/id1438078478?ref=AssistantApps" title="Apple App Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/apple.png" alt="Apple App Store" />
</a>
<a href="https://play.google.com/store/apps/details?id=companion.kronosflutter&ref=AssistantApps" title="Google Play Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/googlePlay.png" alt="Google Play Store" />
</a>
</div>
</div>
</section>
<section id="dkm" class="wrapper spotlight style1">
<div class="inner">
<a href="https://assistantapps.com/dkm?ref=AssistantApps" title="Assistant for Dinkum" target="_blank" rel="noopener noreferrer" class="noselect image">
<img src="https://cdn.assistantapps.com/assistantDKM.png" alt="Assistant for Dinkum" />
</a>
<div class="content">
<h2 class="font-weight-light">
Assistant for <span class="font-weight-heavy">Dinkum</span>
</h2>
<p>The Assistant for Scrap Mechanic app would not have been started if the developers of the game did not make it easy for modders to look at and edit the game's files. This made reading the game files a lot easier than No Man's Sky and helped in completing this project in a short period of time (2-3 weeks part time). This is also the first completely open source project.</p>
<a href="https://play.google.com/store/apps/details?id=com.assistantapps.assistant_dinkum_app&ref=AssistantApps" title="Google Play Store" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/googlePlay.png" alt="Google Play Store" />
</a>
<a href="https://dinkum.assistantapps.com?ref=AssistantApps" title="Web" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/webapp.png" alt="Web" />
</a>
<a href="https://github.com/AssistantDKM?ref=AssistantApps" title="Github organisation" target="_blank" rel="noopener noreferrer"
class="noselect store-icon">
<img src="/assets/img/store/github.png" alt="Github organisation" />
</a>
</div>
</div>
</section>
<section id="" class="wrapper spotlight alt style2">
<div class="inner">
<a href="#?ref=AssistantApps" title="Assistant for Unknown" target="_blank" rel="noopener noreferrer" class="noselect image">
<img src="/assets/img/Unknown.webp" alt="Assistant for Unknown" />
</a>
<div class="content">
<h2 class="font-weight-light">
Coming Soon <span class="font-weight-heavy"></span>
</h2>
<p>Yet another Assistant app is under development. Can you guess what game it will be about? Let us know what you think we are working on 😁</p>
</div>
</div>
</section>
</div>
</section>
<section id="wrapper">
<h1>Our Small tools</h1>
<p class="mb-2">Here are some tools for you to use, built by us to improve your gaming!</p>
<div class="tools">
<section id="wcmp" class="wrapper spotlight mb-05">
<a href="https://assistantapps.com?ref=AssistantApps" title="Web Components" target="_blank" rel="noopener noreferrer" class="noselect">
<div class="inner">
<div class="image">
<img src="/assets/img/logo-sm.png" alt="Web Components" />
</div>
<div class="content">
<h2 class="font-weight-light inline">Web Components - </h2>
<i>Reusable Components for web</i>
</div>
</div>
</a>
</section> <section id="ldex" class="wrapper spotlight mb-05">
<a href="https://livingdex.assistantapps.com/?ref=AssistantApps" title="Simple Living Dex" target="_blank" rel="noopener noreferrer" class="noselect">
<div class="inner">
<div class="image">
<img src="/assets/img/pkm.png" alt="Simple Living Dex" />
</div>
<div class="content">
<h2 class="font-weight-light inline">Simple Living Dex - </h2>
<i>Simple Pokémon Living Dex for organising your Pokémon Home</i>
</div>
</div>
</a>
</section> <section id="tplnr" class="wrapper spotlight mb-05">
<a href="https://pkmtera.assistantapps.com/?ref=AssistantApps" title="Simple Pokemon Tera Raid planner" target="_blank" rel="noopener noreferrer" class="noselect">
<div class="inner">
<div class="image">
<img src="/assets/img/pkm.png" alt="Simple Pokemon Tera Raid planner" />
</div>
<div class="content">
<h2 class="font-weight-light inline">Simple Pokemon Tera Raid planner - </h2>
<i>Simple Pokemon Tera Raid Info for Pokémon Scarlet & Violet</i>
</div>
</div>
</a>
</section> <section id="memed" class="wrapper spotlight mb-05">
<a href="https://meme-deck.assistantapps.stream/?ref=AssistantApps" title="MemeDeck" target="_blank" rel="noopener noreferrer" class="noselect">
<div class="inner">
<div class="image">
<img src="/assets/img/memed.png" alt="MemeDeck" />
</div>
<div class="content">
<h2 class="font-weight-light inline">MemeDeck - </h2>
<i>Easily add gifs and images to your stream using this page as an overlay in your streaming software of choice</i>
</div>
</div>
</a>
</section> <section id="crzychat" class="wrapper spotlight mb-05">
<a href="https://assistantapps.github.io/Crazy-Chat-Overlay/?ref=AssistantApps" title="Crazy Chat Overlay" target="_blank" rel="noopener noreferrer" class="noselect">
<div class="inner">
<div class="image">
<img src="/assets/img/crzychat.png" alt="Crazy Chat Overlay" />
</div>
<div class="content">
<h2 class="font-weight-light inline">Crazy Chat Overlay - </h2>
<i>A small little website/overlay that lets you have a crazy chat on stream</i>
</div>
</div>
</a>
</section> </div>
</section>
<section id="wrapper-work" class="wrapper primary-colour">
<div class="inner">
<h1>Assistant work</h1>
<p class="mb-2">Working on these projects has opened up opportunities to talk to other community developers, host streams and start organisations all aimed at entertaining and assisting gamers enjoy their games to the fullest!!</p>
<div class="features">
<article class="work-card">
<div class="inner">
<a href="https://github.com/NMSCD?ref=AssistantApps" class="noselect image" title="NMSCD" target="_blank" rel="noopener noreferrer">
<img src="./assets/img/NMSCD.png" alt="NMSCD" />
</a>
<h3>NMSCD</h3>
<p>We founded the The No Man's Sky Community Developers and Designers. The NMSCD is a Github organisation for people making tools for the NMS players.</p>
<div class="sublinks">
<a href="https://nmscd.com?ref=AssistantApps" title="Homepage" target="_blank" rel="noopener noreferrer">Homepage</a>
<a href="https://github.com/NMSCD?ref=AssistantApps" title="Github" target="_blank" rel="noopener noreferrer">Github</a>
</div>
</div>
</article> <article class="work-card">
<div class="inner">
<a href="https://nomanssky.social?ref=AssistantApps" class="noselect image" title="NoMansSky.Social" target="_blank" rel="noopener noreferrer">
<img src="./assets/img/noMansSkySocial.png" alt="NoMansSky.Social" />
</a>
<h3>NoMansSky.Social</h3>
<p>We created and maintain the NoMansSky.Social Mastodon instance. It has been a great learning experience: setting up the instance, creating bots, customisations and continuous upgrades.</p>
<div class="sublinks">
<a href="https://nomanssky.social?ref=AssistantApps" title="Homepage" target="_blank" rel="noopener noreferrer">Homepage</a>
<a href="https://emoji.nomanssky.social?ref=AssistantApps" title="Emoji website" target="_blank" rel="noopener noreferrer">Emoji website</a>
</div>
</div>
</article> <article class="work-card">
<div class="inner">
<a href="https://www.youtube.com/playlist?list=PLIjFqYF1O-TDACR0Kz8h0OXfolRHCiUE5&ref=AssistantApps" class="noselect image" title="DevTalk" target="_blank" rel="noopener noreferrer">
<img src="./assets/img/devtalk.png" alt="DevTalk" />
</a>
<h3>DevTalk</h3>
<p>DevTalk is a weekly stream where we talked about what was happening in the No Man's Sky universe, coding, tech and developer stories.</p>
<div class="sublinks">
<a href="https://www.youtube.com/playlist?list=PLIjFqYF1O-TDACR0Kz8h0OXfolRHCiUE5&ref=AssistantApps" title="DevTalk Playlist" target="_blank" rel="noopener noreferrer">DevTalk Playlist</a>
<a href="https://www.youtube.com/channel/UCpKNMVk7ZWvBk-psQQZqz5w?ref=AssistantApps" title="Youtube Channel" target="_blank" rel="noopener noreferrer">Youtube Channel</a>
</div>
</div>
</article> </div>
</div>
</section>
<section id="footer">
<div class="inner noselect">
<h1>Get in touch</h1>
<p class="mb-2">Feel free to get in contact with us! we have a Discord server if you would like to talk directly to us. Otherwise you can use the form below and we will get back to you as soon as we can.</p>
<form id="contact_form">
<div class="fields row">
<div class="field col-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
<input type="text" name="name" placeholder="Enter your name" id="name" />
</div>
<div class="field col-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
<input type="email" name="email" placeholder="Enter your email" id="email" />
</div>
<div class="field col-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12">
<textarea name="message" id="message" placeholder="Enter your message" rows="4"></textarea>
</div>
</div>
<div class="h-captcha" data-theme="dark" data-sitekey="916895db-249a-4ae3-bf39-9fe42e72d196"></div>
<ul class="actions">
<li><input id="submit" type="submit" value="Submit" /></li>
</ul>
</form>
<div id="success_message">
<h2>Successfully submitted contact form!</h2>
</div>
<div id="error_message">
<h2>Sorry!! Something went wrong, please try sending an email instead.</h2>
</div>
</div>
</section>
<hr />
<section id="footer-bottom" class="noselect">
<div class="important">
<span>© Assistant Apps. All rights reserved.</span>
<span> | </span>
<span>
<a href="/privacy_policy.html" target="_blank" rel="noopener noreferrer" title="Privacy Policy">Privacy
Policy</a>
</span>
<span>
<a href="/terms_and_conditions.html" target="_blank" rel="noopener noreferrer"
title="Terms and Conditions">Terms &
Conditions</a>
</span>
<span> | </span>
<span>2.0.10</span>
</div>
<span class="seperator"></span>
<div class="icons">
<a href="mailto:[email protected]?ref=AssistantApps" title="support email" target="_blank" rel="noopener noreferrer">
<span class="icon-envelope"></span>
</a>
<a href="https://assistantapps.com/discord?ref=AssistantApps" title="Discord" target="_blank" rel="noopener noreferrer">
<span class="icon-discord"></span>
</a>
<a href="https://twitter.com/KhaozTopsy?ref=AssistantApps" title="Twitter" target="_blank" rel="noopener noreferrer">
<span class="icon-twitter"></span>
</a>
<a href="https://assistantapps.com/github?ref=AssistantApps" title="Github" target="_blank" rel="noopener noreferrer">
<span class="icon-github"></span>
</a>
</div>
</section>
</div>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/parallax/3.1.0/parallax.min.js"></script>
<script async src="/assets/js/skrollr.min.js"></script>
<script async defer src="https://js.hcaptcha.com/1/api.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TSB514DX5T"></script>
<script defer src="/assets/js/analytics.js"></script>
<script defer src="/dist/bundle.js?v=2.0.10"></script>
<script defer nonce="is-preload-handler">
const bodyElem = document.getElementsByTagName('body');
bodyElem?.[0]?.classList?.remove?.('is-preload');
</script></body>
</html>