diff --git a/landing/src/components/Footer.astro b/landing/src/components/Footer.astro index c719a59b9..3d1769839 100644 --- a/landing/src/components/Footer.astro +++ b/landing/src/components/Footer.astro @@ -35,7 +35,15 @@ import ShepherdWink from '../images/shepherd-head-wink.svg'; -
+ Shepherd is an open-source JavaScript library for guiding users through your + app. It lets you build product tours, user onboarding flows, trainings, and + feature announcements as a sequence of steps — dialogs that attach to + elements in your interface, highlight them with a modal overlay, and walk + users through what to do next. Steps are positioned by + Floating UI, so they never end up off + screen or cropped by an overflow. +
+ ++ Shepherd ships with full keyboard navigation support, focus trapping, and + a11y compliance via aria attributes, and its minimal default styles make it + easy to match your product's look and feel. It works with React, Ember, + Angular, Vue.js, ES Modules, or plain JavaScript, and is used in production + by companies such as Google, Ally, and CodePen. +
+ ++ Shepherd is maintained by Ship Shape, a + software consultancy specializing in web app development. Development + happens in the open on + GitHub, where you + can report issues, propose changes, and follow releases. The library is + published to npm as + shepherd.js. +
+ ++ Shepherd is free for open-source, personal, and non-commercial projects + under the AGPL-3.0 license. Commercial licenses fund the ongoing maintenance + of the library, documentation, and community — see + pricing for details, or read the + documentation to get started. +
++ Shepherd is maintained by Ship Shape. + Whether you have a question about using the library, want to report a bug, + are interested in a commercial license, or would like help building tours + for your product, here is the best way to reach us: +
+ ++ For documentation, guides, and the full API reference, visit + docs.shepherdjs.dev. For + licensing tiers and purchasing a commercial license, see + pricing. +
++ This policy describes how the shepherdjs.dev website, operated by + Ship Shape, handles data. It applies to + this website only — not to applications that embed the Shepherd library. +
+ ++ shepherdjs.dev is a static marketing and documentation site. We do not + require accounts, and we do not collect personal information to browse the + site. We use PostHog for product analytics, + which records anonymous usage data such as pages viewed, referring site, and browser + and device type. This helps us understand which parts of the site and documentation + are useful. PostHog may use cookies or local storage to distinguish visitors; + data is processed on PostHog's US cloud. +
+ ++ Commercial license purchases are processed by + Polar, our checkout provider. Your payment + details are entered on and processed by Polar — they are never sent to or + stored on shepherdjs.dev. Polar shares with us only the information needed + to fulfill your license, such as your name, email address, and order + details. +
+ ++ The Shepherd JavaScript library itself, installed in your own applications, + does not collect, transmit, or store any data about your users. It runs + entirely in the browser of the application that embeds it. +
+ ++ You can block analytics with standard browser tooling (content blockers, Do + Not Track) without affecting your ability to use this site. If you have + questions about this policy, or want data we may hold about you (such as + order records) accessed or deleted, email + ahoy@shipshape.io. We will update + this page if our practices change. +
+