diff --git a/.beans/nuzlocke-tracker-9c8d--rebrand-to-another-nuzlocke-tracker-ant.md b/.beans/nuzlocke-tracker-9c8d--rebrand-to-another-nuzlocke-tracker-ant.md
index 365f36b..74be907 100644
--- a/.beans/nuzlocke-tracker-9c8d--rebrand-to-another-nuzlocke-tracker-ant.md
+++ b/.beans/nuzlocke-tracker-9c8d--rebrand-to-another-nuzlocke-tracker-ant.md
@@ -1,11 +1,11 @@
---
# nuzlocke-tracker-9c8d
title: Rebrand to Another Nuzlocke Tracker (ANT)
-status: todo
+status: in-progress
type: task
priority: normal
created_at: 2026-02-10T14:46:09Z
-updated_at: 2026-02-10T14:46:56Z
+updated_at: 2026-02-17T19:08:18Z
---
Adopt the new branding: **Another Nuzlocke Tracker**, abbreviated **ANT**.
@@ -18,8 +18,8 @@ Adopt the new branding: **Another Nuzlocke Tracker**, abbreviated **ANT**.
## Checklist
-- [ ] Update project name in package.json / config files
-- [ ] Update page titles, meta tags, and any visible app name references
-- [ ] Update README and any documentation with the new name
-- [ ] Design or source a Durant-themed logo/icon
-- [ ] Update favicon and app icons
\ No newline at end of file
+- [x] Update project name in package.json / config files
+- [x] Update page titles, meta tags, and any visible app name references
+- [x] Update README and any documentation with the new name
+- [x] Design or source a Durant-themed logo/icon
+- [x] Update favicon and app icons
\ No newline at end of file
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index da81873..1929f1f 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -1,6 +1,6 @@
# Deployment
-This document describes the deployment architecture and workflows for the nuzlocke-tracker.
+This document describes the deployment architecture and workflows for ANT (Another Nuzlocke Tracker).
## Architecture Overview
diff --git a/README.md b/README.md
index c4a6033..584b072 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# nuzlocke-tracker
+# ANT - Another Nuzlocke Tracker
A full-stack Nuzlocke run tracker for Pokemon games.
diff --git a/backend/.env.example b/backend/.env.example
index dffd5a4..ea90daf 100644
--- a/backend/.env.example
+++ b/backend/.env.example
@@ -1,5 +1,5 @@
# Application settings
-APP_NAME="Nuzlocke Tracker API"
+APP_NAME="Another Nuzlocke Tracker API"
DEBUG=true
# API settings
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 3dc9d7f..2efe7c1 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -1,7 +1,7 @@
[project]
-name = "nuzlocke-tracker-api"
+name = "another-nuzlocke-tracker-api"
version = "0.1.0"
-description = "Backend API for Nuzlocke Tracker"
+description = "Backend API for Another Nuzlocke Tracker"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
diff --git a/backend/src/app/core/config.py b/backend/src/app/core/config.py
index 5f2999b..9481456 100644
--- a/backend/src/app/core/config.py
+++ b/backend/src/app/core/config.py
@@ -8,7 +8,7 @@ class Settings(BaseSettings):
extra="ignore",
)
- app_name: str = "Nuzlocke Tracker API"
+ app_name: str = "Another Nuzlocke Tracker API"
debug: bool = False
# API settings
diff --git a/frontend/index.html b/frontend/index.html
index 02eb0db..b63df98 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -3,10 +3,10 @@
- Nuzlocke Tracker
+ ANT - Another Nuzlocke Tracker
-
+
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index b786304..e3707a0 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "nuzlocke-tracker-frontend",
+ "name": "another-nuzlocke-tracker",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "nuzlocke-tracker-frontend",
+ "name": "another-nuzlocke-tracker",
"version": "0.0.0",
"dependencies": {
"@dnd-kit/core": "6.3.1",
@@ -28,7 +28,7 @@
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"vite": "7.3.1",
- "vitest": "^4.0.18"
+ "vitest": "4.0.18"
}
},
"node_modules/@babel/code-frame": {
@@ -2093,6 +2093,66 @@
"node": ">=14.0.0"
}
},
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
+ "version": "1.7.1",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@emnapi/wasi-threads": "1.1.0",
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
+ "version": "1.7.1",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
+ "version": "1.1.0",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
+ "version": "1.1.0",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@emnapi/core": "^1.7.1",
+ "@emnapi/runtime": "^1.7.1",
+ "@tybys/wasm-util": "^0.10.1"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
+ "version": "0.10.1",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
+ "version": "2.8.1",
+ "dev": true,
+ "inBundle": true,
+ "license": "0BSD",
+ "optional": true
+ },
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
"version": "4.1.18",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
diff --git a/frontend/package.json b/frontend/package.json
index 438d952..232c130 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,5 +1,5 @@
{
- "name": "nuzlocke-tracker-frontend",
+ "name": "another-nuzlocke-tracker",
"private": true,
"version": "0.0.0",
"type": "module",
diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png
index c6746d1..9f65bad 100644
Binary files a/frontend/public/apple-touch-icon.png and b/frontend/public/apple-touch-icon.png differ
diff --git a/frontend/public/favicon-16x16.png b/frontend/public/favicon-16x16.png
index ae41eb5..40eb20a 100644
Binary files a/frontend/public/favicon-16x16.png and b/frontend/public/favicon-16x16.png differ
diff --git a/frontend/public/favicon-32x32.png b/frontend/public/favicon-32x32.png
index 2ffe58c..8e713bd 100644
Binary files a/frontend/public/favicon-32x32.png and b/frontend/public/favicon-32x32.png differ
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico
index 1f04aa6..fecddf4 100644
Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ
diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg
index 77a1f13..cb457ca 100644
--- a/frontend/public/favicon.svg
+++ b/frontend/public/favicon.svg
@@ -1,27 +1,20 @@
-