The same retail pricing data that moves markets — before Bloomberg, before reports, before your competitors adjust. 3,760 retailers. 67 countries. One clean signal.
Invisible Hand is the commercial intelligence layer for modern commerce. It delivers retail pricing data from 3,760 retailers across 67 countries — normalized, cleaned, and ready for models, trading desks, dashboards, and strategic decisions. Every 24 hours. One API call.
Built on CLI Market infrastructure, Invisible Hand adds SLA, compliance, historical snapshots, dedicated support, and a clean JSON interface so funds, brands, fintechs, and analysts can operate on ground-truth pricing data without building or maintaining scraping infrastructure.
| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router, Turbopack, static export) |
| Language | TypeScript 5 |
| Styling | Tailwind CSS v4 + CSS custom properties |
| Animation | Framer Motion 11 |
| Font | JetBrains Mono (monospace) |
| Deployment | Vercel (static, edge-cached) |
| Data infra | CLI Market — open-source retail indexer |
.
├── app/
│ ├── globals.css # Tailwind + dark mode + theme tokens
│ ├── layout.tsx # Root layout (ThemeProvider, LanguageProvider)
│ └── page.tsx # Single-page entry point
├── components/
│ ├── animate-on-scroll.tsx
│ ├── capabilities.tsx # 4 capability cards
│ ├── count-up.tsx # Animated number counter
│ ├── demo.tsx # Terminal-style API demo (curl / Python / JSON)
│ ├── footer.tsx # Dark terminal footer
│ ├── header.tsx # Sticky nav pill + hamburger menu
│ ├── hero.tsx # Hero section
│ ├── pricing-cards.tsx # 3-tier pricing (Signal / Position / Dominance)
│ ├── pricing-cta.tsx # Final CTA section
│ ├── problem-solution.tsx # Information asymmetry cards
│ ├── process.tsx # 3-step process for business teams
│ ├── stats.tsx # 4 key metrics
│ ├── trust.tsx # Testimonial + logos
│ └── who-is-it-for.tsx # 5 buyer persona cards
├── lib/
│ ├── language-context.tsx # ES / EN toggle with localStorage
│ ├── theme-context.tsx # Light / Dark / System toggle
│ ├── translations.ts # All UI text in English + Spanish
│ └── utils.ts
├── public/
├── next.config.ts
├── package.json
└── tsconfig.json
Every headline speaks to Portfolio Managers, Strategy Directors, Brand Leaders, Macro Analysts, and Trading Desks. Technical content lives in the Demo and Process sections, labeled "Under the hood — for your technical team."
Toggle between English and Spanish from the header. Preference persists in localStorage. All copy — headlines, cards, testimonials, pricing, demo code — fully translated.
Three-mode toggle in the header:
- Light: white background, dark text — AAA-grade readability
- Dark: black background, white text — low-light environments
- System: follows
prefers-color-scheme, updates in real time
All 10 sections on one page. Smooth-scroll navigation. Zero JavaScript required to render content. Static export, instant load.
Every text element meets WCAG AA or AAA contrast ratios. No low-contrast gray-on-white in content areas.
macOS-terminal UI with 3 tabs (cURL / Python / Response) showing the Invisible Hand API in action. Copy button included.
git clone https://github.com/Treevu-ai/invisible-hand.git
cd invisible-hand
npm install
npm run dev # http://localhost:3000Build for production:
npm run build # static exportConnected to Vercel via Git. Every push to main triggers a production deployment.
| URL | Notes |
|---|---|
invisible-handie.vercel.app |
Primary alias |
localhost:3000 |
Development |
- Content over chrome. No decorative dividers, no gradients, no card shadows unless meaningful.
- Green as signal.
#00FF88used exclusively for interactive elements, data values, and the brand mark. - Monospace as discipline. JetBrains Mono throughout — signals financial/technical infrastructure.
- 40px radius cards. Differentiator from "enterprise SaaS" aesthetic.
| Project | Description |
|---|---|
| CLI Market World | Open-source CLI that indexes 3,760 retailers across 67 countries |
| CLI Market LATAM | Regional landing page for LATAM-focused retail intelligence |
Proprietary. All rights reserved. Contact sinapsisinnovadoraperu@gmail.com for licensing inquiries.
Built by Treevu AI · Deployed on Vercel · Data by CLI Market