The hosted pedigree engine for kennel sites.
Drop a <kennel-pedigree> tag on any kennel site and get an interactive, tap-to-reveal ancestor tree. You keep and fetch your own pedigree data as you already do; this just hydrates the tree UI with it, no pedigree UI code to ship or maintain yourself.
<script src="https://pedigreeos.com/widget.js" async></script>
<kennel-pedigree api-key="pk_live_xyz" generations="3"></kennel-pedigree>
<script>
document.querySelector("kennel-pedigree").data = {
dog: { slug, registeredName, sex, titles },
pedigree, // your dog's own 3-generation pedigree
matches, // resolved ancestor matches, if any
};
</script>Placeholder landing page. Full marketing site is not yet built.