diff --git a/README.md b/README.md
index a95b1eb..7b48779 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,92 @@
-
- Linkwarden
-
-
Collect, Organize, and Preserve Links with Seamless Collaboration!
+
![](./assets/icon.png)
+
Linkwarden
- Rebuilding things from ground up (Almost ready).
+
![Discord](https://img.shields.io/discord/1117993124669702164?logo=discord&style=flat-square)
+
![Github Activity](https://img.shields.io/github/commit-activity/m/linkwarden/linkwarden?style=flat-square)
+
![Top Language](https://img.shields.io/github/languages/top/linkwarden/linkwarden?style=flat-square)
+
![Github Stars](https://img.shields.io/github/stars/linkwarden/linkwarden?style=flat-square)
-To get a better sense at what this repository is all about, you can check out the old version *[here](https://github.com/linkwarden/linkwarden-old)*.
-
-
Thanks for your patience!
+
+
+[Homepage](https://linkwarden.app) | [Getting Started](https://docs.linkwarden.app/getting-started) | [Features](https://github.com/linkwarden/linkwarden#features) | [Roadmap](https://github.com/linkwarden/linkwarden#roadmap) | [Screenshots](https://github.com/linkwarden/linkwarden#screenshots) | [Support ❤](https://github.com/linkwarden/linkwarden#support-)
+
+
+
+## Intro & motivation
+
+**Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.** The objective is to organize useful webpages and articles you find across the web in one place, and since useful webpages can go away (see the inevitability of [Link Rot](https://www.howtogeek.com/786227/what-is-link-rot-and-how-does-it-threaten-the-web/)), Linkwarden also saves a copy of each webpage as a Screenshot and PDF, ensuring accessibility even if the original content is no longer available.
+
+Additionally, Linkwarden is designed with collaboration in mind, sharing links with the public and/or allowing multiple users to work together seamlessly.
+
+
+
+
+A bit of a "history"
+Linkwarden has been completely rebuilt and redesigned from ground up, so pretty much the only thing it has in common with its predecessor is the idea behind it - bookmark management.
+
+**What happened to the old version?**
+We highly recommend you **not** to use the old version as it is no longer maintained and has much less features. But anyway if you really wanna check it out, here it is in [this repo](https://github.com/linkwarden/linkwarden-old).
+
+
+
+## Main Tech Stack
+
+- NextJS
+- TypeScript
+- Tailwind
+- Prisma
+- Zustand
+
+## Features
+
+- ✅ Auto capture a screenshot and a PDF of each link.
+- ✅ Organize links by collection, name, description and multiple tags.
+- ✅ Collaborate on gathering links in a collection.
+- ✅ Customize the permissions of each member.
+- ✅ Share your collected links with the world.
+- ✅ Search, filter and sort by link details.
+- ✅ Responsive design and supports most browsers.
+
+## Roadmap
+
+There are _many_ upcoming features, below are only _some_ of the 100% planned ones:
+
+- 🐳 Docker version.
+- 🌒 Dark mode.
+- 📦 Import/Export your data.
+
+## Docs
+
+Currently, the Documentation is a bit targeted towards a more tech-savvy audience and has so much room to improve, you can find it [here](https://docs.linkwarden.app).
+
+## Development
+
+If you want to contribute, please start by creating an issue stating what you are going to work on based on the project roadmap.
+
+## Security
+
+If you found a security vulnerability, please do **not** create a public issue, instead send an email to [security@linkwarden.app](mailto:security@linkwarden.app) stating the vulnerability. Thanks!
+
+## Screenshots
+
+
+
+
+
+
+
+## Support ❤
+
+Any [donations](https://opencollective.com/linkwarden) are highly appreciated. <3
+
+Here are the other ways to support/cheer this project:
+
+- Starring this repo.
+- Joining us on Discord.
+- Following @daniel31x13 on [Mastodon](https://mastodon.social/@daniel31x13), [Twitter](https://twitter.com/daniel31x13) and [GitHub](https://github.com/daniel31x13).
+- Referring Linkwarden to a friend.
+
+If you did any of the above, Thanksss! Otherwise thanks.
diff --git a/assets/collaborators.png b/assets/collaborators.png
new file mode 100644
index 0000000..74516ff
Binary files /dev/null and b/assets/collaborators.png differ
diff --git a/assets/collections.png b/assets/collections.png
new file mode 100644
index 0000000..0c32b40
Binary files /dev/null and b/assets/collections.png differ
diff --git a/assets/icon.png b/assets/icon.png
new file mode 100644
index 0000000..cbdb11c
Binary files /dev/null and b/assets/icon.png differ
diff --git a/assets/link_details.png b/assets/link_details.png
new file mode 100644
index 0000000..a9f6cda
Binary files /dev/null and b/assets/link_details.png differ
diff --git a/assets/showcase_image.png b/assets/showcase_image.png
new file mode 100644
index 0000000..7516675
Binary files /dev/null and b/assets/showcase_image.png differ