diff --git a/.build/Dockerfile b/.build/Dockerfile
new file mode 100644
index 0000000..c9d341c
--- /dev/null
+++ b/.build/Dockerfile
@@ -0,0 +1,9 @@
+FROM node:18.15.0-alpine3.17
+
+WORKDIR /root
+COPY . .
+
+RUN npm install \
+ && rm -rf /usr/local/share/.cache
+
+CMD npm run dev
diff --git a/.build/docker-compose.yml b/.build/docker-compose.yml
new file mode 100644
index 0000000..4010a9f
--- /dev/null
+++ b/.build/docker-compose.yml
@@ -0,0 +1,9 @@
+version: '3.5'
+services:
+#########################
+ honestyui:
+ build:
+ context: ..
+ dockerfile: .build/Dockerfile
+ hostname: honestyui
+ image: git.shihaam.dev/dockerfiles/fishie-honestyui
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..13f08d3
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,21 @@
+version: '3.5'
+services:
+#########################
+ honestyui:
+ hostname: honestyui
+ image: git.shihaam.dev/dockerfiles/fishie-honestyui
+ ports:
+ - 5173:5173
+ restart: always
+########################
+# mongodb:
+# container_name: mongodb
+# image: mongo:latest
+# environment:
+# MONGO_INITDB_ROOT_USERNAME: root
+# MONGO_INITDB_ROOT_PASSWORD: example
+# ports:
+# - 27017:27017
+# volumes:
+# - ./data:/data/db
+# restart: always
diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte
new file mode 100644
index 0000000..527c5b9
--- /dev/null
+++ b/src/lib/components/navbar.svelte
@@ -0,0 +1,9 @@
+
+
+
by Fishie
+lorem ipsum something
+by Fishie
+lorem ipsum something
+lorem ipsum something
+lorem ipsum something
+by Fishie
+lorem ipsum something
+by Fishie
+Leaderboard
+by Fishie
+anon
+