diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..927e6fb
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+Copyright 2024 Kiwee Software sp. z o.o.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e0c8fa8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Kiwee Demo Shop Plugin
+
+The plugin renders a bar on the top of the page with the text `This is a demo shop`.
+The message can be changed via the administration panel at `Extensions > My Extensions > Kiwee Demo Plugin > (Configure)`.
+
+## Installation
+
+```shell
+composer require kiwee/shopware-demo-plugin && \
+bin/console plugin:install KiweeDemo --activate
+```
+
+## Running integration tests
+```shell
+composer exec phpunit -- -c vendor/kiwee/shopware-demo-plugin/phpunit.xml
+```
+
+## License
+This project is licensed under the MIT License.
+Copyright 2024 [Kiwee](https://kiwee.eu) sp. z o.o.
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..c140bb2
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,29 @@
+{
+ "name": "kiwee/shopware-demo-plugin",
+ "description": "KiweeDemo",
+ "authors": [
+ {
+ "name": "Kiwee Software sp. z o.o.",
+ "email": "hi@kiwee.eu",
+ "homepage": "https://kiwee.eu"
+ }
+ ],
+ "type": "shopware-platform-plugin",
+ "license": "MIT",
+ "version": "0.0.2",
+ "require": {
+ "shopware/core": "~6.6.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Kiwee\\KiweeDemo\\": "src/"
+ }
+ },
+ "extra": {
+ "shopware-plugin-class": "Kiwee\\KiweeDemo\\KiweeDemo",
+ "label": {
+ "de-DE": "Kiwee Demo Plugin",
+ "en-GB": "Kiwee Demo plugin"
+ }
+ }
+}
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 0000000..ce32852
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./tests
+
+
+
+
+ ./src/
+
+
+
diff --git a/src/KiweeDemo.php b/src/KiweeDemo.php
new file mode 100644
index 0000000..8d5e0b7
--- /dev/null
+++ b/src/KiweeDemo.php
@@ -0,0 +1,9 @@
+
+
+
+
+ Kiwee Demo Configuration
+
+ topbar
+
+ This is a demo shop.
+
+
+
diff --git a/src/Resources/config/services.xml b/src/Resources/config/services.xml
new file mode 100644
index 0000000..558a14a
--- /dev/null
+++ b/src/Resources/config/services.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Resources/config/services_test.xml b/src/Resources/config/services_test.xml
new file mode 100644
index 0000000..558a14a
--- /dev/null
+++ b/src/Resources/config/services_test.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Resources/views/storefront/base.html.twig b/src/Resources/views/storefront/base.html.twig
new file mode 100644
index 0000000..723ad85
--- /dev/null
+++ b/src/Resources/views/storefront/base.html.twig
@@ -0,0 +1,6 @@
+{% sw_extends '@Storefront/storefront/base.html.twig' %}
+
+{% block base_header_inner %}
+