diff --git a/README.md b/README.md
index 43de089..594601b 100755
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
## Table of Contents
- [Intro](#intro)
+- [Why another boilerplate?](#why)
- [Features](#features)
- [Usage](#usage)
- [Setup](#setup)
@@ -29,6 +30,13 @@ This boilerplate is meant to be a quick start for creating chrome extensions usi
As soon as Firefox supports manifest v3, support will be added in this repo as well.
+## Why another boilerplate?
+I have used webpack react boilerplates and found it too hard to configure.
+
+Vite is actually mega easy to understand, which makes it easier to get into and to maintain for others.
+
+I couldn't find a boilerplate for React, TypeScript and Tailwind CSS. So here it is.
+
## Features
- [React 18](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)