diff --git a/README.md b/README.md
index d753098..62166b6 100644
--- a/README.md
+++ b/README.md
@@ -1,48 +1,74 @@
-
+
# ExcaliDash v0.1.0
-A self hosted dashboard and organizer for [Excalidraw](https://github.com/excalidraw/excalidraw) with live collaboration.
+[](LICENSE)
+[](https://hub.docker.com)
+
+A self-hosted dashboard and organizer for [Excalidraw](https://github.com/excalidraw/excalidraw) with live collaboration features.
+
+## Screenshots
+


-[Features](#Features)
+## Table of Contents
-[Installation](#Installation)
+- [Features](#features)
+- [Installation](#installation)
+ - [Docker Hub (Recommended)](#dockerhub-recommended)
+ - [Docker Build](#docker-build)
+- [Development](#development)
+ - [Clone the Repository](#clone-the-repository)
+ - [Frontend](#frontend)
+ - [Backend](#backend)
+ - [Project Structure](#project-structure)
+- [Credits](#credits)
-[Development](#Development)
+## Features
-[Credits](#Credits)
-
-# Features
-
-## Persistent storage for all your drawings
+
+Persistent storage for all your drawings

-## Real time collaboration
+
+
+
+Real time collaboration

-## Search your drawings
+
+
+
+Search your drawings

-## Drag and drop drawings into collections
+
+
+
+Drag and drop drawings into collections

-## Export/import your drawings and databases for backup
+
+
+
+Export/import your drawings and databases for backup

+
+
# Installation
> [!CAUTION]
> NOT for production use. This is just a side project (and also the first release), and it likely contains some bugs.
-## Dockerhub (recommended)
+## Docker Hub (Recommended)
[Install Docker](https://docs.docker.com/desktop/)
@@ -59,7 +85,7 @@ docker compose -f docker-compose.prod.yml up -d
# Access the frontend at localhost:6767
```
-## Docker build
+## Docker Build
[Install Docker](https://docs.docker.com/desktop/)
@@ -78,7 +104,7 @@ docker compose up -d
# Development
-## Clone the repository
+## Clone the Repository
```bash
# Clone the repository (recommended)
@@ -116,7 +142,7 @@ npx prisma db push
npm run dev
```
-## Structure
+## Project Structure
```
ExcaliDash/