What problem does it solve?
This Skill prevents common, production-breaking mistakes when deploying Ethereum dApp frontends by guiding you through the full build and release pipeline with correct fork-mode testing, static export rules for IPFS, and production-ready configuration.
Core Features & Use Cases
- Fork-mode setup for realistic testing: Uses
yarn fork --network <chain> to test against real protocol addresses and live state instead of an empty local chain, reducing “works on local” surprises.
- IPFS deployment checklist that avoids 404s and stale releases: Ensures correct static export settings (like
output: "export" and trailingSlash: true), clean rebuilds, correct OG metadata URLs, and verification of route outputs and CIDs.
- Vercel + ENS production readiness: Covers Vercel monorepo configuration and the two-step ENS subdomain workflow that maps an ENS record to the deployed IPFS content hash.
Quick Start
Use the frontend-playbook to go from “local development” to a verified production IPFS + ENS deployment by forking, deploying on the fork, building with a production URL and localStorage polyfill, uploading to IPFS, and validating that generated routes and OG metadata are correct.