Skip to content

Commit cfbb186

Browse files
authored
Merge pull request #1 from PMDevSolutions/rebrand/optia
Rebrand to Optia + Signal UI redesign (light/dark, score-first)
2 parents 91a5923 + 55fce44 commit cfbb186

56 files changed

Lines changed: 1300 additions & 653 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
# AI SEO Copilot - Chrome Extension
1+
# Optia - Chrome Extension
22

33
A Chrome extension that analyzes web pages for SEO optimization and provides AI-powered recommendations to improve search rankings.
44

55
**Website:** https://ai-seo-copilot.webflow.io/
66

7+
> ⚠️ **Rebrand in progress (AI SEO Copilot → Optia).** The codebase, UI, docs, and package names have been renamed to **Optia**. The items below live on **external systems** and must be renamed/migrated **manually by the project owner** — they were intentionally left unchanged so links don't break before migration:
8+
>
9+
> - **GitHub repository & remote URL** — currently `die-Manufaktur/AISEOC-Chrome-Extension`. Rename the repo, update the git remote, then update the links in `docs/` and `app/src/components/Footer.tsx`.
10+
> - **Marketing website**`https://ai-seo-copilot.webflow.io/` (Webflow project).
11+
> - **Chrome Web Store listing** — extension name, description, screenshots, and the public store URL.
12+
> - **Documentation site**`ai-seo-copilot.gitbook.io` (referenced in `app/src/lib/docs-links.ts` and `app/src/components/Footer.tsx`).
13+
> - **Feature-request portal**`aiseocopilot.featurebase.app` (referenced in `app/src/components/Footer.tsx`).
14+
> - **Bug-report repo link**`github.com/PMDevSolutions/seo-copilot` (referenced in `app/src/components/Footer.tsx`).
15+
> - **Figma design file**`…/AI-SEO-Copilot-design` (referenced in `app/QA-PROMPT.md`).
16+
> - **Donation / sponsor links** — none found in the repo; update if any exist outside it.
17+
>
18+
> After migrating each external property, update the corresponding URL in `Footer.tsx`, `docs-links.ts`, and the docs to the new Optia domain.
19+
720
## Features
821

922
- **Real-time SEO Analysis** - Instant scoring for titles, meta descriptions, headings, images, and more
@@ -29,7 +42,7 @@ pnpm build
2942
## Project Structure
3043

3144
```
32-
ai-seo-copilot-extension/
45+
optia-extension/
3346
├── app/ # Chrome extension source code
3447
│ ├── src/ # React + TypeScript source
3548
│ ├── dist/ # Built extension (load this in Chrome)

app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to AI SEO Copilot will be documented in this file.
3+
All notable changes to Optia will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

app/PRIVACY_POLICY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Privacy Policy — AI SEO Copilot
1+
# Privacy Policy — Optia
22

33
**Last updated:** April 1, 2026
44

5-
AI SEO Copilot is a Chrome browser extension that analyzes web pages for SEO issues and provides recommendations. This privacy policy explains what data the extension accesses, how it is used, and how it is stored.
5+
Optia is a Chrome browser extension that analyzes web pages for SEO issues and provides recommendations. This privacy policy explains what data the extension accesses, how it is used, and how it is stored.
66

77
## Data the Extension Accesses
88

@@ -53,7 +53,7 @@ No data is stored on external servers. No cookies are set. No analytics or track
5353

5454
## Data Sharing
5555

56-
AI SEO Copilot does **not**:
56+
Optia does **not**:
5757

5858
- Collect or transmit personal information
5959
- Use analytics, telemetry, or tracking of any kind

app/QA-PROMPT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AI SEO Copilot — Visual QA, Functional Testing & Code Review
1+
# Optia — Visual QA, Functional Testing & Code Review
22

33
## Your Role
44

@@ -73,7 +73,7 @@ The app uses a strict dark-mode design system. Match these tokens against both F
7373
#### Screen 1: Setup Page (initial state)
7474
- Navigate to the dev app URL. This is the default view.
7575
- **Expected elements:**
76-
- Blue circle icon with Settings gear + "AI SEO Copilot" heading
76+
- Blue circle icon with Settings gear + "Optia" heading
7777
- "Dev mode" subtitle
7878
- "Page URL to Analyze" input (dev mode only)
7979
- "OpenAI API Key (optional)" password input
@@ -329,7 +329,7 @@ Read the following files and review for correctness, consistency, and bugs:
329329
Produce your report in this structure:
330330

331331
```markdown
332-
# AI SEO Copilot — QA Report
332+
# Optia — QA Report
333333

334334
## 1. Visual Comparison
335335

app/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AI SEO Copilot - Chrome Extension
1+
# Optia - Chrome Extension
22

33
A Chrome extension that analyzes web pages for SEO issues and provides AI-powered recommendations to improve search rankings.
44

@@ -46,8 +46,8 @@ You should see something like `9.x.x`
4646
Clone or download this repository from GitHub:
4747

4848
```bash
49-
git clone https://github.com/YOUR-USERNAME/ai-seo-copilot-extension.git
50-
cd ai-seo-copilot-extension
49+
git clone https://github.com/YOUR-USERNAME/optia-extension.git
50+
cd optia-extension
5151
```
5252

5353
Or download the ZIP file from GitHub and extract it.
@@ -85,15 +85,15 @@ This creates a `dist` folder with the built extension.
8585

8686
4. Navigate to the `app/dist` folder inside this project and select it
8787

88-
5. The AI SEO Copilot extension icon should appear in your browser toolbar
88+
5. The Optia extension icon should appear in your browser toolbar
8989

9090
---
9191

9292
## Using the Extension
9393

9494
1. Navigate to any website you want to analyze
9595

96-
2. Click the AI SEO Copilot icon in your toolbar (the little robot)
96+
2. Click the Optia icon in your toolbar
9797

9898
3. Enter your target keyword and click **Analyze**
9999

app/dev.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="icon" type="image/svg+xml" href="/icons/icon-32.svg" />
7-
<title>AI SEO Copilot — Dev Preview</title>
6+
<link rel="icon" type="image/svg+xml" href="/icons/icon.svg" />
7+
<title>Optia — Dev Preview</title>
88
<style>
9-
body { margin: 0; display: flex; justify-content: center; background: #111; }
10-
#frame { width: 715px; min-height: 100vh; }
9+
body { margin: 0; display: flex; justify-content: center; background: #e9eef5; }
10+
#frame { width: 440px; min-height: 100vh; }
1111
</style>
1212
</head>
1313
<body>

app/eslint.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,19 @@ export default [
127127
"no-unused-vars": "off",
128128
},
129129
},
130+
{
131+
// Build scripts (icon generation, etc.) - Node.js environment
132+
files: ["scripts/**/*.{js,mjs}"],
133+
languageOptions: {
134+
parserOptions: {
135+
ecmaVersion: "latest",
136+
sourceType: "module",
137+
},
138+
globals: {
139+
...globals.node,
140+
},
141+
},
142+
},
130143
{
131144
ignores: [
132145
"node_modules/**",

app/icons/icon-128.png

-8.79 KB
Loading

app/icons/icon-16.png

129 Bytes
Loading

app/icons/icon-32.png

-348 Bytes
Loading

0 commit comments

Comments
 (0)