Skip to main content
HW88
  • Our StoryTeamFounder
  • Ventures
  • Learn
  • CapabilitiesBuild PodsEngagement
  • Insights
  • Media
  • Case Studies
  • Our StoryTeamFounder
  • Ventures
  • Learn
  • CapabilitiesBuild PodsEngagement
  • Insights
  • Media
  • Case Studies
  • Contact
HavenWizards88

Venture Studio for high-stakes founders. We build and automate entire ecosystems for global scale.

Company

  • About Us
  • Team
  • Ventures
  • Case Studies
  • Learn
  • Insights
  • Media
  • Build Log

Services

  • Capabilities
  • Build Pods
  • Strategic Advisory
  • Technology Development
  • Growth Acceleration
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 HavenWizards 88 Ventures OPC. All rights reserved.

Makati City, Philippines

  1. Home
  2. /Ventures
  3. /HW Recipes
Back to Ventures

HW Recipes

Cook Smarter. Eat Better.

ConceptFood / Lifestyle / Affiliate Commerce
Share

The Challenge

Most recipe sites collapse under their own incentives. They publish content for ad impressions, optimize for session time over utility, depend on intrusive ads, ship weak mobile UX, and have no retention mechanism beyond the next viral post. The home cook gets a recipe but no help deciding what to cook, no plan for the week, no list for the grocery run, no substitution when an ingredient is missing. The result: 90 percent of recipe properties become interchangeable. HW Recipes is being built to refuse that pattern — utility first, commerce second, content as the discovery surface that pulls users into tools they actually return for.

The Solution

Build the food operating system, not the food blog. Five functional pillars: (1) Recipe Discovery — search by ingredient, cuisine, time, difficulty, diet, plus trending and seasonal feeds; (2) Recipe Experience — quantity scaling, substitutions, step-by-step instructions, nutrition data, optional video; (3) Meal Planning — weekly planner with drag-to-calendar and auto-generated grocery lists as the core retention engine; (4) AI Assistance — natural-language food search, ingredient substitution, smart nutrition analysis, AI meal planning; (5) Commerce — affiliate links surfaced contextually inside recipe and grocery flows, digital products, sponsored content, future subscription tier for premium AI tools. Mobile-first because cooking happens at the kitchen counter on a phone, not at a desk. SEO-first because the discovery surface has to compound organically — paid acquisition cannot subsidize a recipe site at scale.

Want to build something like HW Recipes?

We deploy the same production-grade systems powering this venture to partner projects. No prototypes — real infrastructure, real operators.

Discuss a PartnershipSee How We Work

How We Built It

The Operating Thesis

Most recipe sites fail at the incentive layer, not the content layer. They monetize attention through ads, which forces them to optimize for session time over utility. That is why the same chicken-adobo recipe lives on 400 different sites, surrounded by autoplay video and three layers of pop-ups, and none of them help the user actually plan dinner for the week. HW Recipes inverts the order: utility first, commerce second. Affiliate revenue and digital products earn attention by being useful inside the cooking and planning workflow — not by interrupting it.

What Ships in v1

  • Recipe Discovery Platform: Search by ingredient, cuisine, cooking time, difficulty, and diet type. Curated taxonomies (Filipino, Thai, Japanese, Healthy, Quick Meals, Desserts, Vegan, Keto). Trending, seasonal, most-saved, and most-viewed feeds.
  • Recipe Experience: Hero media, full metadata (prep, cook, calories, servings, difficulty), ingredients with quantity scaling and substitution hints, step-by-step cooking instructions, nutrition breakdown, future review and rating layer.
  • Meal Planning System: Weekly planner with drag-recipes-to-calendar, auto-generated shopping lists with ingredient totals. The planner is the retention engine — recipe pages are the discovery surface.
  • Grocery and Kitchen Companion: Smart-add to grocery list from any recipe, ingredient totals across the week, future kitchen-tool recommendations contextual to the cuisine being cooked.
  • Affiliate Commerce Engine: Kitchen tools, appliances, ingredients, and meal-prep gear surfaced inside recipe and planner flows — never in interstitials. Amazon, Shopee, Lazada, and Impact.com partnerships.
  • Admin CMS: Custom-built on Next.js plus Supabase. Recipe CRUD, categories, media library, user management, affiliate-link management, analytics, SEO controls, sponsored-content controls. Full ownership, no CMS lock-in.

The Architecture (Planned)

Frontend on Next.js with App Router for SEO and Incremental Static Regeneration — recipe pages must rank in search and load fast on a phone. Backend on Supabase: PostgreSQL with Row-Level Security on every user-data table, Supabase Auth with the standard role matrix (Guest, User, Editor, Admin), Supabase Storage for media, Edge Functions for compute. Core schema declared at twelve tables: recipes, categories, recipe_categories, ingredients, recipe_ingredients, users, saved_recipes, meal_plans, grocery_lists, affiliate_products, reviews, analytics_events. Recipe schema, nutrition schema, and breadcrumb schema applied site-wide for structured data.

