Vanilla HTML/JS/CSS PWA with Dexie offline-first sync, Hono+SQLite backend, served via nginx reverse-proxy. Two seed goals (no-sugar, no-social-media) for users ray and cer. Local dev runs at https://raycer.test via the shared Traefik proxy. Production deploys to https://raycer.altweb.me on cool2026/personal via docker-compose.coolify.yaml — see deploy/COOLIFY.md.
8 lines
450 B
XML
8 lines
450 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="raycer">
|
|
<rect width="512" height="512" fill="#0a0a0a"/>
|
|
<g font-family="ui-monospace, SFMono-Regular, Menlo, monospace" font-weight="300" font-size="180" letter-spacing="-4" text-anchor="middle">
|
|
<text x="148" y="320" fill="#c47a1c">r</text>
|
|
<text x="256" y="320" fill="#3a3a3a">/</text>
|
|
<text x="364" y="320" fill="#1c8a8a">c</text>
|
|
</g>
|
|
</svg>
|