Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cix docs · CodeIndeX — install, CLI, REST API, agents</title>
<meta name="description" content="cix (CodeIndeX) documentation — install, CLI reference, REST API, workspaces, MCP for Claude Desktop and Cowork, Claude Code plugin, GitHub-backed repos, troubleshooting.">
<meta name="description" content="cix (CodeIndeX) documentation for self-hosted codebase indexing and semantic code search — install, CLI reference, REST API, workspaces, MCP for Claude Desktop and Cowork, Claude Code plugin, GitHub-backed repos, troubleshooting.">
<link rel="canonical" href="https://codeindex.app/docs/">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="theme-color" content="#F2E6CF">

<meta property="og:type" content="website">
<meta property="og:site_name" content="CodeIndeX">
<meta property="og:title" content="cix docs · CodeIndeX">
<meta property="og:description" content="Everything you need to run a self-hosted semantic code-search platform: install, CLI, REST API, workspaces, agents.">
<meta property="og:description" content="Everything you need to run self-hosted codebase indexing and semantic code search: install, CLI, REST API, workspaces, agents.">
<meta property="og:url" content="https://codeindex.app/docs/">
<meta property="og:image" content="https://codeindex.app/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="cix docs · CodeIndeX">
<meta name="twitter:description" content="Everything you need to run a self-hosted semantic code-search platform: install, CLI, REST API, workspaces, agents.">
<meta name="twitter:description" content="Everything you need to run self-hosted codebase indexing and semantic code search: install, CLI, REST API, workspaces, agents.">
<meta name="twitter:image" content="https://codeindex.app/og-image.png">
</head>
<body>
Expand Down
14 changes: 7 additions & 7 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cix · CodeIndeX — self-hosted semantic code search server</title>
<meta name="description" content="cix (CodeIndeX) is a self-hosted semantic code search platform: server, CLI, dashboard and agent skills, shipped as one finished product — not a framework or bare API. Hybrid BM25 + dense ranking, multi-user, MIT.">
<title>cix · CodeIndeX — self-hosted semantic code search &amp; codebase indexing server</title>
<meta name="description" content="cix (CodeIndeX) is a self-hosted platform for codebase indexing and semantic code search: server, CLI, dashboard and agent skills for Claude Code, shipped as one finished product — not a framework or bare API. Hybrid BM25 + dense ranking, multi-user, MIT.">
<link rel="canonical" href="https://codeindex.app/">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="theme-color" content="#F2E6CF">

<meta property="og:type" content="website">
<meta property="og:site_name" content="CodeIndeX">
<meta property="og:title" content="cix · CodeIndeX — self-hosted semantic code search server">
<meta property="og:description" content="Search your codebase by meaning, not just text. A self-hosted platform — server, CLI, dashboard and agent skills, ready to run. Multi-user, MIT-licensed.">
<meta property="og:title" content="cix · CodeIndeX — self-hosted semantic code search &amp; codebase indexing server">
<meta property="og:description" content="Search your codebase by meaning, not just text. Self-hosted codebase indexing and semantic code search — server, CLI, dashboard and agent skills, ready to run. Multi-user, MIT-licensed.">
<meta property="og:url" content="https://codeindex.app/">
<meta property="og:image" content="https://codeindex.app/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="cix · CodeIndeX — self-hosted semantic code search server">
<meta name="twitter:description" content="Search your codebase by meaning, not just text. A self-hosted platform — server, CLI, dashboard and agent skills, ready to run. Multi-user, MIT-licensed.">
<meta name="twitter:title" content="cix · CodeIndeX — self-hosted semantic code search &amp; codebase indexing server">
<meta name="twitter:description" content="Search your codebase by meaning, not just text. Self-hosted codebase indexing and semantic code search — server, CLI, dashboard and agent skills, ready to run. Multi-user, MIT-licensed.">
<meta name="twitter:image" content="https://codeindex.app/og-image.png">

<script type="application/ld+json">
Expand All @@ -26,7 +26,7 @@
"@type": "SoftwareApplication",
"name": "cix — CodeIndeX",
"url": "https://codeindex.app/",
"description": "Self-hosted semantic code search platform: server, CLI, dashboard and agent skills, shipped as one finished product — not a framework. Hybrid BM25 + dense ranking, multi-user, MIT.",
"description": "Self-hosted platform for codebase indexing and semantic code search: server, CLI, dashboard and agent skills, shipped as one finished product — not a framework. Hybrid BM25 + dense ranking, multi-user, MIT.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Linux, macOS",
"license": "https://github.com/dvcdsys/code-index/blob/main/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion site/src/landing/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Hero() {
not just text.
</h1>
<p className="lead" style={{ marginTop: 20 }}>
<code style={{ fontFamily: 'var(--font-mono)', fontWeight: 700, color: 'var(--red)', fontSize: '1.05em' }}>cix</code> (CodeIndeX) is a self-hosted semantic code-search platform — a server with an embedded dashboard, a thin CLI for terminals and agents, and skills that teach Claude to reach for it. Hybrid BM25 + dense ranking, <code>file:line</code> snippets in milliseconds. Deploy once — a single Go binary or Docker — and point every repo, teammate and agent at it.
<code style={{ fontFamily: 'var(--font-mono)', fontWeight: 700, color: 'var(--red)', fontSize: '1.05em' }}>cix</code> (CodeIndeX) is a self-hosted platform for codebase indexing and semantic code search — a server with an embedded dashboard, a thin CLI for terminals and agents, and skills that teach Claude to reach for it. Hybrid BM25 + dense ranking, <code>file:line</code> snippets in milliseconds. Deploy once — a single Go binary or Docker — and point every repo, teammate and agent at it.
</p>
<div className="hero-cta">
<a className="btn btn-primary" href="#quickstart">Get started →</a>
Expand Down