# community **Repository Path**: mirrors_tmm1/community ## Basic Information - **Project Name**: community - **Description**: A publishing platform for apps developed by the Tidbyt community 🚀 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-29 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Community Apps [![Docs](https://img.shields.io/badge/docs-tidbyt.dev-blue?style=flat-square)](https://tidbyt.dev) [![Build Status](https://img.shields.io/github/actions/workflow/status/tidbyt/community/main.yml?style=flat-square)](https://github.com/tidbyt/community/actions/workflows/main.yml) [![Discourse](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscuss.tidbyt.com&style=flat-square)](https://discuss.tidbyt.com/) [![Discord Server](https://img.shields.io/discord/928484660785336380?style=flat-square)](https://discord.gg/r45MXG4kZc) Community Apps is a publishing platform for apps developed by the [Tidbyt community][3] 🚀 This repo is for publishing apps to all Tidbyt users. Interested in developing apps? Check out [Pixlet][2] and follow the [Hello, World!][4] tutorial. When your app is ready to publish, follow our guide below. ![Banner Image](docs/assets/banner.jpg) 📸 [Fuzzy Clock](apps/fuzzyclock/fuzzy_clock.star) by [Max Timkovich][5], photographed by [Tidbyt][1]. ## Quick Start You should really read our [contributions guide](docs/CONTRIBUTING.md), our guide on [Publishing Apps][6], and the section below before diving in. But if you just want to go for it, run the following to generate all the code you need: ``` pixlet create ``` Before submission, run the following to ensure your app is ready to publish: ``` pixlet check .star ``` ## Frequently Asked Questions Confused by the linter? Want to know where your app is in the release process? Checkout our [FAQ](https://tidbyt.dev/docs/publish/FAQ). ## Contributing Changes First off, we're over the moon that you're here and want to share what you've been working on with the broader Tidbyt user base 🎉. For all contributions, please see our [contributions guide](docs/CONTRIBUTING.md) for our code of conduct, policies, and legal info. **Do you want to publish an app?** - Wahoo! Check out our guide on [Publishing Apps][6]! **Did you find a bug?** - Do **not** open up a GitHub issue if the bug is a security vulnerability, and instead to refer to our [security policy](docs/SECURITY.md). - Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/tidbyt/community/issues). - If you have not found an issue, please [create an issue](https://github.com/tidbyt/community/issues/new). **Did you write a patch that fixes a bug?** - Thank you!! 🙏 please submit a pull request. **Do you intend to add a new feature or change an existing one?** - Check out our guide on [modifying apps](https://tidbyt.dev/docs/publish/modifying-apps) before you make a pull request. ## Thanks Thanks so much for your interest in contributing to Community Apps. We deeply value contributions of any size. It takes an army to support the deeply specialized use cases of the Tidbyt community and we can't thank you enough. Rohan, Mats, Mark and Par @ Tidbyt ❤️ [1]: https://tidbyt.com [2]: https://github.com/tidbyt/pixlet [3]: https://discuss.tidbyt.com/ [4]: https://github.com/tidbyt/pixlet#hello-world [5]: https://github.com/mtimkovich [6]: https://tidbyt.dev/docs/publish/publishing-apps