diff --git a/content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md b/content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md
index 19562d9b6..870ba4e9a 100644
--- a/content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md
+++ b/content/roadmaps/101-backend/content/114-design-and-development-principles/104-kiss.md
@@ -1 +1,7 @@
-# Kiss
\ No newline at end of file
+# KISS
+
+Keep It Simple, Stupid (KISS) is a software design principle that states avoiding needless complexity is the best way to build software that is easier to maintain, understand, and contains fewer defects. A simple product that does a single thing well is better than a complex product that does many things poorly.
+
+Free Content
+Keep It Simple
+Keep It Simple, Stupid (Kiss)