> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Where do open source projects live

> This article discusses the various platforms and considerations for hosting open source projects beyond just code.

Open source software is just one facet of the broader open source ecosystem. Projects can also encompass documentation, design assets, datasets, and more. At its core, an **open source project** is any work made publicly available under a license that grants permissions to use, modify, and distribute.

## Popular Hosting Platforms

Open source code and assets are typically stored on internet platforms offering version control, collaboration tools, and issue tracking. The three leading services are:

| Platform  | Key Features                        | Link                   |
| --------- | ----------------------------------- | ---------------------- |
| GitHub    | Pull requests, Actions, Discussions | [GitHub][github]       |
| GitLab    | Integrated CI/CD, Group Management  | [GitLab][gitlab]       |
| Bitbucket | Jira integration, Pipelines         | [Bitbucket][bitbucket] |

<Frame>
  ![The image shows icons representing GitHub, GitLab, and Bitbucket, with a question about where open source projects live.](https://kodekloud.com/kk-media/image/upload/v1752882531/notes-assets/images/Open-Source-for-Beginners-Where-do-open-source-projects-live/github-gitlab-bitbucket-open-source-icons.jpg)
</Frame>

## Beyond Code Hosting

While many projects consolidate code hosting and community interaction on a single platform, it’s important to distinguish between the **project** (source code or core assets) and the **community** (forums, chat channels, events). Contributor discussions and support channels often live on different platforms, such as Slack, Discord, or dedicated forums.

Non-code open source projects—like illustration libraries, data collections, or documentation sites—may be shared as standalone repositories, curated collections, or on specialized hosting services. The best platform depends on your project’s scope and the preferences of your contributors.

<Callout icon="lightbulb" color="#1CB2FE">
  For more details on hosting strategies, consult the documentation and community guidelines of your chosen platform.
</Callout>

## Links and References

* [GitHub][github]
* [GitLab][gitlab]
* [Bitbucket][bitbucket]
* [Open Source Initiative][osi]

[github]: https://github.com

[gitlab]: https://gitlab.com

[bitbucket]: https://bitbucket.org

[osi]: https://opensource.org

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/open-source-for-beginners/module/8bfeda41-eb5e-41f5-842f-db331ebf37f7/lesson/1a56f259-37dd-49dc-99ee-e10ade870651" />
</CardGroup>
