Web & Frontendlow risk

open-design-homepage

A pixel-faithful, self-contained mirror of the live open-design.ai homepage — an interactive React Three Fiber / Next.js hero with a real-time 3D wordmark, sticker collage, variable fonts, and scroll-driven motion. First-party showcase of the visual ceiling for interactive web marketing surfaces.

nexu-io/open-design·plugins/_official/examples/open-design-homepage/SKILL.md
60/ 100おすすめ度

この Skill を導入

coding agent を選び、プロジェクト用または個人用コマンドをコピーします。

収録 commit に固定
プロジェクトに導入.agents/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a codex -y
個人環境に導入~/.agents/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a codex -g -y
手動配置先.agents/skills/open-design-homepageOfficial docs ↗
プロジェクトに導入.claude/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a claude-code -y
個人環境に導入~/.claude/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a claude-code -g -y
手動配置先.claude/skills/open-design-homepageOfficial docs ↗
プロジェクトに導入.agents/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a github-copilot -y
個人環境に導入~/.copilot/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a github-copilot -g -y
手動配置先.agents/skills/open-design-homepageOfficial docs ↗
プロジェクトに導入.agents/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a cursor -y
個人環境に導入~/.cursor/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a cursor -g -y
手動配置先.agents/skills/open-design-homepageOfficial docs ↗
プロジェクトに導入.agents/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a gemini-cli -y
個人環境に導入~/.gemini/skills/open-design-homepage
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/examples/open-design-homepage -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/_official/examples/open-design-homepage
手動配置先.agents/skills/open-design-homepageOfficial docs ↗
⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
# Open Design Homepage

A first-party **showcase** template that mirrors the live [open-design.ai](https://open-design.ai) homepage, captured as a fully self-contained bundle that renders in the sandboxed preview.

It is here to demonstrate the **visual ceiling** Open Design targets for interactive, WebGL-grade marketing surfaces on the web — not a fill-in-the-blank generator. Treat it as a reference build to study and adapt.

## What it is

- **Interactive 3D hero** — a real-time `Open Design` script wordmark rendered with **React Three Fiber / Three.js**, plus a cursor-reactive parallax layer and a floating sticker collage.
- **Scroll-driven narrative** — the work grid, capabilities copy, and decorative stickers animate as the page scrolls.
- **Craft details** — custom variable fonts (TikTok Sans, Geist Mono, Departure Mono), a light/dark theme toggle, an optional ambient soundtrack, and a live clock / cursor-coordinate HUD.

## How it is built (for reference)

- **Stack**: Next.js (App Router, Turbopack build) + React Three Fiber + Three.js, exported as a static, self-contained bundle.
- **3D geometry** is **Draco-compressed** (`KHR_draco_mesh_compression`) — the hero wordmark drops from ~4.4 MB to ~300 KB with no visible change, decoded at runtime by the bundled `DRACOLoader`.
- **Imagery** (work thumbnails, stickers) ships as **lossless WebP** — pixel-identical to the source PNGs at a fraction of the size, so every file stays under the 1 MB repository blob limit and the template needs no external asset host.
- **Self-contained & path-portable**: all assets load relative to the entry file, so the bundle renders correctly whether served from the site root or a nested preview subpath.

## Using it

Open `example.html` in the preview to explore the live, interactive result. All content is bundled locally — fonts, imagery, and 3D geometry ship in `assets/`, so there are no CDN scripts or external fonts. The one runtime network request is the Draco decoder, fetched from Google's `gstatic` CDN on demand (the same pattern the other WebGL examples use for their libraries). To adapt the aesthetic (typography, 3D treatment, sticker collage, scroll motion) into your own build, study the structure here and recreate it with your preferred React Three Fiber / Next.js setup.