├── LICENSE.md └── README.md /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 [Free for Open Source](https://freeforopensource.com/). 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Free for Open Source 2 | 3 | [![GitHub Stars](https://img.shields.io/github/stars/cloudcommunity/Free-for-Open-Source?style=social)](https://github.com/cloudcommunity/Free-for-Open-Source/stargazers) 4 | [![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/cloudcommunity/Free-for-Open-Source/pulls) 5 | [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 6 | 7 | A **curated collection of free resources** for **open source projects and maintainers**. This repository is initiated by the **Cloud Study Network** community and is actively maintained by its members. Our goal is to help open source developers access **free software, cloud services, tools, and infrastructure** to support their projects. 8 | 9 | 🌐 The list of free resources for open source is also available as a website at [FreeForOpenSource.com](https://freeforopensource.com/), making it easier to explore and navigate online. 10 | 11 | 📰 Stay updated with the latest free resources for startups by subscribing to our **newsletter** at [freeforopensource.substack.com](https://freeforopensource.substack.com/). 12 | 13 | ## ⭐ Why Star This Repo? 14 | 15 | Starring this repository helps more open source developers discover these free resources. If you find this list useful, please **star the repo** and share it with your network! 16 | 17 | ## 🎁 Free Offers for Open Source 18 | 19 | ### Developer Tools & Hosting 20 | - [GitHub Free](https://github.com/pricing) - Free hosting, security updates, and automation for open source projects. 21 | - [GitHub Sponsors](https://github.com/sponsors) - Financial support for open source maintainers. 22 | - [Vercel for OSS](https://vercel.com/oss) - Free hosting and serverless functions for open source projects. 23 | - [JetBrains Open Source Support](https://www.jetbrains.com/community/opensource/) - Free access to JetBrains tools for open source projects. 24 | - [GitLab for Open Source](https://about.gitlab.com/solutions/open-source/) - Free GitLab Ultimate features, including 50,000 compute minutes. 25 | - [Docker-Sponsored Open Source Program](https://docs.docker.com/docker-hub/repos/manage/trusted-content/dsos-program/) - Free Docker benefits for open source projects, including verified badges, repository logo customization, insights, analytics, and more. 26 | - [CodeRabbit for Open Source](https://www.coderabbit.ai/pricing) - Free AI-driven code reviews for public repositories on GitHub and GitLab. 27 | 28 | ### Monitoring & Security 29 | - [Sentry for Open Source](https://sentry.io/for/open-source/) - Free error tracking and performance monitoring. 30 | - [1Password for Open Source](https://github.com/1Password/for-open-source) - Free Teams account for secure credential storage. 31 | - [SignPath for Open Source Projects](https://about.signpath.io/product/open-source) - Open source projects can apply for a free code signing certificate through the SignPath Foundation. 32 | 33 | ### Cloud & Infrastructure 34 | - [AWS Promotional Credits for Open Source](https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/) - Free AWS credits for CI/CD, performance testing, and artifact storage. 35 | - [Azure Credits for Open Source](https://opensource.microsoft.com/azure-credits/) - Microsoft Azure credits for development, testing, and infrastructure needs. 36 | - [Cloudflare Project Alexandria](https://www.cloudflare.com/en-gb/lp/project-alexandria/) - Free Cloudflare credits and increased resource limits. 37 | 38 | ### Communication & Collaboration 39 | - [Zulip for Open Source](https://zulip.com/for/open-source/) - Free Zulip Cloud Standard hosting for open source projects. 40 | - [Atlassian Open Source Cloud](https://www.atlassian.com/software/views/open-source-license-request) - Free access to Atlassian Standard cloud products (Jira, Confluence, Trello, Bitbucket, etc.). 41 | 42 | ### AI & Automation 43 | - [GitHub Copilot Pro for Open Source Maintainers](https://docs.github.com/en/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-github-copilot-pro-subscription/getting-free-access-to-copilot-pro-as-a-student-teacher-or-maintainer) - Free GitHub Copilot Pro access for maintainers of popular open-source repositories. 44 | 45 | ### CI/CD & Build Tools 46 | - [CircleCI for Open Source](https://circleci.com/open-source/) - Up to 400,000 credits per month for Linux, Arm, and Docker builds; 30,000 credits for Windows, macOS, and private repositories. 47 | 48 | ### Search & Indexing 49 | - [Algolia for Open Source](https://www.algolia.com/for-open-source) - Free or discounted Algolia plans for qualifying open source projects. 50 | 51 | ## 🤝 How to Contribute 52 | 53 | We welcome contributions from the community! You can help by: 54 | - **Opening an issue** with suggestions for new resources 55 | - **Submitting a pull request** to add verified free tools 56 | 57 | ## ❤️ Join the Cloud Study Network 58 | 59 | This repository is part of the **Cloud Study Network** community. Join us to collaborate, learn, and share knowledge! 60 | 61 | 🔗 **Connect with us:** [Cloud Study Network](https://cloudstudy.net/) 62 | 63 | ## 📜 License 64 | 65 | This project is licensed under the [MIT License](LICENSE.md). 66 | --------------------------------------------------------------------------------