TRA-336: rewrite trakrf.id as wholesale platform site#7
Merged
mikestankavich merged 18 commits intoApr 18, 2026
Merged
Conversation
Captures the repositioning from a consumer conversion funnel to a technology/platform site aimed at channel partners and technical evaluators. Deletes ShipFast-derived sections (Pricing, FAQ, Problem, FeaturesAccordion, CTA) and replaces them with six new sections: HowItWorks, FreeBleScanning, Hardware (two-tier), ChannelPartners, BecomePartner (Google Calendar booking + mailto), TechnicalDetails. Hero/Header/Footer rewritten in place. Imagery sourced from rfidready.net product photos and app screenshots — no stock or AI-generated assets. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Fourteen-task plan covering imagery sourcing from rfidready.net, deletion of five ShipFast components, in-place rewrites of Hero / Header / Footer, six new section components, progressive composition into src/pages/index.astro, and end-to-end validation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
All images sourced from rfidready.net (Squarespace CDN). Files arrived as WebP regardless of source filename extension; renamed accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Squarespace's CDN serves all rfidready.net imagery as WebP regardless of the source URL extension. Tasks 4/8/9/10 now reference .webp for the Hero, FreeBleScanning, Hardware, and ChannelPartners imports. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Hero: switch to ImageMetadata | null + conditional render so the section degrades to a text-only hero if the scraped image is ever missing, matching the pattern already in FreeBleScanning, Hardware, and ChannelPartners. - FreeBleScanning: add mb-2 to the eyebrow paragraph so spacing matches the other six section components. - Remove unreferenced app-home-screen.webp and app-locate-screen.webp (scraped in Task 1 as nice-to-haves, never wired in). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
🚀 Preview Deployment Update ✅ This PR has been successfully merged into the preview branch. The preview environment will update shortly at: https://preview.trakrf.id |
Deploying www with
|
| Latest commit: |
368c448
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://76c5109e.www-ch0.pages.dev |
| Branch Preview URL: | https://preview.www-ch0.pages.dev |
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
Repositions trakrf.id from a ShipFast-derived consumer conversion funnel into a single-page wholesale/platform site aimed at channel partners and technical evaluators.
public/images/hero.jpgpartners@trakrf.idmailto), TechnicalDetailsCloses TRA-336.
Out of scope
src/pages/tos.astro) and Privacy Policy (src/pages/privacy-policy.astro) still contain ShipFast residue — "JavaScript code boilerplate for entrepreneurs", "refund within 7 days of purchase", payment-processor references. The spec scoped this PR to the homepage only; rewriting legal text is a known gap that should be tracked as a follow-on ticket.src/pages/blog/index.astro) remains on disk but unlinked from the footerTest plan
pnpm lintcleanpnpm typecheckclean (0 errors, 0 warnings, 0 hints)pnpm buildcleanPUBLIC_BRANCH=preview pnpm buildclean (preview banner renders)Spec & plan
docs/superpowers/specs/2026-04-17-trakrf-wholesale-rewrite-design.mddocs/superpowers/plans/2026-04-17-trakrf-wholesale-rewrite.md🤖 Generated with Claude Code