🔗 Unique, flexible and autogenerated URLs for your Strapi managed web content.
Everything you need to build a website with Strapi CMS
!IMPORTANT
The Webtools suite is still in BETA
Read the Getting Started tutorial or follow the steps below:
# using yarn
yarn add @pluginpal/webtools-core
# using npm
npm install @pluginpal/webtools-core --save
After successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:
# using yarn
yarn build
yarn develop
# using npm
npm run build
npm run develop
Enjoy 🎉
See our dedicated repository for all of PluginPal's documentation, or view the Webtools documentation live:
Webtools can be extended by installing addons that hook into the core Webtools functionality. Read more about how addons work and how to install them in the addons documentation.
npm install @pluginpal/webtools-core
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.