diff --git a/README.md b/README.md
index e449dce410..17eeca3b0a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,36 @@
-# Takaro
-Takaro is a web-based, multi-gameserver manager. It features a web interface to manage your gameservers, and a REST API to interact with them. See [the docs](https://docs.takaro.io) for more info
-## Development setup
+
+
+
Takaro
+
-[Getting started](https://docs.takaro.io/development/getting-started)
+Takaro is a web-based, multi-gameserver manager. It features a web interface to manage your gameservers, and a REST API to interact with them. For detailed information, visit our [documentation](https://docs.takaro.io).
+
+## Modules
+
+The core of Takaro is built around Modules. Modules offer a very powerful and flexible way of creating features.
+
+Here are some examples:
+
+- **AFK-kick module**: tracks player activity and automatically removes inactive players.
+
+- **Teleport module**: offers set of in-game commands enabling players to create their own teleport points and teleport to them.
+
+- **Economy module**: introduces a virtual currency, actively engaging players in earning and spending currency. Players can accumulate currency through diverse activities. E.g. defeating entities, earning daily login rewards and participating in bounty hunting. Additionally, players can transact currency among themselves or use it to purchase items from a customizable shop.
+- **Bounty module**: builds upon the Economy module, this feature allows players to set bounties on other players. When a player with a bounty is defeated, the bounty reward is transferred to the victor.
+
+
+
+### Custom modules
+The above modules represent only a **tiny fraction** of the modules maintained by the Takaro team.
+To explore all the modules we offer, visit our [full List of Built-In Modules](https://docs.takaro.io/built-in-modules)
+
+If however the current modules don't cater to your specific needs, don't worry. Takaro also provides a development environment to create your own custom modules.
+
+
+## Contributions
+We welcome contributions from the community! Whether you're a developer, designer, or gamer, your input can help shape the future of Takaro.
+
+### Code contributions
+Begin your journey with Takaro's development by visiting our [Getting started](https://docs.takaro.io/development/getting-started) guide.
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000000..270ef9613e
Binary files /dev/null and b/logo.png differ
diff --git a/packages/web-docs/pages/index.md b/packages/web-docs/pages/index.md
index 37c6f4b14d..719b8caa7a 100644
--- a/packages/web-docs/pages/index.md
+++ b/packages/web-docs/pages/index.md
@@ -4,7 +4,7 @@ Takaro is a web-based, multi-gameserver manager. It features a web interface to
## Concrete
-Takaro offers a versatile collection of [modules](./modules.md), simplifying your gameserver management tasks while also extending game functionality.
+Takaro offers a versatile collection of [modules](./advanced/modules.md), simplifying your gameserver management tasks while also extending game functionality.
Each module can be enabled/disabled per game server you manage. Each module has its own configuration which you can further fine tune to your own needs.
Here are some examples of modules that are available: