---
title: Community
subtitle: The Base UI ecosystem, support channels, and ways to stay up to date.
description: Learn how to use Base UI with styles, where to get help, how to stay up to date, and how to contribute.
---

# Community

Learn how to use Base UI with styles, where to get help, how to stay up to date, and how to contribute.

## shadcn/ui integration

Base UI now has a first-class [shadcn/ui](https://ui.shadcn.com/create?base=base) integration. So if you want wrapper components styled with Tailwind, rather than handling the styling and API surface yourself, you can create a component library via the shadcn/ui [create](https://ui.shadcn.com/create?base=base) tool with Base UI as its foundation, or pick Base UI when installing components manually or using the shadcn/ui CLI.

## Styled libraries

Here's a non-exhaustive list of open-source styled libraries built with Base UI:

- [Kumo](https://kumo-ui.com): Cloudflare's component library for building modern web applications.
- [coss ui](https://coss.com/ui): a modern UI component library. Built by the people behind [cal.com](https://cal.com).
- [Fragments](https://www.usefragments.com): a design system platform that includes a component library built on Base UI.
- [9ui](https://9ui.dev): copy-paste components that adapt to your design.
- [Prototyper UI](https://prototyper-ui.com): components that agents can read, compose, and render.
- [Lumi UI](https://www.lumiui.dev): composable React components.
- [Olyx UI](https://www.olyxui.com): composable components styled with native CSS and HCT color system.

## Unofficial ports

- [base-ui-solid](https://github.com/msviderok/base-ui-solid): unofficial port of Base UI to SolidJS.
- [base-ui-vue](https://github.com/vuepont/base-ui-vue): unofficial port of Base UI to Vue.

## Get help and contribute

### GitHub

Base UI is an open-source project.
If you want to file a bug report or contribute, visit our [GitHub](https://github.com/mui/base-ui).

### Discord

For community support, questions, tips, and showcases, join our [Discord](https://base-ui.com/r/discord).

## Stay up to date

### X

The best way to stay up to date on new releases and announcements is to follow [@base_ui](https://x.com/base_ui) on X.

### Bluesky

We're also on [Bluesky](https://bsky.app/profile/base-ui.com).

### GitHub releases

You can also subscribe to the [GitHub releases](https://github.com/mui/base-ui/releases) to get notified.

Detailed release notes are published on our [releases](/react/overview/releases.md) page as well.
