chore: codebase cleanup, perf optimization & BuiltWith/Wappalyzer tech integrations#34
Merged
Designed-By-Anthony merged 5 commits intoApr 30, 2026
Conversation
…h integrations - Remove Zustand badge from 'Our Edge' stack display (dep was already removed) - Remove stray console.warn in audit competitor-scan catch block - Clean up outdated Firebase/Firestore references in lighthouse2.md - Add manifest.webmanifest for PWA detection on BuiltWith/Wappalyzer - Add JSON-LD structured data (Organization, LocalBusiness, WebSite) - Dynamic-import jspdf via buildAuditPdf (lazy-load on PDF download) - Move googleapis + jspdf deps to packages/shared where they belong Co-Authored-By: Anthony Jones <anthony@designedbyanthony.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Anthony Jones <anthony@designedbyanthony.com>
Deploying designedbyanthony with
|
| Latest commit: |
9e753d6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://08e799fb.dba-92r.pages.dev |
| Branch Preview URL: | https://devin-1777561318-cleanup-per.dba-92r.pages.dev |
Co-Authored-By: Anthony Jones <anthony@designedbyanthony.com>
…up + tech integrations) Co-Authored-By: Anthony Jones <anthony@designedbyanthony.com>
…onflicting data Co-Authored-By: Anthony Jones <anthony@designedbyanthony.com>
4 tasks
Contributor
Author
|
Superseded by #38 (consolidated PR). This can be closed. |
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
Addresses the three areas flagged in the codebase review: alarming issues, free detectable tech integrations, and page speed optimization.
Cleanup
console.warnremoved from the competitor-scan catch block inapps/api/src/routes/audit.ts(AGENTS.md Definition of Done).lighthouse2.md— updated to reflect the actual Cloudflare Pages/Workers + KV/D1 infrastructure.Free Tech Integrations (BuiltWith / Wappalyzer detectable, zero page speed cost)
manifest.webmanifest) — triggers PWA detection. Static JSON file, no JS weight.buildBaseOrganizationSchema()andbuildBaseWebsiteSchema()fromseo.tsin the root layout, so every page gets Organization + WebSite schema (not just the homepage). No hardcoded duplicates — single source of truth.Dependency Hygiene
googleapisfromapps/web/package.jsontopackages/shared/package.jsonwhere it is actually consumed (only used by API Worker via gmail.ts).Already optimized (no changes needed)
InnerPageMotionSystem.tsx@font-facedeclarations already usefont-display: swapReview & Testing Checklist for Human
view-source:→ search forapplication/ld+json) on non-homepage pages (e.g./services)manifest.webmanifestloads athttps://designedbyanthony.com/manifest.webmanifestNotes
framer-motionis deeply integrated into core UI components and already tree-shakes viaframer-motion/clientimports — making it fully dynamic would be invasive for minimal gain.seo.tsbuilders instead.Link to Devin session: https://app.devin.ai/sessions/d5322721548c425a8749f04b199756b7
Requested by: @Designed-By-Anthony