diff --git a/.env.example b/.env.example
index 8d944c6..7420603 100644
--- a/.env.example
+++ b/.env.example
@@ -1 +1,10 @@
-VITE_API_URL=http://backend.holos.test
\ No newline at end of file
+VITE_API_URL=http://backend.holos.test
+VITE_BASE_URL=http://frontend.holos.test
+
+VITE_REVERB_APP_ID=
+VITE_REVERB_APP_KEY=
+VITE_REVERB_APP_SECRET=
+VITE_REVERB_HOST="backend.holos.test"
+VITE_REVERB_PORT=8080
+VITE_REVERB_SCHEME=http
+VITE_REVERB_ACTIVE=false
diff --git a/.gitignore b/.gitignore
index 438657a..ec96507 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,8 @@ dist
dist-ssr
*.local
.env
+colors.json
+notes.md
# Editor directories and files
.vscode/*
diff --git a/auth.html b/auth.html
new file mode 100644
index 0000000..ce94140
--- /dev/null
+++ b/auth.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ Login
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/colors.json.example b/colors.json.example
new file mode 100644
index 0000000..1177c74
--- /dev/null
+++ b/colors.json.example
@@ -0,0 +1,34 @@
+{
+ "page":"#fff",
+ "page-t":"#000",
+ "page-d":"#292524",
+ "page-dt":"#fff",
+ "primary":"#374151",
+ "primary-t":"#fff",
+ "primary-d":"#1c1917",
+ "primary-dt":"#fff",
+ "secondary":"#3b82f6",
+ "secondary-t":"#fff",
+ "secondary-d":"#312e81",
+ "secondary-dt":"#fff",
+ "primary-info":"#06b6d4",
+ "primary-info-t":"#fff",
+ "primary-info-d":"#06b6d4",
+ "primary-info-dt":"#fff",
+ "secondary-info":"#06b6d4",
+ "secondary-info-t":"#fff",
+ "secondary-info-d":"#06b6d4",
+ "secondary-info-dt":"#fff",
+ "success":"#22c55e",
+ "success-t":"#fff",
+ "success-d":"#22c55e",
+ "success-dt":"#fff",
+ "danger":"#ef4444",
+ "danger-t":"#fff",
+ "danger-d":"#ef4444",
+ "danger-dt":"#fecaca",
+ "warning":"#eab308",
+ "warning-t":"#fff",
+ "warning-d":"#eab308",
+ "warning-dt":"#fff"
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 8d03c9c..0749d22 100644
--- a/index.html
+++ b/index.html
@@ -4,11 +4,11 @@
- Vite + Vue
+ Holos
-
+