Rebranded Wilder World web experience built with Next.js 15 (App Router) and @cypher-asi/zui.
- Next.js 15 + React 19
- TypeScript
- CSS Modules
@cypher-asi/zui(linked fromfile:../zui)
- Node.js 20+
- npm 10+
- Local
../zuicheckout (required bypackage.json)
npm installnpm run dev
npm run build
npm run start
npm run lint
npm run typecheck- Active route:
/ - Top-left brand:
Wilder World - Top-right logo + favicon:
public/wilderworld-logo.png - Left navigation:
- Drops
- Packs
- Collections
- Wilder World (Game, City of Wiami, Characters, Art)
- Project (Vision Paper, Wiki, Legal)
- Exchanges (Uniswap, Gate, Kucoin)
- NEWS
Many linked routes are currently placeholders for future pages.
public/
wilderworld-logo.png
src/
app/
layout.tsx
page.tsx
page.module.css
_components/
Nav.tsx
Nav.module.css
BottomWidget.tsx
BottomWidget.module.css
Headline.tsx
ThemeWrapper.tsx
styles/
globals.css
- Legacy/unlinked Cypher-era pages and their supporting components were removed.
- If you add new routes, update nav links in
src/app/_components/Nav.tsx.