feat: recipe shell template with w3-kit design system#41
Merged
Conversation
TanStack Start template matching the w3-kit.com website design: - w3-kit CSS tokens (colors, spacing, dark mode) - UI primitives (Button, Card, Input, Badge) - w3-kit components (NFTCard, PriceTicker, TokenIcon) - RecipeLayout with wallet connect, theme toggle, header/footer - wagmi + viem pre-configured with PublicNode RPCs - On-chain SVG NFT showcase page with live Loot + Chainlink data - Deploy & Mint flow with pre-compiled DynamicSvgNft contract - Updated CONTRIBUTING.md with recipe shell documentation Closes #40
- Remove unused dynamicNftMintAbi (dead code from earlier iteration) - Replace error-as-status pattern with dedicated deployStatus state - Add mounted ref to prevent state updates after unmount in deploy polling - Fix README: Next.js → TanStack Start, @/ → relative imports, port 3333
Reset index.tsx to placeholder content — the template is now a reusable starting point for any recipe. Recipe-specific showcase code (contract bytecode, ethereum types) moved to recipe examples.
Contributor
Author
ReviewReviewed template structure, design system, and components. Template (templates/recipe-shell/):
CONTRIBUTING.md updated with:
Ran two review agents — no blocking issues found. Template is clean and generic. LGTM — ready to merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
templates/recipe-shell/— TanStack Start template matching w3-kit.com website designWhat's in the template
Design System (matching w3-kit.com)
--w3-accent,--w3-gray-*, oklch colors@theme inlinew3-kit Components (copied via
npx w3-kit add)Showcase Page (on-chain SVG NFT)
Infrastructure
How to test
cp -r templates/recipe-shell /tmp/test-shell cd /tmp/test-shell npm install npm run devOpen http://localhost:3333 — click "Fetch SVG NFT" to see live Loot data, Chainlink price loads automatically.
Test plan
npm run format:checkpassesCloses #40