Open Source Licenses
This page acknowledges the open source software libraries and components that make Scheduled Bookmarks possible. We are grateful to the open source community for their contributions.
Core Framework and Libraries
Astro
- License: MIT License
- Description: Modern site builder with web best practices and performance front-of-mind
React
- License: MIT License
- Description: A JavaScript library for building user interfaces
Tailwind CSS
- License: MIT License
- Description: A utility-first CSS framework for rapidly building custom user interfaces
Authentication
Auth.js (@auth/core)
- License: ISC License
- Description: Authentication library for modern applications
auth-astro
- License: MIT License
- Description: Astro integration for Auth.js
Cloudflare Integration
@astrojs/cloudflare
- License: MIT License
- Description: Astro adapter for Cloudflare Pages and Workers
Scheduling and Rules
rrule
- License: BSD 3-Clause License
- Description: JavaScript library for working with recurrence rules
UI Components and Utilities
DaisyUI
- License: MIT License
- Description: Component library for Tailwind CSS
React Hook Form
- License: MIT License
- Description: Performant, flexible forms with easy validation
p-debounce
- License: MIT License
- Description: Debounce promise-returning & async functions
Testing and Development
Vitest
- License: MIT License
- Description: A blazing fast unit test framework powered by Vite
Testing Library
- License: MIT License
- Description: Family of packages to help you test UI components
Additional Dependencies
This application uses many additional open source packages, each with their own licenses. The complete list of dependencies and their licenses can be found in the node_modules
directory of the source code and in the package.json
file.
MIT License
Most of the libraries used in this project are licensed under the MIT License, which is a permissive license that allows for commercial and private use, modification, distribution, and private use, subject to including the original copyright and license notice.
BSD License
Some libraries, like rrule, use the BSD 3-Clause License, which is also a permissive license similar to MIT with additional requirements for attribution in redistributions.
ISC License
Auth.js core uses the ISC License, which is functionally equivalent to the MIT License.
We extend our gratitude to all the open source maintainers and contributors who make these tools available to the community. Their work enables us to build better software faster and more reliably.
If you notice any missing attributions or have questions about the licensing of any component, please contact us.