crux / projects /index.html
aayu-outdooragi's picture
Resolve directory links for static hosting
9152148 verified
Raw
History Blame Contribute Delete
10.3 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="A living index of Complide and Crux open-source projects, release candidates, research previews, and archived experiments."
/>
<meta name="theme-color" content="#f5f4ef" />
<title>Crux and Complide project index</title>
<link rel="icon" href="../assets/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="../assets/styles.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<nav class="nav" aria-label="Primary navigation">
<a class="brand" href="../index.html" aria-label="Crux home">
<span class="brand-mark" aria-hidden="true"></span>
<span>Crux</span>
</a>
<button
class="menu-button"
type="button"
aria-expanded="false"
aria-controls="primary-links"
data-menu-button
>
Menu
</button>
<div class="nav-links" id="primary-links" data-nav-links data-open="false">
<a href="../builders/index.html">For builders</a>
<a href="../decision-work/index.html">For decision work</a>
<a href="../research/index.html">Research</a>
<a href="./index.html" aria-current="page">Projects</a>
<a class="button button-small" href="../join/index.html">Request preview</a>
</div>
</nav>
</header>
<main id="main">
<section class="shell hero hero-compact">
<div class="hero-copy">
<p class="eyebrow">The Complide → Crux project index</p>
<h1>Ship the useful layer. Keep the evidence attached.</h1>
<p class="lede">
This is the working map of what has been built across the repository:
usable open source, the next cleanup candidates, private-preview
product work, research that needs a disclosure gate, and experiments
we are keeping as history rather than pretending they are active.
</p>
<div class="actions">
<a class="button button-accent" href="#catalog">Browse all projects</a>
<a
class="button button-secondary"
href="https://github.com/aayush-complide/cli"
target="_blank"
rel="noreferrer"
>
Open the core repository
</a>
</div>
</div>
<aside class="signal-card" aria-label="Project release principle">
<div class="signal-bar">
<span>Externalization rule</span>
<span class="signal-dot" aria-hidden="true"></span>
</div>
<div class="signal-body">
<p class="signal-question">
Open the interface and the evaluation. Gate private data and
unreviewed control work.
</p>
<p class="signal-context">
Every item below names its evidence, current maturity, and the next
step required before a stronger release claim.
</p>
</div>
</aside>
</section>
<section class="section" id="catalog">
<div class="shell">
<div class="section-head">
<div>
<p class="eyebrow">Living catalog</p>
<h2>One lineage, thirty-one projects.</h2>
</div>
<p>
“Public now” means a usable artifact exists today. “Prepare next”
names a bounded cleanup. Research and preview labels are deliberate:
neither is a production claim.
</p>
</div>
<div class="project-toolbar">
<div class="project-search">
<label for="project-search">Search the index</label>
<input
id="project-search"
type="search"
placeholder="Try: MCP, question quality, JLens, workshop…"
autocomplete="off"
data-project-search
/>
</div>
<div class="project-filters" role="group" aria-label="Filter by release status">
<button
class="filter-button"
type="button"
aria-pressed="true"
data-project-filter="all"
>
All
</button>
<button
class="filter-button"
type="button"
aria-pressed="false"
data-project-filter="public"
>
● Public now
</button>
<button
class="filter-button"
type="button"
aria-pressed="false"
data-project-filter="next"
>
◆ Prepare next
</button>
<button
class="filter-button"
type="button"
aria-pressed="false"
data-project-filter="preview"
>
▲ Private preview
</button>
<button
class="filter-button"
type="button"
aria-pressed="false"
data-project-filter="research"
>
◈ Research
</button>
<button
class="filter-button"
type="button"
aria-pressed="false"
data-project-filter="archive"
>
○ Archive
</button>
</div>
</div>
<div class="project-summary">
<p>
<span class="project-count" data-project-count>0</span>
<span data-project-count-label>matching projects</span>
</p>
<p>Last consolidated: August 2026 · 95 branch lineages reviewed</p>
</div>
<div class="project-grid" data-project-grid aria-live="polite"></div>
<p class="empty-state" data-empty-state data-visible="false">
No project matches that search and release filter.
</p>
<noscript>
<p class="card">
JavaScript is required for search and filtering. The core public
work is available at
<a href="https://github.com/aayush-complide/cli">the Complide repository</a>.
</p>
</noscript>
</div>
</section>
<section class="section">
<div class="shell grid grid-2">
<article>
<p class="eyebrow">Fastest externalization sequence</p>
<h2>Release coherent pieces, not the branch pile.</h2>
<ol class="release-list">
<li>
<span class="release-number">01</span>
<span><strong>Standup package:</strong> add package metadata and a focused README.</span>
</li>
<li>
<span class="release-number">02</span>
<span><strong>Question-quality bundle:</strong> add a dataset card, schema check, and citation.</span>
</li>
<li>
<span class="release-number">03</span>
<span><strong>MCP package:</strong> merge compatibility fixtures and document each host.</span>
</li>
<li>
<span class="release-number">04</span>
<span><strong>Think skill:</strong> publish the smallest question-layer reference integration.</span>
</li>
<li>
<span class="release-number">05</span>
<span><strong>Core RC:</strong> add secret scanning, resolve dataset rights, and fix stale docs.</span>
</li>
</ol>
</article>
<article class="card">
<p class="card-kicker">The release boundary</p>
<h3>What will not appear in this public index</h3>
<ul class="plain-list">
<li>Patent strategy, provisional drafts, or claim architecture</li>
<li>Raw customer prompts, plans, answers, credentials, or traces</li>
<li>Named prospects or private partner strategy</li>
<li>Unreviewed dynamic model-control implementations</li>
<li>Concept-only mobile, glasses, or AR work presented as product</li>
</ul>
<p class="fine-print">
Historical project names remain visible when they explain the
lineage. Sensitive implementation details do not.
</p>
</article>
</div>
</section>
<section class="section">
<div class="shell callout">
<div>
<p class="eyebrow">The current center</p>
<h2>Complide is the open substrate. Crux is the question layer.</h2>
<p>
The next public releases should make that relationship easier to
understand: host integrations and evaluation in the open, measured
private-preview workflows for the product, and explicit review
gates around mechanistic research.
</p>
</div>
<a class="button" href="../join/index.html">Test a workflow <span></span></a>
</div>
</section>
</main>
<footer class="site-footer">
<div class="shell footer-grid">
<a class="brand" href="../index.html">
<span class="brand-mark" aria-hidden="true"></span>
<span>Crux</span>
</a>
<div class="footer-links">
<a href="../builders/index.html">For builders</a>
<a href="../decision-work/index.html">Decision work</a>
<a href="../research/index.html">Research</a>
<a href="mailto:preview@getthecrux.com">Contact</a>
</div>
<p class="fine-print">© <span data-year></span> Crux</p>
</div>
</footer>
<script src="./projects-data.js"></script>
<script src="./project-index.js" defer></script>
<script src="../assets/site.js" defer></script>
</body>
</html>