Open Source Licenses
Glowo is built on the shoulders of excellent open-source software. This page lists the key libraries shipped with our dashboard, landing site, platform, and checker fleet, along with their respective licenses. Thank you to every maintainer who makes this possible.
Dashboard
Libraries bundled into the web application served to your browser.
| Library | License | Package |
|---|---|---|
| React | MIT | react, react-dom |
| TanStack Router | MIT | @tanstack/react-router, react-start |
| TanStack Query | MIT | @tanstack/react-query |
| Radix UI | MIT | @radix-ui/react-popover |
| dnd-kit | MIT | @dnd-kit/core, sortable, utilities |
| Lucide | ISC | lucide-react |
| React Icons | MIT | react-icons |
| Framer Motion | MIT | framer-motion |
| React Hook Form | MIT | react-hook-form, @hookform/resolvers |
| React Day Picker | MIT | react-day-picker |
| React Dropzone | MIT | react-dropzone |
| Tailwind Merge | MIT | tailwind-merge |
| clsx | MIT | clsx |
| Sonner | MIT | sonner |
| Zod | MIT | zod |
| Zustand | MIT | zustand |
| QRCode.react | ISC | qrcode.react |
| SimpleWebAuthn | MIT | @simplewebauthn/browser |
| MD Editor | MIT | @uiw/react-md-editor |
| cron-parser | MIT | cron-parser |
| cronstrue | MIT | cronstrue |
| shell-quote | MIT | shell-quote |
| dequal | MIT | dequal |
Landing site
Libraries used to build this marketing site.
| Library | License | Package |
|---|---|---|
| Astro | MIT | astro, @astrojs/react |
| React | MIT | react, react-dom |
| Tailwind CSS | MIT | tailwindcss, @tailwindcss/vite |
| Altcha | MIT | altcha |
Platform / API
Server-side libraries that run our monitoring backend.
Checker
Libraries used by our globally-distributed Go checker fleet.
| Library | License | Package |
|---|---|---|
| Go standard library | BSD-3-Clause | net/http, crypto/tls, encoding/json |
| go-redis | BSD-2-Clause | github.com/redis/go-redis/v9 |
| miekg/dns | BSD-3-Clause | github.com/miekg/dns |
This list is not exhaustive — it covers the most prominent direct dependencies. For a full list of transitive dependencies and their licenses, please refer to our public source repositories. If you spot a missing attribution, let us know via our contact page.