Navigation Reference

Site Map & Route Reference

Complete inventory of every route, page, API endpoint, demo, and component on the Pinehaven Ventures website. Use this as a navigation reference and dependency map.

Last updated: March 3, 2026. Total routes: 24 (18 pages + 2 demos + 4 API endpoints).

3

Core pages

5

Product pages

8

Reference docs

2

Demo pages

4

API endpoints

Navigation bar structure

Top navigation links (rendered by Navigation component)

Home

/

Links to homepage

Products

/ventures

Links to product portfolio listing

Toolkit

/toolkit

Links to toolkit reference hub

All page routes

RouteCategoryPurpose
/CoreHomepage — hero section, product portfolio grid, stats, lead capture, and contact form
/venturesCoreProduct portfolio listing — all 5 ventures displayed as detailed cards
/toolkitCoreToolkit hub — index of all reference documents with descriptions, tags, and dates
/ventures/power-digitalVenturePower Digital Intelligence product page — hero, features, pricing card, FAQ
/ventures/power-queue-trackerVenturePower Queue Tracker product page — hero, features, 3 pricing tiers, FAQ, subscribe banner
/ventures/reelpostVentureReelPost.ai product page — hero, features, 3 pricing tiers, FAQ
/ventures/crypto-transaction-logVentureCrypto Transaction Log product page — hero, features, free + premium pricing, demo link
/ventures/powerpmisVenturePowerPMIS product page — MVP workflow, deliverables, KPIs, roadmap, dependencies
/checkout/successCheckoutPost-checkout success page — confirmation message, next steps, billing portal link
/checkout/cancelCheckoutCheckout cancellation page — reassurance, product links, contact support option
/reference/dark-factory-transition-planReference90-day operating plan — revenue targets, sprint backlogs, scorecard, organizational redesign
/reference/stripe-integration-specReferenceStripe payment integration spec — checkout flows, webhooks, billing portal, API routes
/reference/powerpmis-mvp-implementationReferencePowerPMIS delivery log — implementation dates, route deliverables, scope definitions, capability roadmap
/reference/architecture-tech-stackReferenceArchitecture reference — tech stack, deployment pipeline, file map, component inventory, env vars
/reference/product-portfolio-pricingReferenceProduct portfolio — all ventures, pricing matrix, revenue targets, Stripe mapping
/reference/development-operations-runbookReferenceOperations runbook — add ventures, run generators, seed Stripe, deploy, troubleshoot
/reference/site-map-routesReferenceThis document — complete route and component inventory
/reference/production-roadmapReferenceProduction roadmap — shared infrastructure, build order, per-product Phase 2 milestones, blockers

Interactive demo pages

/ventures/crypto-transaction-log/demoCrypto Transaction Log

Interactive demo with sample transaction data, CSV import wizard, filtering, search, and export functionality.

Components: CryptoDemo.tsx, ImportWizard.tsx

/ventures/powerpmis/demoPowerPMIS

Interactive MVP demo with phase workflow, project scenarios, exception queue, KPI snapshots, and capability tracks.

Components: PowerPMISDemo.tsx

API endpoints

All API routes are generic — they accept any valid input and require no changes when adding new products.

EndpointPurpose
POST/api/stripe/checkoutPOST — Create Stripe Checkout session for any product/plan
POST/api/stripe/webhooksPOST — Receive and validate Stripe webhook events (5 event types)
POST/api/stripe/portalPOST — Create billing portal session for subscription management
POST/api/subscribePOST — Email signup (Airtable integration for lead capture)

Component dependency map

Where each shared component is used across the site. All components are client components located in src/app/components/.

Navigation

src/app/components/Navigation.tsx
6 locations
  • Homepage
  • Ventures listing
  • All product pages
  • All reference pages
  • Toolkit hub
  • Checkout pages

CheckoutButton

src/app/components/CheckoutButton.tsx
2 locations
  • PricingCard component
  • Product pages (directly for single-plan products)

PricingCard

src/app/components/PricingCard.tsx
4 locations
  • Power Digital page
  • Power Queue Tracker page
  • ReelPost page
  • Crypto Transaction Log page

LeadCapture

src/app/components/LeadCapture.tsx
1 location
  • Homepage (email capture section)

ContactForm

src/app/components/ContactForm.tsx
1 location
  • Homepage (#contact anchor)

SubscribeBanner

src/app/components/SubscribeBanner.tsx
1 location
  • Power Queue Tracker product page (top banner)

Related references

See the Architecture reference for the full tech stack and deployment pipeline, or the Operations Runbook for step-by-step procedures.