diff --git a/README.md b/README.md
index ee22590..df6b72a 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
- [Installation](#installation)
- [Features](#features)
+- [FortifyUI Presets](#presets)
## Installation
@@ -77,6 +78,11 @@ To enable the email verification feature, you'll need to visit the **FortifyUI**
### Password Confirmation
To enable the password confirmation feature, you'll need to visit the **FortifyUI** service provider and uncomment the `Fortify::confirmPasswordView()` feature. This allows you to attach the `password.confirm` middleware to any of your routes, which is handled by the `password-confirm.blade.php` file.
+
+## FortifyUI Presets
+
+**FortifyUI** encourges you fork this repository and make your own presets, with your favorite frontend libraries and frameworks. To give you an idea of what that looks like, please take a look at [*FortifyUIkit*](https://github.com/zacksmash/fortify-ui).
+
## License
**FortifyUI** is open-sourced software licensed under the [MIT license](LICENSE.md).