diff --git a/README.md b/README.md
index d669f20..d5a5168 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# JSON Visualiser
+# DevLab
A sophisticated, TypeScript-powered tool designed to parse JSON data and visualise **JSONPath** queries with precision. This tool allows developers to navigate complex data structures, highlight specific fields, and extract data efficiently.
diff --git a/index.html b/index.html
index e42e8cb..040d1b8 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
JSON Visualiser
+ DevLab
diff --git a/src/layout/hero-layout/index.tsx b/src/layout/hero-layout/index.tsx
index 5f92388..4cd0c46 100644
--- a/src/layout/hero-layout/index.tsx
+++ b/src/layout/hero-layout/index.tsx
@@ -17,7 +17,7 @@ export default function HeroLayout() {
- JSON Visualiser
+ DevLab
diff --git a/src/page/about/index.tsx b/src/page/about/index.tsx
index 757afa0..a39f7fd 100644
--- a/src/page/about/index.tsx
+++ b/src/page/about/index.tsx
@@ -1,12 +1,12 @@
/**
- * About page component that displays information about the JSON Visualiser application.
+ * About page component that displays information about the DevLab application.
*/
export default function About() {
return (
{/* Page Header */}
-
About JSON Visualiser
+
About DevLab
A powerful, privacy-focused tool for debugging and visualising complex JSON data
structures.
diff --git a/src/page/contact/index.tsx b/src/page/contact/index.tsx
index 54b2ce1..e0430b2 100644
--- a/src/page/contact/index.tsx
+++ b/src/page/contact/index.tsx
@@ -23,7 +23,7 @@ export default function Contact() {
${message}
---
-*Generated via JSON Visualiser Contact Page*
+*Generated via DevLab Contact Page*
`.trim()
const githubUrl = `https://github.com/${owner}/${repo}/issues/new?title=${encodeURIComponent(
diff --git a/src/page/home/index.tsx b/src/page/home/index.tsx
index a645d5c..55884a3 100644
--- a/src/page/home/index.tsx
+++ b/src/page/home/index.tsx
@@ -8,7 +8,7 @@ export default function Home() {
{/* Page Header */}
-
JSON Visualiser
+
DevLab
A powerful, privacy-focused tool for debugging and visualising complex JSON data
structures.
diff --git a/src/page/json-viewer/index.tsx b/src/page/json-viewer/index.tsx
index a4416cc..479dbeb 100644
--- a/src/page/json-viewer/index.tsx
+++ b/src/page/json-viewer/index.tsx
@@ -3,7 +3,7 @@ import jp from "jsonpath"
import JsonTreeNode from "@/components/json-tree-node"
/**
- * JSON Viewer page component that displays the JSON Visualiser tool.
+ * JSON Viewer page component that displays the JSON Visualiser tool in DevLab.
*/
export default function JsonViewer() {
const initialData = {