diff --git a/.gitignore b/.gitignore index 5c7663b..a0ef7da 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,7 @@ mcp-server/__pycache__/ # Validation experiments validation-experiment/ exp-2/ + +# Internal planning +IDEAS.md +TODO.md diff --git a/frontend/index.html b/frontend/index.html index f57da2d..880bea6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,12 +5,65 @@ - + + + OpenCodeIntel – Understand Any Codebase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - OpenCodeIntel – Understand Any Codebase + + +
diff --git a/frontend/public/og-image.png b/frontend/public/og-image.png new file mode 100644 index 0000000..79fbe09 Binary files /dev/null and b/frontend/public/og-image.png differ diff --git a/frontend/public/og-image.svg b/frontend/public/og-image.svg new file mode 100644 index 0000000..31447f4 --- /dev/null +++ b/frontend/public/og-image.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + OpenCodeIntel + + + + + Understand Any Codebase + + + + + Semantic code search powered by AI + + + + + + + + + const + search + = + "auth logic" + + // finds: login, oauth, + // jwt validation... + + ✓ 47 results + across 12 files + + + + opencodeintel.com + + diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 0000000..5a114a1 --- /dev/null +++ b/frontend/public/robots.txt @@ -0,0 +1,15 @@ +# OpenCodeIntel - Robots.txt +# https://opencodeintel.com + +User-agent: * +Allow: / + +# Disallow authenticated/private routes +Disallow: /dashboard +Disallow: /github/callback +Disallow: /login +Disallow: /signup +Disallow: /api/ + +# Sitemap location +Sitemap: https://opencodeintel.com/sitemap.xml diff --git a/frontend/public/sitemap.xml b/frontend/public/sitemap.xml new file mode 100644 index 0000000..dd5c364 --- /dev/null +++ b/frontend/public/sitemap.xml @@ -0,0 +1,93 @@ + + + + https://opencodeintel.com/ + weekly + 1.0 + + + https://opencodeintel.com/docs + weekly + 0.9 + + + https://opencodeintel.com/docs/quickstart + weekly + 0.9 + + + https://opencodeintel.com/docs/mcp-setup + weekly + 0.8 + + + https://opencodeintel.com/docs/mcp-tools + weekly + 0.8 + + + https://opencodeintel.com/docs/mcp-examples + weekly + 0.8 + + + https://opencodeintel.com/docs/features/search + monthly + 0.7 + + + https://opencodeintel.com/docs/features/dependencies + monthly + 0.7 + + + https://opencodeintel.com/docs/features/impact + monthly + 0.7 + + + https://opencodeintel.com/docs/features/style + monthly + 0.7 + + + https://opencodeintel.com/docs/deployment/docker + monthly + 0.6 + + + https://opencodeintel.com/docs/deployment/self-host + monthly + 0.6 + + + https://opencodeintel.com/docs/api + weekly + 0.8 + + + https://opencodeintel.com/docs/api/repositories + monthly + 0.7 + + + https://opencodeintel.com/docs/api/search + monthly + 0.7 + + + https://opencodeintel.com/docs/api/analysis + monthly + 0.7 + + + https://opencodeintel.com/docs/architecture + monthly + 0.6 + + + https://opencodeintel.com/docs/contributing + monthly + 0.6 + +