diff --git a/README.md b/README.md
index be3e3da..cd44dec 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,91 @@
-# 8bits Link Shortner
-A simple link shortner
\ No newline at end of file
+# **8bits Link Shortner**
+
+
+

+
+
+
+ 8bits LInk Shortener - A simple serverless url shortener.
+
+
+ Helps you shorten long links for easy sharing.
+
+
+
+[]()
+[](https://8bits.vercel.app)
+
+
+ Built with ❤︎ by
+ uiuxarghya
+
+
+
+
+
+
+

+
+
+
+
+
+## **About**
+
+### A simple serverless url shortener made with [Mongo DB](https://mongodb.com) and [Vercel](https://vercel.com).
+
+
+
+
+## **Demo**
+
+[8bits.vercel.app](https://8bits.vercel.app)
+
+
+## [**Documentation**](https://github.com/uiuxarghya/8bits/wiki)
+Check the detailed documentation at our [wiki](https://github.com/uiuxarghya/8bits/wiki) page.
+
+## **Features**
+
+❤️ **Lightweight:** Crafted with minimalistic UI design.
+
+⚡️ **Fast:** Paste long url and get/copy short url in less than a second.
+
+
+## **Developing**
+
+1. Create a `.env.local` file repository's root directory with your own keys.
+
+
+_Sample keys only works with the [production build](https://8bits.vercel.app)._
+
+### Browser based development environment
+
+[](https://gitpod.io/#https://github.com/uiuxarghya/8bits)
+
+### Local development environment
+
+1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
+2. Install dependencies by running `npm install` within the directory that you cloned (probably `8bits`).
+3. Start the development server with `npm run dev`.
+4. Open development site by going to [`http://localhost:3000`](http://localhost:3000) in your browser.
+
+## **Deploy now with Vercel**
+
+
+[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world&env=VERCEL_URL,MONGODB_URI&project-name=8bits&demo-title=8bits&demo-description=A%20simple%20serverless%20url%20shortener%20made%20with%20MongoDB%20and%20Vercel.&demo-url=https%3A%2F%2F8bits.vercel.app%2F)
+
+
+## **Changelog**
+
+See the [`CHANGELOG`](CHANGELOG.md) file for details.
+
+## **Authors**
+
+### Lead Developers
+
+- **[Arghya Ghosh](https://github.com/uiuxarghya)** - _Author_
+
+## **License**
+
+This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [`LICENSE`](LICENSE) file for details.