The world's first unified platform for traditional wellness — connecting healers,
knowledge, and communities across every tradition, every language, every border.
);
};
// ---------------------- Industry Gap ---------------------------
const IndustryGap = () => (
The industry exists. The infrastructure does not.
Ayurveda, TCM, Unani, Siddha — and every traditional medicine system —
are the lived reality of billions. Yet the industry has no shared digital infrastructure.
Knowledge is fragmented. Trust standards are uneven. Access still depends on
geography and language. Herb Immortal is building the missing layer.
{[
{ n: "I", t: "Discovery Gap", b: "No universal way to find trusted practitioners and products globally — every search starts from zero." },
{ n: "II", t: "Trust Gap", b: "No consistent cross-region verification or quality standards. Trust is a question, not a feature." },
{ n: "III", t: "Access Gap", b: "Knowledge lives in silos — books, lineages, languages. Not as usable, queryable infrastructure." },
].map((g) => (
A future where traditional wellness is easier to discover, easier to trust,
and easier to live — affordable and accessible to everyone, every single day.
One Globe — One Vision — One Platform
);
// --------------------------- Solutions --------------------------
const Solutions = () => {
const items = [
{ n: "01", t: "Discovery", b: "Find the right practitioner, product, or remedy — in any language, for any tradition.", g: "search" },
{ n: "02", t: "Trust Layer", b: "Credentialing and verification — so users can trust every healer, product, and recommendation.", g: "shield" },
{ n: "03", t: "Knowledge Base", b: "Preserve and democratise traditional wisdom — open, accessible, connected across all traditions.", g: "book" },
{ n: "04", t: "Commerce", b: "Ethical, transparent commerce connecting producers, practitioners, and conscious consumers.", g: "leaf" },
{ n: "05", t: "AI Tools", b: "AI-powered personalisation and consultation — built respectfully for traditional healing contexts.", g: "spark" },
{ n: "06", t: "Open Infrastructure", b: "APIs, data standards, open protocols — so the whole ecosystem builds without starting from zero.", g: "grid" },
];
return (
One connected ecosystem.
Not just products. The foundation — for how traditional wellness is discovered,
verified, and experienced at global scale.
{items.map((it, idx) => (
{it.t}
{it.b}
))}
);
};
const Glyph = ({ name }) => {
const stroke = "currentColor";
const props = { width: 36, height: 36, viewBox: "0 0 36 36", fill: "none", stroke, strokeWidth: 1.2 };
switch (name) {
case "search": return ();
case "shield": return ();
case "book": return ();
case "leaf": return ();
case "spark": return ();
case "grid": return ();
default: return null;
}
};
// --------------------------- Platforms --------------------------
const Platforms = () => {
const [activeTab, setActiveTab] = React.useState(0);
const platformsData = [
{
id: "consumer",
glyph: "[ MARKETPLACE · CONSUMER ]",
name: "MyHerbalShop",
ext: ".ai",
sub: "Your trusted gateway to traditional wellness.",
desc: "An AI-powered marketplace connecting conscious consumers with verified herbalists, ethical producers, and authentic botanical goods from across the globe.",
bullets: ["AI-powered personalisation", "Verified practitioners & producers", "Transparent ingredient sourcing"],
image: "screen 2.png"
},
{
id: "open",
glyph: "[ KNOWLEDGE COMMONS · OPEN ]",
name: "HerbImmortal",
ext: ".org",
sub: "Free knowledge for every healer, forever.",
desc: "An open-access knowledge platform preserving and democratising traditional wellness wisdom — freely available to practitioners and communities everywhere.",
bullets: ["Cross-tradition knowledge — free", "Practitioner-contributed content", "Multi-language & multi-tradition"],
image: "screen.png"
}
];
return (
One platform. One mission.
A trusted consumer gateway and an open knowledge commons — together forming
the infrastructure for global traditional wellness.
Traditional medicine is not alternative. For billions of people around the world,
it is simply medicine. It is the care they grew up with. The wisdom passed through
families, communities, healers, and generations.
Yet this vast, living body of knowledge has no global home. No shared language.
No infrastructure that connects a healer in rural India with a seeker in Toronto.
We are building that home. Not to replace what exists — but to give it the
infrastructure it has always deserved.
The world's oldest healing systems deserve world-class digital infrastructure.
We're raising our first round. If you believe the world's oldest healing systems
deserve world-class digital infrastructure — we'd love to hear from you.