nexu-io/open-design

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.

71CollectingReads files
See how to use itView GitHub source
npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/examples/open-design-homepage"
Automated source guideContent productionStandard source

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Source-grounded content guide: open-design-homepage

A first-party showcase template that mirrors the live open-design.ai homepage, captured as a fully self-contained bundle that renders in the sandboxed preview.

npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/examples/open-design-homepage"
Check the pinned source

The pinned source supports a structured brief, but not an expanded tutorial. Only detected inputs, outputs, and sections are shown.

341 source words · 3 usable sections

Content workflow

Read open-design-homepage through these 3 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

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.

SKILL.md · 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.
02

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.

SKILL.md · 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 (KHRdracomeshcompression) — 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 asse…
03

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…

SKILL.md · 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…

Content checklist

Verify each item before delivery

The source section “What it is” has been checked.

The source section “How it is built (for reference)” has been checked.

The source section “Using it” has been checked.

Static permission evidence

Inspect the exact source lines that triggered a signal

These are source excerpts matched by deterministic rules, not findings of malicious behavior, safety, or actual execution.

Choose a different workflow

When another Skill is the better fit

FAQ

What does the open-design-homepage source document cover?

A first-party showcase template that mirrors the live open-design.ai homepage, captured as a fully self-contained bundle that renders in the sandboxed preview.

How do I install open-design-homepage?

The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/examples/open-design-homepage". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged read-files in the source; the page lists the matching lines and excerpts.

Repository stars
82,073
Repository forks
9,485
Quality
71/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

71/100
Documentation20/30
Specificity16/25
Maintenance20/20
Trust signals15/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

suede-code-review by JasonColapietro

Find the bugs a diff can actually ship: TypeScript, React, Next.js, OWASP, accessibility, SEO, database, and deploy-risk review. Return findings, not a grade.

motion-patterns by affaan-m

Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs.

vercel-react-view-transitions by vercel-labs

Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view

gsap-framer-scroll-animation by github

Use this skill whenever the user wants to build scroll animations, scroll effects, parallax, scroll-triggered reveals, pinned sections, horizontal scroll, text animations, or any motion tied to scroll position — in vanilla JS, React, or Next.js. Covers GSAP ScrollTrigger (pinning, scrubbing, snapping, timelines, horizontal scroll, ScrollSmoother, matchMedia) and Framer Motion / Motion v12 (useScroll, useTransform, useSpring, whileInView, variants). Use this skill even if the user just says "anim

motion-ui by affaan-m

Production-ready UI motion system for React/Next.js. Use when implementing animations, transitions, or motion patterns.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 2 min

Open Design Homepage

A first-party showcase template that mirrors the live 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.

Skill path
plugins/_official/examples/open-design-homepage/SKILL.md
Commit SHA
89d6d4ef21ba
Repository license
Apache-2.0
Data collected