
MIT License
Simplified BSD License
AGPL
Creative Commons
The Unlicense
GPLv2
Cachely.dev
nxCloud
Cachely is the managed self-hosted remote cache for Nx and Turborepo - the cache backend you'd otherwise build and run yourself, hosted for you on Cloudflare's edge (R2). It's a drop-in replacement for a DIY @nx/s3-cache / S3 bucket setup: point your build tool at Cachely with a token and two environment variables, and share build cache across CI and every developer's laptop.
Unlike a self-hosted cache, Cachely enforces read-only tokens at the API, so pull-request and fork builds can read but never write - closing the Nx cache-poisoning attack (CVE-2025-36852). It adds ROI reporting (the real build minutes and dollars the cache saved), per-tool insights, and build-optimization suggestions on top.
Pricing is a flat per-workspace subscription with no per-seat fees - add every developer, bot, and CI actor without watching the bill. Cachely never stores your source code; it caches only task outputs and their content hashes. Nx and Turborepo today; Bazel on the roadmap.
MIT License
Cachely.devNo Cachely.dev videos yet. You could help us improve this page by suggesting one.
Based on our record, MIT License seems to be more popular. It has been mentiond 4 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Question: Why do you choose LGPL-3.0? For many, of the most attractive features of SQLite is its license (or should I say lack thereof). I realise some people view public domain as legally problematic. I think the best answer for that is public-domain equivalent licenses such as 0BSD [0] or MIT-0 [1] โ technically still copyrighted, but effectively not. (There are other, possibly more well-known options such as... - Source: Hacker News / over 2 years ago
There's also another OSI approved "zero" license called MIT-0 https://opensource.org/license/mit-0/. - Source: Hacker News / over 2 years ago
Probably a MIT-0 header will make people less worried to use the code. Take a look at https://opensource.org/license/mit-0/ https://github.com/aws/mit-0. - Source: Hacker News / over 2 years ago
There's even a variant of the license called 'MIT No Attribution License' that has this specific clause removed (just in case you aren't convinced that the clause does cover attribution): https://github.com/aws/mit-0. Source: about 3 years ago
Simplified BSD License - Also known as the "2-clause" BSD license, this is a simplified version of an open source license created at the University of California Berkley.
nxCloud - nxCloud is a commercial OwnCloud provider
AGPL - GNU Affero General Public License. Strong license for applications designed to guarentee user freedoms to access, modify, and redistribute server-side code.
Creative Commons - The Creative Commons is a collection of licenses that allow content creators to adjust the restrictions that they place on their work.
The Unlicense - The Unlicense is a template for disclaiming copyright monopoly interest in software you've written; in other words, it is a template for dedicating your software to the public domain.
GPLv2 - Created for the GNU project, the GNU General Public License version 2 is the most popular free software license.