Forward
Description
A fresh Next.js storefront theme for Shopify, powered by Weaverse.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Forward
Forward is a fresh Next.js App Router storefront theme for Shopify, powered by Weaverse.
Status
The storefront now has a hybrid production data source. With the approved server-only Shopify environment, products, canonical collection structure, Header `main-menu`, and the complete three-column `footer` navigation tree are read from the Storefront API. Footer navigation has one Store-owned source: it is not derived from `main-menu`, `forward-footer`, or theme-owned Support links. Without that environment it remains a deterministic, network-independent static storefront. Journal/page/policy bodies, theme copy, the browser-local demo cart, and prototype account surfaces still use fixtures; checkout, Customer Account OAuth, Weaverse Studio composition, and locale/market routing remain deferred.
Setup
Requires [Bun](https://bun.sh) (package manager and script runner) and Node.js >= 22.18.0 (the route tooling executes TypeScript directly with Node's built-in type stripping; the app itself stays Node-compatible — Bun is a tooling decision, not a production runtime).
bun install
bun run dev
Open [http://localhost:3333](http://localhost:3333). The development script uses port `3333` by default.
The Hydrogen baseline was initialized in this existing Next.js app with:
npx @shopify/hydrogen@preview setup
That deterministic command installs the preview package and copies Shopify's Hydrogen implementation skills into `.agents/skills/`. The server-owned Storefront read client is wired; cart mutations, request-specific buyer context, checkout, and Customer Account remain explicit future work.
Commands
| Command | What it does |
|---|---|
bun run dev |
Start the development server on http://localhost:3333. |
bun run build |
Create the production build. |
bun run start |
Serve the production build. |
bun run typecheck |
Strict TypeScript check (tsc --noEmit). |
bun run lint |
Biome lint (biome lint . |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11