Skip to content

feat: build first Z3 homepage - #4

Merged
Red-Asuka merged 1 commit into
devfrom
feat/homepage
Jun 8, 2026
Merged

feat: build first Z3 homepage#4
Red-Asuka merged 1 commit into
devfrom
feat/homepage

Conversation

@Red-Asuka

Copy link
Copy Markdown
Collaborator

Summary

Replaces the placeholder website scaffold with the first real Z3 homepage — a restrained, dark, technical landing page for Z3, a minimalist S3 server in Zig. All product copy is grounded in the Z3 repo (README / api.md / LICENSE.txt); no invented features, perf numbers, or production claims.

Sections

  • Header — real Z3 logo + nav (Quick Start / Usage / Capabilities / FAQs) + GitHub CTA
  • Hero — logo mark, tagline, primary CTA → GitHub repo, secondary → Quick Start
  • Value strip — Tiny & Fast, SigV4 Compatible, Core S3 API, Simple by Design
  • Quick Start — real build/run commands + endpoint/data/credentials facts
  • Usage — AWS CLI + boto3 examples (verbatim from README)
  • Capabilities — Supported Now vs Under Development + TLS note
  • FAQs — accordion (copy from the design prototype)
  • Project links + footer — repo, API reference, Zig, MIT License

Implementation

  • Real logo asset public/z3-icon.svg used in header/hero/footer; SVG favicon
  • Warm-dark theme built on the logo palette (amber + taupe); permanent dark, no light/dark toggle
  • New CodeBlock component: copy button, lightweight bash/python syntax highlighting, slim on-brand scrollbar, equal-height panels
  • Responsive (mobile overflow handled with min-w-0 + overflow-x-clip)
  • Updated useSeoMeta and icon client bundle

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm generate ✅ (7 routes prerendered)

Deploy workflow, Vercel/robots/sitemap config, and README deploy notes were left untouched.

Replace the placeholder scaffold with the first real Z3 homepage: a
restrained, dark, technical landing page grounded in the Z3 repo.

- Hero, value strip, quick start, usage, capabilities, FAQ, project links
- Real Z3 logo (public/z3-icon.svg) in header, hero, footer; SVG favicon
- Warm-dark theme built on the logo palette; permanent dark, no toggle
- CodeBlock component: copy button, bash/python highlighting, slim scrollbar
- Accurate English SEO meta; all copy sourced from the Z3 README/api/LICENSE
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

@Red-Asuka
Red-Asuka merged commit 70f24fc into dev Jun 8, 2026
2 checks passed
@Red-Asuka
Red-Asuka deleted the feat/homepage branch June 8, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant