diff --git a/CLAUDE.md b/CLAUDE.md
index dc308cb..731aeb5 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -1,18 +1,22 @@
-# FrogStats Code Guidelines
+# Rybbit Code Guidelines
## Commands
+
### Client (Next.js)
+
- Build: `npm run build`
- Dev: `npm run dev` (port 3002 with turbopack)
- Lint: `npm run lint`
- Start: `npm run start` (port 3002)
### Server
+
- Build: `npm run build`
- Dev: `npm run dev` (builds and runs)
- DB: `npm run db:generate|migrate|push|pull|check|drop`
## Code Style
+
- **TypeScript**: Strict typing, interfaces for API/props
- **React**: Functional components, Tanstack Query, Zustand
- **Formatting**: Arrow functions, async/await, named exports
@@ -22,4 +26,4 @@
- **Documentation**: JSDoc for utilities, descriptive function names
- **Theme**: Dark mode by default
-FrogStats is a self-hostable open source Google Analytics alternative.
\ No newline at end of file
+Rybbit is a self-hostable open source Google Analytics alternative.
diff --git a/client/public/frog.png b/client/public/frog.png
new file mode 100644
index 0000000..c25f0e9
Binary files /dev/null and b/client/public/frog.png differ
diff --git a/client/src/app/components/CreateOrganizationDialog.tsx b/client/src/app/components/CreateOrganizationDialog.tsx
index af7c105..1f00c43 100644
--- a/client/src/app/components/CreateOrganizationDialog.tsx
+++ b/client/src/app/components/CreateOrganizationDialog.tsx
@@ -107,7 +107,7 @@ export function CreateOrganizationDialog({
Create Your Organization
- Set up your organization to get started with Frogstats
+ Set up your organization to get started with Rybbit