Portfolio website for WANDERCODE LIMITED — Fractional AI Product Strategist services targeting B2B startups.
Positioning: RaaS (Results as a Service) — delivering outcomes, not billing hours.
- Framework: React 18 + TypeScript
- Build: Vite with SWC
- Styling: Tailwind CSS + shadcn/ui components
- Routing: React Router DOM
- Package Manager: bun
# Install dependencies
bun install
# Start development server (http://localhost:8080)
bun dev| Command | Description |
|---|---|
bun dev |
Development server with hot reload |
bun run build |
Production build |
bun run preview |
Preview production build locally |
bun run lint |
Run ESLint |
bun run typecheck |
TypeScript type checking |
bun run check |
Run both typecheck + lint |
flowchart LR
Home --> Services --> Detail["Service Detail"]
Home --> About
Home & Services & About & Detail -->|Book a Call btn| Book(["Discovery Call"])
Services & Detail -->|Contact link| Contact -->|inline embed| Book
style Book fill:#000,color:#fff
| Page | Purpose |
|---|---|
| Home | Hero with value prop, services preview, trust signals |
| Services | Three offerings: Consultancy, AI Development, Workshops |
| About | Background, expertise grid, "Why Fractional?" |
| Contact | Cal.com embed, email, LinkedIn, company details |
Hosted on Vercel at wandercode.ltd. Every push to main triggers a production deployment automatically.
WANDERCODE LIMITED Hong Kong
MIT — see LICENSE.