# Disable some of the community features for regular users on the UI Kit

**URL:** https://forum.social.plus/t/disable-some-of-the-community-features-for-regular-users-on-the-ui-kit/626
**Category:** Web
**Created:** [January 20, 2023, 12:51pm UTC](https://forum.social.plus/t/disable-some-of-the-community-features-for-regular-users-on-the-ui-kit/626 "2023-01-20T12:51:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DanishMentorange](https://avatars.discourse-cdn.com/v4/letter/d/b487fb/32.png) [@DanishMentorange](https://forum.social.plus/u/DanishMentorange)
#### Post date: [January 20, 2023, 12:51pm UTC](https://forum.social.plus/t/disable-some-of-the-community-features-for-regular-users-on-the-ui-kit/626/1 "2023-01-20T12:51:34Z")

</div>

We are using the TypeScript SDK UIKitSocial. Our use case is as follows:

- Within our app users will be creating a program; upon creation we will initiate a community creation in Amity Social
- We will also add users using the Amity APIs to those community  
Hence, we to do the following on the Social UI Kit:
- Hide the explore option
- Hide the create community button
- Disable users to “Leave the community”

Also change the look and feel so it matches our theme

If documentation exists please point me to one as I was unable to find anything there.

Thanks.

---

<div class="post-metadata">

### Author: ![topAmity](https://avatars.discourse-cdn.com/v4/letter/t/a88e4f/32.png) [@topAmity](https://forum.social.plus/u/topAmity)
#### Post date: [January 23, 2023, 9:02am UTC](https://forum.social.plus/t/disable-some-of-the-community-features-for-regular-users-on-the-ui-kit/626/2 "2023-01-23T09:02:11Z")

</div>

In that case, our Web UIKit open source would be more suitable for you comparing to the one in the npm package. You can fork the code from this repo and customize the code base on your business requirement. Here is the link to the repo([GitHub - AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource)).
