Add Svelte PWA builder with private Ethereum integration and DANE DNS templates#29
Draft
Copilot wants to merge 2 commits into
Draft
Add Svelte PWA builder with private Ethereum integration and DANE DNS templates#29Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…ates Co-authored-by: montinode <258148236+montinode@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create high quality PWA builder using MAGP
Add Svelte PWA builder with private Ethereum integration and DANE DNS templates
Mar 5, 2026
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.
Adds a Progressive Web Application dashboard to the TTAG repository with Ethereum blockchain connectivity and DNS record templates for
johncharlesmonti.com.PWA (
pwa/)Svelte 5 + Vite 7 + vite-plugin-pwa 1.2 — generates a service worker (Workbox
generateSW), web app manifest, and precaches 14 assetsEthereum integration (
src/lib/ethereum/provider.js) —ethers.JsonRpcProviderpointed atVITE_ETHEREUM_RPC_URL; defaults to public mainnet if unset# .env VITE_ETHEREUM_RPC_URL=https://eth.johncharlesmonti.com VITE_MAGP_API_URL=https://api.johncharlesmonti.com/magpMAGP-ready — install with
npm install github:montinode/MAGP; API URL wired viaVITE_MAGP_API_URLnpm overrides force
serialize-javascript ≥7.0.4and@rollup/plugin-terser ≥1.0.0to eliminate transitive high-severity vulns (npm audit: 0 findings)DNS templates (
dns/)records.json— SOA, NS, A/AAAA (@,pwa.,eth.), TXT (SPF + DMARC), TLSA (DANE) for_443._tcp.pwaand_443._tcp.eth, CAA3 1 1) — the requirement called these "TSLA records"; the correct DNS type is TLSAdns/README.mdincludesopensslhash generation, BIND zone file, and Cloudflare Terraform snippetsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.