- New Express + TypeScript backend (server/) with pg, Better Auth, local file storage - De-Supabased Postgres schema (server/db) and TS reimplementations of DB functions - Frontend data layer rewired to REST (rest-client + backend-client compat shim) - Removed all Supabase references (code, config, deps, docs) - New brand assets: gradient favicon/app icons + dark/white wordmark logos Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
19 lines
933 B
XML
19 lines
933 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 232 56" width="232" height="56" role="img" aria-label="AppForge">
|
|
<defs>
|
|
<linearGradient id="afl2" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#A78BFA"/>
|
|
<stop offset="0.55" stop-color="#818CF8"/>
|
|
<stop offset="1" stop-color="#38BDF8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- icon mark -->
|
|
<g transform="translate(6 8)">
|
|
<rect x="0" y="0" width="40" height="40" rx="11" fill="url(#afl2)"/>
|
|
<path d="M23 7 L11.5 24 H18.7 L17 33.5 L29 15.5 H21.7 Z"
|
|
fill="#0B1020" stroke="#0B1020" stroke-width="0.8" stroke-linejoin="round"/>
|
|
</g>
|
|
<!-- wordmark (white — for dark backgrounds) -->
|
|
<text x="58" y="37" font-family="'Segoe UI', Inter, system-ui, -apple-system, Roboto, Arial, sans-serif"
|
|
font-size="27" font-weight="700" letter-spacing="-0.5" fill="#FFFFFF">App<tspan fill="#A5B4FC">Forge</tspan></text>
|
|
</svg>
|