diff --git a/astro.config.mjs b/astro.config.mjs
index eeeacce..9b5d23d 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -14,6 +14,24 @@ export default defineConfig({
description: 'Academic knowledge and student resources maintained by MSV Incognito.',
lastUpdated: true,
sidebar,
+ logo: {
+ light: './src/assets/logo-dark.png',
+ dark: './src/assets/logo.svg',
+ alt: 'MSV Incognito',
+ replacesTitle: true,
+ },
+ favicon: '/favicon.ico',
+ customCss: ['./src/styles/incognito.css'],
+ social: [
+ {
+ icon: 'external',
+ label: 'MSV Incognito website',
+ href: 'https://msvincognito.nl/',
+ },
+ ],
+ editLink: {
+ baseUrl: 'https://git.msvincognito.nl/Incognito-Tech/Incognito-Wiki/_edit/main/',
+ },
}),
],
});
diff --git a/docs/brand-sources.md b/docs/brand-sources.md
new file mode 100644
index 0000000..18d1ed4
--- /dev/null
+++ b/docs/brand-sources.md
@@ -0,0 +1,23 @@
+# Incognito brand sources
+
+Official assets were captured on 2026-08-02 from the following public sources:
+
+| Source URL | Destination | Captured |
+| --- | --- | --- |
+| https://msvincognito.nl/assets/logo.svg | `src/assets/logo.svg` | 2026-08-02 |
+| https://msvincognito.nl/assets/logo-dark.png | `src/assets/logo-dark.png` | 2026-08-02 |
+| https://msvincognito.nl/favicon.ico | `public/favicon.ico` | 2026-08-02 |
+
+The association stylesheet supplied these recovered brand colours:
+
+| Role | Colour |
+| --- | --- |
+| Ink/navy | `#071526` |
+| Dark navy | `#10253d` |
+| Primary blue | `#155eef` |
+| Bright blue | `#2f7cff` |
+| Light blue | `#eaf2ff` |
+| Soft blue | `#eef4ff` |
+| Pink accent | `#ef3b8f` |
+| Orange accent | `#f57a32` |
+| Violet accent | `#5746d8` |
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..6dfd83a
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/src/assets/logo-dark.png b/src/assets/logo-dark.png
new file mode 100644
index 0000000..65dd11c
Binary files /dev/null and b/src/assets/logo-dark.png differ
diff --git a/src/assets/logo.svg b/src/assets/logo.svg
new file mode 100644
index 0000000..2864da7
--- /dev/null
+++ b/src/assets/logo.svg
@@ -0,0 +1,75 @@
+
+
diff --git a/src/config/sidebar.mjs b/src/config/sidebar.mjs
index 31a3381..df173a7 100644
--- a/src/config/sidebar.mjs
+++ b/src/config/sidebar.mjs
@@ -1 +1,8 @@
-export const sidebar = [{ label: 'Home', link: '/' }];
+export const sidebar = [
+ { label: 'Home', link: '/' },
+ { label: 'About Incognito', link: '/about-incognito/' },
+ { label: 'Bachelor', items: [] },
+ { label: 'Master AI', items: [] },
+ { label: 'Master DSDM', items: [] },
+ { label: 'Useful Information', items: [] },
+];
diff --git a/src/content/docs/about-incognito.md b/src/content/docs/about-incognito.md
new file mode 100644
index 0000000..7af555f
--- /dev/null
+++ b/src/content/docs/about-incognito.md
@@ -0,0 +1,10 @@
+---
+title: About Incognito
+description: Learn more about MSV Incognito, the study association behind this wiki.
+---
+
+# MSV Incognito
+
+MSV Incognito is the study association for the Department of Data Science & Artificial Intelligence at Maastricht University.
+
+Visit the [MSV Incognito website](https://msvincognito.nl/) to learn more about the association, its activities, and opportunities to become active in one of its committees.
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx
index 900a425..b51dbc4 100644
--- a/src/content/docs/index.mdx
+++ b/src/content/docs/index.mdx
@@ -1,6 +1,54 @@
---
-title: Home
-description: Academic knowledge and student resources maintained by MSV Incognito.
+title: Incognito Wiki
+description: Academic knowledge and student resources for Data Science and AI at Maastricht University.
+template: splash
+editUrl: false
---
-Migration in progress.
+import { CardGrid, LinkButton, LinkCard } from '@astrojs/starlight/components';
+
+# Welcome to the knowledge base of MSV Incognito
+
+MSV Incognito is the study association for the Department of Data Science & Artificial Intelligence at Maastricht University. This wiki brings together study information and course resources for the programmes we support.
+
+
+ Visit MSV Incognito
+
+
+## Explore the wiki
+
+
+
+
+
+
+
+
+
+## Maastricht University
+
+Maastricht University (UM) is the youngest university in the Netherlands. Its “Leading in Learning” approach is closely associated with Problem-Based Learning (PBL): students work in small tutorial groups to analyse problems, exchange knowledge, and set their learning goals together. This approach connects education with independent research and collaboration.
+
+## Data Science & Knowledge Engineering
+
+The programmes cover the integration of knowledge into computer systems to solve complex problems that ordinarily need significant human expertise. The field connects mathematical logic, artificial intelligence, data mining, machine learning, decision support, knowledge management, and cognitive science.
+
+