Skip to content

Commit 19aef51

Browse files
committed
fix(seo): change domain from .dev to .com
Consistent domain: opencodeintel.com across all files
1 parent f752628 commit 19aef51

6 files changed

Lines changed: 88 additions & 11 deletions

File tree

IDEAS.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# CodeIntel - Ideas & Backlog
2+
3+
Quick capture for thoughts, ideas, and future features. No priority, just don't forget.
4+
5+
---
6+
7+
## Ideas to Explore
8+
9+
- [ ] Linear integration for task tracking
10+
- [ ] Unified MCP auth config (Option D from meeting)
11+
- [ ] `codeintel init` CLI for zero-config setup
12+
13+
---
14+
15+
## Someday/Maybe
16+
17+
- [ ] VS Code extension
18+
- [ ] Cursor integration docs
19+
- [ ] "CodeIntel-aware" badge for repos
20+
- [ ] Public API for third-party tools
21+
22+
---
23+
24+
## Random Thoughts
25+
26+
_Add anything here - features, concerns, questions_
27+

TODO.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# CodeIntel - Launch Priorities
2+
3+
## P0 - Must Fix Before Launch
4+
5+
### Frontend
6+
- [ ] Fix `[object Object]` bug in DashboardHome.tsx
7+
8+
### DevOps / Auth
9+
- [ ] MCP Authentication Overhaul (Option D)
10+
- [ ] Create `~/.codeintel/config.yaml` spec
11+
- [ ] Build `codeintel_config` shared loader
12+
- [ ] Add `codeintel init` CLI command
13+
- [ ] Update MCP server to use unified config
14+
- [ ] Update backend auth to use unified config
15+
- [ ] Documentation
16+
17+
---
18+
19+
## P1 - Launch Week
20+
21+
### Product
22+
- [ ] LinkedIn launch announcement (post ready, need to schedule)
23+
- [ ] Greptile config (`greptile.json` with team rules)
24+
25+
### DevOps
26+
- [ ] Branch protection (require Greptile review)
27+
- [ ] Staging environment setup
28+
29+
---
30+
31+
## P2 - Post-Launch
32+
33+
### Frontend
34+
- [ ] Navigation refactor (single source of truth) - see DEFERRED.md
35+
- [ ] DNA Preview component (show users what gets extracted)
36+
- [ ] EndpointHeader extraction (DRY refactor) - see DEFERRED.md
37+
38+
### Product
39+
- [ ] MCP distribution strategy (Cursor, Continue, Claude Desktop docs)
40+
- [ ] "CodeIntel-aware" badge/marketing
41+
42+
---
43+
44+
## Completed
45+
46+
- [x] PR #240: Docs Overhaul
47+
- [x] PR #244: Team Rules Detection (CLAUDE.md auto-inclusion)
48+
- [x] Polish Sprint (Feedback/Waitlist/Discord)
49+
- [x] GitHub CLI integration
50+
- [x] Greptile setup (replacing CodeRabbit)

frontend/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
<meta name="theme-color" content="#0a0a0f" />
1616

1717
<!-- Canonical URL -->
18-
<link rel="canonical" href="https://opencodeintel.dev/" />
18+
<link rel="canonical" href="https://opencodeintel.com/" />
1919

2020
<!-- Open Graph / Facebook -->
2121
<meta property="og:type" content="website" />
22-
<meta property="og:url" content="https://opencodeintel.dev/" />
22+
<meta property="og:url" content="https://opencodeintel.com/" />
2323
<meta property="og:title" content="OpenCodeIntel – Understand Any Codebase" />
2424
<meta property="og:description" content="Stop feeling lost in unfamiliar codebases. Semantic code search powered by AI. Index your repos and search by meaning, not just keywords." />
25-
<meta property="og:image" content="https://opencodeintel.dev/og-image.png" />
25+
<meta property="og:image" content="https://opencodeintel.com/og-image.png" />
2626
<meta property="og:image:width" content="1200" />
2727
<meta property="og:image:height" content="630" />
2828
<meta property="og:site_name" content="OpenCodeIntel" />
2929

3030
<!-- Twitter -->
3131
<meta name="twitter:card" content="summary_large_image" />
32-
<meta name="twitter:url" content="https://opencodeintel.dev/" />
32+
<meta name="twitter:url" content="https://opencodeintel.com/" />
3333
<meta name="twitter:title" content="OpenCodeIntel – Understand Any Codebase" />
3434
<meta name="twitter:description" content="Stop feeling lost in unfamiliar codebases. Semantic code search powered by AI. Index your repos and search by meaning, not just keywords." />
35-
<meta name="twitter:image" content="https://opencodeintel.dev/og-image.png" />
35+
<meta name="twitter:image" content="https://opencodeintel.com/og-image.png" />
3636

3737
<!-- Additional SEO -->
3838
<meta name="robots" content="index, follow" />
@@ -52,7 +52,7 @@
5252
"applicationCategory": "DeveloperApplication",
5353
"operatingSystem": "Web",
5454
"description": "Semantic code search powered by AI. Index your repos and search by meaning, not just keywords.",
55-
"url": "https://opencodeintel.dev",
55+
"url": "https://opencodeintel.com",
5656
"offers": {
5757
"@type": "Offer",
5858
"price": "0",

frontend/public/og-image.svg

Lines changed: 1 addition & 1 deletion
Loading

frontend/public/robots.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OpenCodeIntel - Robots.txt
2-
# https://opencodeintel.dev
2+
# https://opencodeintel.com
33

44
User-agent: *
55
Allow: /
@@ -11,4 +11,4 @@ Disallow: /repos/
1111
Disallow: /callback
1212

1313
# Sitemap location
14-
Sitemap: https://opencodeintel.dev/sitemap.xml
14+
Sitemap: https://opencodeintel.com/sitemap.xml

frontend/public/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>https://opencodeintel.dev/</loc>
4+
<loc>https://opencodeintel.com/</loc>
55
<lastmod>2026-02-17</lastmod>
66
<changefreq>weekly</changefreq>
77
<priority>1.0</priority>
88
</url>
99
<url>
10-
<loc>https://opencodeintel.dev/login</loc>
10+
<loc>https://opencodeintel.com/login</loc>
1111
<lastmod>2026-02-17</lastmod>
1212
<changefreq>monthly</changefreq>
1313
<priority>0.5</priority>

0 commit comments

Comments
 (0)