framework
Version:
The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.
26 lines (25 loc) • 1.21 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Framework</title>
<!-- The brand mark as the tab icon (#757). It carries its own dark-mode ramp inside the file:
a favicon sits on browser chrome, which follows the OS theme, not our in-app theme choice. -->
<link rel="icon" href="/logo.svg" />
<!-- The landing page's typeface (#1118) so the dashboard reads as the same product as
the-framework.ai: IBM Plex Sans for UI, IBM Plex Mono for code. Same Google Fonts links as
packages/the-framework.ai/pages/+Head.tsx. -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="/assets/index-BGbDId5M.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CsfDFlQU.css">
</head>
<body>
<div id="root"></div>
</body>
</html>