diff --git a/docs/extensions/extensions.md b/docs/extensions/extensions.md index c8d3d644b8a..28bf3100648 100644 --- a/docs/extensions/extensions.md +++ b/docs/extensions/extensions.md @@ -19,6 +19,15 @@ as well as support for third-party extensions and integrations. The Hyde Realtime Compiler is included with Hyde installations and is what powers the `php hyde serve` command. - Learn more about the [Realtime Compiler](realtime-compiler) in the documentation. +### UI Kit + +The [HydePHP UI Kit](https://github.com/hydephp/ui-kit) is a set of minimalistic Blade & Tailwind components to kickstart development of custom Blade views for your HydePHP site. +- Learn more at https://github.com/hydephp/ui-kit and see the documentation at https://hydephp.github.io/ui-kit + +### GitHub Action + +The [GitHub Action for HydePHP](https://github.com/hydephp/action) is hands-down the easiest way to build and deploy your Hyde site to GitHub Pages. +- Learn more at https://github.com/hydephp/action and see the documentation at https://hydephp.github.io/action ## Integrations with third-party tools