# Third-Party Licenses

This website bundles open-source software into the code it serves to visitors.
The libraries below are redistributed as part of that build, and their license
and copyright notices are reproduced here to satisfy their attribution terms.

Versions reflect what was installed at the time of writing (2026-07-17). This
file lists the direct runtime dependencies; each in turn relies on further
open-source packages under permissive (MIT/ISC/BSD/Apache-2.0) terms.

| Package | Version | License |
| --- | --- | --- |
| @excalidraw/excalidraw | 0.18.1 | MIT |
| react | 19.2.7 | MIT |
| react-dom | 19.2.7 | MIT |
| @tanstack/react-router | 1.170.18 | MIT |
| @tanstack/react-start | 1.168.28 | MIT |
| @tanstack/react-router-ssr-query | 1.167.1 | MIT |
| @tanstack/react-router-devtools | 1.167.0 | MIT |
| @tanstack/react-devtools | 0.10.8 | MIT |
| tailwindcss | 4.3.2 | MIT |
| lucide-react | 0.545.0 | ISC |

---

## MIT License

The following packages are distributed under the MIT License:

- **@excalidraw/excalidraw** — Copyright (c) 2020 Excalidraw
- **react** — Copyright (c) Meta Platforms, Inc. and affiliates.
- **react-dom** — Copyright (c) Meta Platforms, Inc. and affiliates.
- **@tanstack/react-router** — Copyright (c) 2021-present Tanner Linsley
- **@tanstack/react-start** — Copyright (c) 2021-present Tanner Linsley
- **@tanstack/react-router-ssr-query** — Copyright (c) 2021-present Tanner Linsley
- **@tanstack/react-router-devtools** — Copyright (c) 2021-present Tanner Linsley
- **@tanstack/react-devtools** — Copyright (c) 2025 TanStack
- **tailwindcss** — Copyright (c) Tailwind Labs, Inc.

Each of the above is provided under the following terms, with the respective
copyright notice shown above:

```
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

---

## ISC License

### lucide-react

```
ISC License

Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

---

The MIT License (MIT) (for portions derived from Feather)

Copyright (c) 2013-2023 Cole Bemis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
