matrix-builder / web /src /app /docs /page.tsx
ruslanmv
Deploy: metrics + docs (Batch 12)
22b729d
Raw
History Blame Contribute Delete
438 Bytes
export default function DocsPage() {
return (
<main style={{ padding: "64px", fontFamily: "Inter, system-ui, sans-serif" }}>
<p style={{ color: "#16a34a", fontWeight: 700 }}>Matrix Builder Docs</p>
<h1>Controlled AI coding, explained simply.</h1>
<p>
Matrix Builder gives AI coders a contract: blueprint, standards lock, allowed files,
validation, and repair prompts.
</p>
</main>
);
}