diff --git a/README.md b/README.md
index 5476144..ff7643b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# Clean Hexagonal Frontend
(this is a work in progress)
-A example of using Clean Architecture on the Frontend
+A example of using Clean Architecture on the Frontend.
+Read more about it [here](https://medium.com/@matheushf/clean-architecture-on-frontend-applications-7d724d250432)
@@ -16,6 +17,23 @@ A example of using Clean Architecture on the Frontend
### Start the Micro-Front with
`nx run @clean-front/{package}`
+# Packages and Stacks
+- Monorepo
+
+ Nx
+- @clean-front/cat
+
+ Vue 3, Vite, Partytown, TS
+- @clean-front/dog
+
+ React, Vite, TS
+- @clean-front/duck
+
+ Remix, TS
+- @clean-front/landing
+
+ Qwik, TS
+
# Todo
diff --git a/packages/cat/README.md b/packages/cat/README.md
index 30b15e2..da4fb5b 100644
--- a/packages/cat/README.md
+++ b/packages/cat/README.md
@@ -1,16 +1,4 @@
-# Vue 3 + TypeScript + Vite
+# Vue 3 App
-This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `