Spaces:
Running
Running
| 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> | |
| ); | |
| } | |