diff --git a/README.md b/README.md
index a4127ce..649871e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-# Clean Architecture Frontend Template
+# Tech Log Frontend
+
+Initialized from `clean-architecture-frontend-template` revision
+`4dc033cf33a5b6173bbf960d5eb464a406dc4c92`. The exact source identity is
+recorded in `template.lock.json`.
A React/Vite reference implementation where architecture boundaries,
integration behavior, release coherence, accessibility, performance, and
diff --git a/index.html b/index.html
index 047e363..cd9b3c5 100644
--- a/index.html
+++ b/index.html
@@ -3,8 +3,8 @@
-
- Clean Architecture Frontend
+
+ Tech Log
diff --git a/package.json b/package.json
index 16f972b..8d6b99f 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "clean-architecture-frontend-template",
+ "name": "tech-log-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
diff --git a/template.lock.json b/template.lock.json
new file mode 100644
index 0000000..ea8067b
--- /dev/null
+++ b/template.lock.json
@@ -0,0 +1,8 @@
+{
+ "schemaVersion": 1,
+ "template": "clean-architecture-frontend-template",
+ "sourceRepository": "https://git.learn.hyeonworks.com/donghyeon.kang/clean-architecture-frontend-template",
+ "sourceRevision": "4dc033cf33a5b6173bbf960d5eb464a406dc4c92",
+ "sourceTree": "16121a89a270dc45801a8c0f6aa4baab61b6c359",
+ "materialization": "tracked-snapshot"
+}