diff --git a/assets/defs.json b/assets/defs.json
new file mode 100644
index 0000000..e8fc02a
--- /dev/null
+++ b/assets/defs.json
@@ -0,0 +1 @@
+{"profile":{"image":"jesus.jpg"},"checkin":0,"sidebar":{"header":{"title":"Services Status"},"menu_items":[{"title":"app.title","icon_on":"carbon-campsite","name_to":"app.title","show_to":false,"click":"tophome","type":"app_link","pfx":""},{"title":"nav.Tasks","ctx":"home","icon_on":"carbon-services","name_to":"navm.Tasks","show_to":true,"click":"tsksrvcs","type":"app_link","pfx":""},{"title":"nav.Apps","ctx":"home","icon_on":"carbon-application","name_to":"navm.Apps","show_to":true,"click":"appsrvcs","type":"app_link","pfx":""},{"title":"nav.Informations","ctx":"home","icon_on":"carbon-operation","name_to":"navm.Infos","show_to":true,"click":"srvcstatus","type":"app_link","pfx":""}],"footer":{"itm":{"title":"menu.logout","name_to":"Logout","icon_on":"carbon-logout","type":"router_link"}}},"header":{"title":"Status","name_to":"Home","logo":"","navbar":{"menuright":{"notify":true,"search":true,"title":"menu.user","items":[{"title":"menu.your-profile","type":"app_link","click":"profile"},{"title":"menu.settings","type":"app_link","click":"user_settings"},{"title":"menu.sign-out","type":"router_link","name_to":"Logout"}]}}},"footer":{"left_items":[{"title":"LibreCloud © 2021","icon_on":"","href":"https://librecloud.online","type":"app_link"}],"right_items":[{"title":"LibreCloud","img":"app_w","href":"https://librecloud.online","type":"app_link"}],"central_items":[{"title":"button.home","mode":"icon","icon_on":"carbon-campsite","click":"tophome","type":"app_link","pfx":""},{"title":"button.toggle_dark","mode":"icon","icon_on":"carbon-moon","icon-off":"carbon-sun","vif":"isDark","click":"toggleDark","type":"app_link"},{"title":"button.toggle_langs","mode":"icon","icon_on":"carbon-language","click":"toggleLocales","type":"app_link"},{"title":"GitHub","mode":"icon","icon_on":"carbon-logo-github","href":"https://rlung.librecloud.online","type":"a_blank"},{"title":"button.about","mode":"icon","icon_on":"carbon-dicom-overlay","to":"/about","type":"router_link"},{"title":"button.login","mode":"icon","icon_on":"carbon-login","vif":"notValidUser","to":"/login","type":"router_link"}]}}
diff --git a/assets/defs.yaml b/assets/defs.yaml
new file mode 100644
index 0000000..992708a
--- /dev/null
+++ b/assets/defs.yaml
@@ -0,0 +1,111 @@
+profile:
+ image: jesus.jpg
+# checkin time in millisecond or 0 for not checkin
+checkin: 0
+# checkin: 60000
+sidebar:
+ header:
+ title: Services Status
+ menu_items:
+ - title: app.title
+ icon_on: carbon-campsite
+ name_to: app.title
+ show_to: false
+ click: tophome
+ type: app_link
+ pfx: ''
+ - title: nav.Tasks
+ ctx: home
+ icon_on: carbon-services
+ name_to: navm.Tasks
+ show_to: true
+ click: tsksrvcs
+ type: app_link
+ pfx: ''
+ - title: nav.Apps
+ ctx: home
+ icon_on: carbon-application
+ name_to: navm.Apps
+ show_to: true
+ click: appsrvcs
+ type: app_link
+ pfx: ''
+ - title: nav.Informations
+ ctx: home
+ icon_on: carbon-operation
+ name_to: navm.Infos
+ show_to: true
+ click: srvcstatus
+ type: app_link
+ pfx: ''
+ footer:
+ itm:
+ title: menu.logout
+ name_to: Logout
+ icon_on: carbon-logout
+ type: router_link
+header:
+ title: Status
+ name_to: Home
+ logo: ""
+ navbar:
+ menuright:
+ notify: true
+ search: true
+ title: menu.user
+ items:
+ - title: menu.your-profile
+ type: app_link
+ click: profile
+ - title: menu.settings
+ type: app_link
+ click: user_settings
+ - title: menu.sign-out
+ type: router_link
+ name_to: Logout
+footer:
+ left_items:
+ - title: 'LibreCloud © 2021'
+ icon_on: ''
+ href: https://librecloud.online
+ type: app_link
+ right_items:
+ - title: 'LibreCloud'
+ img: 'app_w'
+ href: https://librecloud.online
+ type: app_link
+ central_items:
+ - title: button.home
+ mode: icon
+ icon_on: carbon-campsite
+ click: tophome
+ type: app_link
+ pfx: ''
+ - title: button.toggle_dark
+ mode: icon
+ icon_on: carbon-moon
+ icon-off: carbon-sun
+ vif: isDark
+ click: toggleDark
+ type: app_link
+ - title: button.toggle_langs
+ mode: icon
+ icon_on: carbon-language
+ click: toggleLocales
+ type: app_link
+ - title: GitHub
+ mode: icon
+ icon_on: carbon-logo-github
+ href: https://rlung.librecloud.online
+ type: a_blank
+ - title: button.about
+ mode: icon
+ icon_on: carbon-dicom-overlay
+ to: /about
+ type: router_link
+ - title: button.login
+ mode: icon
+ icon_on: carbon-login
+ vif: notValidUser
+ to: /login
+ type: router_link
diff --git a/assets/images/cloud-services.svg b/assets/images/cloud-services.svg
new file mode 100644
index 0000000..00c635d
--- /dev/null
+++ b/assets/images/cloud-services.svg
@@ -0,0 +1,12 @@
+
diff --git a/assets/images/kloudmandala.svg b/assets/images/kloudmandala.svg
new file mode 100644
index 0000000..c621262
--- /dev/null
+++ b/assets/images/kloudmandala.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/images/logo.svg b/assets/images/logo.svg
new file mode 100644
index 0000000..7305ce8
--- /dev/null
+++ b/assets/images/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file