diff --git a/components/DevHuntBanner.vue b/components/DevHuntBanner.vue
new file mode 100644
index 00000000..635bb062
--- /dev/null
+++ b/components/DevHuntBanner.vue
@@ -0,0 +1,305 @@
+
+.dh-banner
+ .banner-container
+ .content
+ p We are live on DevHunt: tool of the week contest
+ a.btn(href='https://devhunt.org/tool/retejs' target='_blank')
+ | check it out
+ svg(xmlns='http://www.w3.org/2000/svg' viewbox='0 0 20 20' fill='currentColor')
+ path(fillrule='evenodd' d='M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z' cliprule='evenodd')
+
+
+
diff --git a/layouts/default.vue b/layouts/default.vue
index 0144f8dd..7154cc17 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -1,6 +1,7 @@
.app
VitePwaManifest
+ DevHuntBanner
Header
ShareThis
Content
@@ -11,6 +12,7 @@
-