Pokecop.com

Pokecop.com

Showcase site for a private Pokémon TCG and collectibles automation Discord community — tagline "WE BIP, YOU COP". The site covers instant alerts for TCG booster boxes and One Piece packs, marketplace automation on Vinted and Leboncoin, in-store drop information, LEGO and Funko coverage, price-error hunting, and market analysis. Member reviews are loaded from a JSON file. Built with Vue 3, Vite SSG, SCSS, and deployed on Cloudflare Workers. Below-the-fold sections lazy-load via defineAsyncComponent + Suspense. All animations use a custom composable built on Intersection Observer.

Overview

Pokecop is the public-facing showcase for a private Pokémon TCG alert community. The site's tagline — "WE BIP, YOU COP" — captures the concept exactly: the service handles all the monitoring, members handle the purchase. The platform watches major French and international retailers for Pokémon booster boxes, One Piece packs, LEGO sets, and marketplace listings, then fires Discord notifications the instant something becomes available.

The site converts visitors efficiently — animated hero with a Pokéball, eight feature sections, real member testimonials loaded from JSON, FAQ, and a single CTA pointing to the Whop subscription storefront. Built for speed: Vite SSG generates static HTML at build time and Cloudflare Workers serves it from the edge globally.

Screenshots

Hero — "WE BIP, YOU COP"
8-feature grid
Member reviews carousel
Mobile view

Key Features

Instant TCG Alerts

Real-time stock notifications for Pokémon booster boxes, ETBs, One Piece packs, and sealed product the moment they restock — faster than any manual refresh.

🛒

Marketplace Automation

Monitors Vinted, Leboncoin, and eBay for underpriced listings. Flash deal alerts give members a head start on below-market second-hand finds.

🏪

In-Store Drop Intel

Physical store release information including location, restock timelines, and quantities — essential for limited releases not available online.

🧸

Multi-Category Coverage

Beyond TCG — LEGO limited sets, Hot Wheels super treasure hunts, Funko exclusives, PS5 restocks. One community covering multiple collectible categories.

📊

Market Analysis

Price trend analysis and value predictions. Data-driven insights on which sets are appreciating — helping members decide when to buy, hold, or flip.

💸

Price Error Hunting

Automated detection of retailer pricing mistakes and flash deals. These opportunities last minutes — automation is the difference between copping and missing.

📚

Guides & Education

Pedagogical content on grading, reselling strategy, authentication, and market timing. Structured onboarding for new members.

👥

Active Community

Private Discord with dedicated channels, verified wins, and experienced moderators. Real testimonials from members surface on the landing page.

Tech Stack

Vue 3Composition API with defineAsyncComponent for code splitting and Suspense for lazy section loading
Vite SSGStatic site generation — pre-rendered HTML for instant first paint and full SEO without client-side fetching
SCSSCustom design system with CSS variables, responsive breakpoint mixins, and shared easing/animation tokens
Cloudflare WorkersEdge deployment via wrangler — assets served from the closest PoP to each visitor, sub-50ms TTFB worldwide
Intersection ObserverCustom useAnimation() / useMultiAnimation() composables for all scroll-triggered animations — no GSAP, no AOS

Page Sections

01HeroAnimated Pokéball, "WE BIP, YOU COP" tagline, CTA to Whop storefront
02Features8-card grid covering all alert and community capabilities
03PlatformsCompatible retailer and marketplace logos
04SuccessReal member wins with proof of successful purchases (loaded async)
05ReviewsCarousel of verified member reviews sourced from avis.json (loaded async)
06FAQAccordion with the most common questions from prospects
07FooterSocial links, legal modals (CGU, privacy, disclaimer, mentions légales)