What's Built (Verified 2026-05-07)

  • Discovery brief authored: Project Brief v1.0 with twenty-one sections — vision, positioning, user types, five platform pillars, design philosophy, homepage structure, admin concept, technical architecture, database scaffold, SEO strategy, performance requirements, security model, monetization roadmap, MVP scope, success metrics, risks, strategic recommendation, immediate next steps.
  • Operating thesis declared: Utility-first product doctrine, mobile-first UX requirement, SEO-first content architecture, contextual commerce posture — the four hard constraints that govern every downstream design and engineering decision.
  • Brand voice posture set: Modern, clean, food-focused, warm. Anti-voice declared: blog-heavy, cluttered, ad-spam, generic.
  • MVP scope frozen: Homepage, recipe pages, search, categories, mobile-responsive surfaces, admin CMS, basic analytics, affiliate integration. AI features, community, marketplace, and subscription billing held out of v1 — by design.
  • Governance posture: HavenWizards 88 multi-phase governance applied at concept stage. Discovery completed before architecture. Architecture will complete before design. Design will complete before development. No premature implementation.

This is the disciplined pre-build phase. Most recipe sites skip it and pay for it during the next eighteen months of refactors. The shipped-page count is zero — and that is the correct number for a project at this maturity.

Out of Scope — by Design, Forever

  • No ad-spam monetization: The site will not be carried by display-ad RPM. Affiliate, digital products, and future subscription tiers carry the revenue.
  • No third-party CMS lock-in: Custom CMS on Next.js plus Supabase. Full ownership of schema, content, and analytics.
  • No desktop-first UX: Mobile-first is a structural requirement, not a polish item. The kitchen-counter use case sets the floor.
  • No generic recipe-blog content: Every recipe must add a utility hook (substitution, scaling, planner-add, grocery-add) — content without utility does not ship.
  • No AI gimmickry in v1: AI Recipe Assistant, ingredient substitution AI, smart nutrition analyzer, AI meal planner, and natural-language food search are all Phase 3 — held back until the recipe and planner foundations earn the right to be augmented.

Why This Matters for the Platform

HW Recipes is the food-and-lifestyle-domain instance of the same operating thesis that runs every HavenWizards 88 venture: most categories fail at the incentive layer, and the fix is structural, not motivational. The same systems lens that built CapitalWizards (behavioral discipline as read-only infrastructure) and Bayanihan Harvest (deployed agricultural systems) now applies to the food vertical. The product is not an opportunistic bet on a hot category — it is the natural consequence of a multi-decade systems lifework.

Roadmap

  • Phase 0 — Concept (current): Project Brief v1.0 authored, vision codified, brand voice declared, MVP scope frozen, governance applied. Next: full Supabase schema, Next.js folder architecture, design system, mobile UX specs, admin CMS PRD, SEO architecture, affiliate integration plan, AI integration roadmap.
  • Phase 1 — Web MVP: Recipe engine, mobile-first UX, search, categories, admin CMS, basic analytics, affiliate links, programmatic SEO clusters. Monetization layer 1: affiliate plus AdSense.
  • Phase 2 — Planner and Commerce: Weekly meal planner, auto-generated grocery lists, kitchen-tool recommendations, digital products, sponsored content surface.
  • Phase 3 — AI and Subscription: AI Recipe Assistant, ingredient substitution AI, smart nutrition analyzer, AI meal planner, natural-language food search, premium subscription tier for AI tools and advanced nutrition.
  • Phase 4 — Lifestyle Ecosystem: Creator marketplace, smart pantry system, grocery and delivery integrations, mobile app via Expo or PWA, brand cross-pollination with other HavenWizards 88 ventures.

Tech Stack

Next.js (App Router)ReactSupabase (PostgreSQL + Auth + Storage + Edge Functions)Row-Level SecurityTailwind CSS (planned)Recipe Schema (schema.org)Nutrition SchemaBreadcrumb SchemaIncremental Static RegenerationAffiliate APIs (Amazon, Shopee, Lazada, Impact.com — planned)
Explore Our Portfolio

Other Ventures We Build & Operate

Bayanihan Harvest logo

Bayanihan Harvest

AgriTech

National-Scale AgriTech Super-Platform for Philippine Agriculture

GrowthActive
A

AgriForge

AgriTech SaaS

White-Label Agricultural SaaS for Regional Cooperatives

ConceptActive
H

HW88 Education

Education

Practitioner-Led Workshops, Courses, and Masterminds

MVPActive
143 Basketball Haven logo

143 Basketball Haven

Sports Media & Tech

Your Global Basketball Intelligence Hub — Players, Stats, Gear, and Game Insights in One Place.

MVPActive

Get the Founder's Briefing

A bi-weekly, no-fluff dispatch of the systems, playbooks, and decisions we are using right now inside our ventures and partner builds. Expect short, tactical notes you can apply in the same week.

Join 2,000+ founders and operators.

No spam. Unsubscribe anytime.

Partner With Us

Interested in partnering on a venture?

Start a Conversation