Skip to content

πŸ”— Unique, flexible and autogenerated URLs for your Strapi managed web content.

License

Notifications You must be signed in to change notification settings

pluginpal/strapi-webtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Strapi Webtools

Everything you need to build a website with Strapi CMS

Read the documentation

NPM Version Monthly download on NPM CI build status codecov.io

✨ Features

  • Unique URLs Every page will get their own unique path
  • Auto generated Automatically generated based on a pattern
  • Flexible Overwrite single URLs
  • Frontend router Get any page by it's unique path from the public API
  • Auto slugify The URLs will automatically be slugified to ensure valid paths

⏳ Installation

Read the Getting Started tutorial or follow the steps below:

Installer wizard

To provide easy installation, this plugin comes with it's own installer wizard. It let's you interactively select which content types you want to enable and which addons you want to install. Making it easy to get started with Webtools!

npx webtools-cli install

Enabling

Using the installer wizard you can easily enable Webtools for your content types. If there are still more content-types you want to enable, you can do that manually through the admin panel. Read more about how to do that in the usage documentation.

Building

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 πŸŽ‰

πŸ““ Documentation

The full documentation of this plugin can be found on it's dedicated documentation website.

πŸ”Œ Addons

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.

πŸ”— Links

🌎 Community support

πŸ“ Resources