/* Kharaayo Home — 9 sections per index.md */ (function () { const { useEffect } = React; const { Navbar, Footer, Eyebrow, Tag, EngineDot, ArrowLink, GlassPill, CtaPill, Reveal, Placeholder, SectionHead, NumberBadge, FinalCTA } = window; const Icon = window.Icon, Logo = window.Logo; const ENGINES = [ { key: "tech", title: "Tech", color: "var(--primary-color)", href: "tech-ai-native-mvp.html", icon: "cpu", desc: "AI-native engineering. From first-line MVPs to multi-agent systems running in production. Agentic AI, AI integration, fractional teams.", cta: "Explore Tech services" }, { key: "studio", title: "Studio", color: "var(--accent-color)", href: "studio-brand-identity.html", icon: "palette", desc: "Brand and craft. Identity systems, product design, motion, and the creative engines that take great products to market.", cta: "Explore Studio services" }, { key: "venture", title: "Ventures", color: "var(--brand-deep)", href: "ventures-build-with-us.html", icon: "bolt", desc: "Company-building. Incubator programs for founders, co-creation for corporates, and the studios behind our own products.", cta: "Explore Ventures" }, ]; const WHY = [ { n: "01", t: "AI-Native, Not AI-Bolted-On", d: "We build for the agentic era from day one. Multi-agent orchestration, MCP-protocol systems, governed RAG, function calling — these are our defaults, not our specialties." }, { n: "02", t: "Venture-Grade, Not Service-Grade", d: "Our own products run on the same architecture we ship to clients. Production-ready code, owned IP, no shortcuts, no AI-shop theater." }, { n: "03", t: "Built for International Teams", d: "Remote-first, async by default, English-fluent. We work US, EU, Japan, and Australia hours when the project calls for it." }, { n: "04", t: "Fair Price, Real Quality", d: "World-class engineering without the off-shore quality tax. Transparent rates, transparent scope, no surprises." }, ]; const STEPS = [ { n: "01", t: "Discover", d: "We listen first. A short, focused conversation to understand the problem, the constraints, and the outcome you actually need." }, { n: "02", t: "Scope", d: "A written proposal with honest pricing, honest timelines, and the team that will do the work. No bait-and-switch." }, { n: "03", t: "Build", d: "Two-week sprints with weekly demos. You see the work as it forms. Changes happen early and cheaply, not late and expensively." }, { n: "04", t: "Ship & Support", d: "Production deployment, full documentation, and a clear handoff. Optional ongoing partnership if you want us to keep building with you." }, ]; function Hero() { return (
{/* protection veils */}
Venture Studio · Built in Nepal · Serving the world

We build
what we sell.

Kharaayo is a venture studio. We ship our own AI-native products, then bring the same team — the same speed, the same craft — to yours.

Get in Touch WhatsApp
); } function EngineCard({ e }) { return (

{e.title}

{e.desc}

{e.cta}
); } function Home() { useEffect(() => { window.kInitReveal && window.kInitReveal(); }, []); return (
{/* 2 — Three Engines */}
{ENGINES.map(e => )}
{/* 3 — Why Kharaayo */}
{WHY.map(w => (

{w.t}

{w.d}

))}
{/* 4 — Featured Work */}
See all work
{/* large feature */}
Venture

ProLeap

The education & talent platform we built inside Kharaayo — brand, product, and engineering, end to end.

{/* supporting */}
{[{ k: "tech", label: "Tech" }, { k: "studio", label: "Studio" }].map((c, i) => (
{c.label}

[PLACEHOLDER — project name]

[PLACEHOLDER — one-line description + optional outcome]

))}

Featured projects are placeholders — real case studies (top 3–4) drop in once visuals and client approval exist.

{/* 5 — Our Own Ventures (fixed dark spotlight band, both themes) */}
Our Own Ventures

We don’t just build for clients. We build companies.

Kharaayo runs its own product ventures. The same teams, tools, and standards we use for our own bets are what we bring to yours.

{window.VENTURES.map((v, i) => (
Kharaayo Venture

{v.name}

{v.desc}

Read the story
))}
{/* 6 — How We Work */}
{STEPS.map((s, i) => ( {i < 3 && } {s.n}

{s.t}

{s.d}

))}
{/* 7 — From the Blog */}
Read all posts
{window.BLOG_POSTS.slice(0, 3).map((p, i) => (
{p.cat} {p.date}

{p.title}

{p.excerpt}

Read more
))}
{/* 8 — What People Say (hidden until real testimonials per spec) */} {/* Section intentionally omitted: no real testimonials available at this build (index.md §8). */}
{/* 9 — Final CTA */}