/* Kharaayo shared data — blog seed posts, ventures, showcase items. Titles & descriptions sourced from the page docs. */ (function () { // Blog seed posts (from blog doc "Suggested Seed Posts"). Sample content lives in blog artifact. window.BLOG_POSTS = [ { slug: "mcp-vs-custom-tools", cat: "tech", date: "May 2026", title: "MCP vs. custom tool integrations — what we learned building Agenhost", excerpt: "MCP is new, the trade-offs are real, and we made the call in production. Here’s the decision, documented.", sample: true }, { slug: "data-pipeline-first", cat: "tech", date: "Apr 2026", title: "Why every AI-native MVP we build starts with the data pipeline, not the model", excerpt: "The model is the easy part. The pipeline is where products live or die." }, { slug: "react-vs-plan-execute", cat: "tech", date: "Apr 2026", title: "ReAct vs. plan-and-execute: when to use each in production agentic systems", excerpt: "A practical decision framework, grounded in systems we actually run." }, { slug: "brand-before-product", cat: "studio", date: "Mar 2026", title: "Brand before product: why we built ProLeap’s identity before the platform", excerpt: "The Studio–Tech philosophy, in practice on a real venture." }, { slug: "ai-company-brand", cat: "studio", date: "Mar 2026", title: "What makes an AI company’s brand different from a regular tech brand", excerpt: "Trust, legibility, and restraint — why AI brands have to work harder." }, { slug: "incubate-while-services", cat: "ventures", date: "Feb 2026", title: "Building from inside: what it costs to incubate a venture when you’re also running a services business", excerpt: "An honest account of the tension between services and ventures." }, { slug: "why-not-kathmandu", cat: "nepal", date: "Feb 2026", title: "Why we didn’t move to Kathmandu", excerpt: "An origin essay on building from Birtamode, on purpose." }, { slug: "clients-discover-nepal", cat: "nepal", date: "Jan 2026", title: "What international clients actually think when they discover we’re based in Nepal", excerpt: "Addressing the elephant in the room directly, and usefully." }, ]; window.BLOG_CATS = [ { key: "all", label: "All" }, { key: "tech", label: "Tech" }, { key: "studio", label: "Studio" }, { key: "ventures", label: "Ventures" }, { key: "nepal", label: "Nepal" }, ]; // Kharaayo's own ventures (home Section 5, about Section 9) window.VENTURES = [ { name: "ProLeap", href: "showcase-proleap.html", ready: true, desc: "The education and talent platform turning ambitious learners into ready professionals. Built inside Kharaayo, now spinning into its own institution." }, { name: "Agenhost", href: "#", ready: false, desc: "[PLACEHOLDER — one-line description of Agenhost’s value proposition. To be filled by Daniel.]" }, { name: "Vetyo", href: "#", ready: false, desc: "[PLACEHOLDER — one-line description of Vetyo’s value proposition. To be filled by Daniel.]" }, ]; // Showcase items — ProLeap is the only one with a built case study; rest are placeholders. window.SHOWCASE = [ { name: "ProLeap", kind: "venture", href: "showcase-proleap.html", ready: true, tagline: "Education & talent platform — built inside Kharaayo.", blurb: "A learning platform that turns ambitious learners into ready professionals. Brand, product, and engineering, end to end." }, { name: "[PLACEHOLDER — Client product]", kind: "tech", href: "#", ready: false, tagline: "[PLACEHOLDER — one-line outcome]", blurb: "[PLACEHOLDER — case study to be added once visuals and approval exist.]" }, { name: "[PLACEHOLDER — Brand project]", kind: "studio", href: "#", ready: false, tagline: "[PLACEHOLDER — one-line outcome]", blurb: "[PLACEHOLDER — case study to be added once visuals and approval exist.]" }, { name: "Agenhost", kind: "venture", href: "#", ready: false, tagline: "[PLACEHOLDER — Agenhost one-liner]", blurb: "[PLACEHOLDER — venture case study to be added.]" }, { name: "Vetyo", kind: "venture", href: "#", ready: false, tagline: "[PLACEHOLDER — Vetyo one-liner]", blurb: "[PLACEHOLDER — venture case study to be added.]" }, ]; })();