Announcing Plugins for Makerkit

We are excited to announce the launch of Plugins for Makerkit. Plugins are a way for you to extend the functionality of Makerkit to suit your needs.

3 min read
Cover Image for Announcing Plugins for Makerkit

I strive to keep the Makerkit SaaS Starter kits as simple as possible. At the same time, I want to make it easy for you to get started with your SaaS project.

At the same time, I want to make it easy for you to add new features to your SaaS project: this is why I created the plugin system for Makerkit.

The Makerkit plugins is an easy way for you to extend the functionality of Makerkit to suit your needs with our 1st-party plugins, without the burden of having a bulky codebase by only including the features you need.

Plugins are installable using the Makerkit CLI. You can install a plugin by running the following command:

npx @makerkit/cli plugins install

The CLI will detect your Makerkit project and ask you which plugin you want to install. You can then select the plugin you want to install from the list of available plugins.

It's all built on Git - no magic here. The CLI will pull in the plugin from the Makerkit repository and install it in your project. This allows you to:

  1. Own the code - you can modify the plugin code as you wish.
  2. Update the plugin to the latest version by running npx @makerkit/cli plugins update.

How are plugins distributed?

Plugins are built in a fork of the Makerkit repository they're extending. You can then use git subtree to pull in the plugin into your project, which will pull only the files that are relevant to the plugin.

This is abstracted away by the CLI - you may not need to run complicated git commands to install or update a plugin.

What plugins are available?

I am currently working on a few plugins that will be available soon. Two of them are:

  • Cookie Consent: A cookie consent plugin that will allow you to add a cookie consent banner to your Makerkit project.
  • AI Chatbot: An AI Chatbot plugin that will allow you to add a chatbot to your Makerkit project for automated customer support.

Do you have any ideas for plugins? Let me know by contacting me on Discord or by email. I'd love to hear your ideas!

When will plugins be available?

They will be available soon - but you can contact me if you want to get early access to the plugins today.

I am a Makerkit customer - can I create my own plugins?

Yes! You can create your own plugins and distribute them to other Makerkit customers. You can also create private plugins that are only available to you.

Please contact me if you want to learn more about creating plugins for Makerkit.

How will I know when plugins are available?

I will send you an email if you are a customer, otherwise you can subscribe to the newsletter to get notified when plugins are available.



Read more about Changelog

Cover Image for Introducing Makerkit Turbo: faster, simpler and more powerful SaaS Boilerplate

Introducing Makerkit Turbo: faster, simpler and more powerful SaaS Boilerplate

4 min read
I am excited to announce Makerkit Turbo - the next generation of our SaaS boilerplate. It's a tremendous upgrade over the previous version, with a focus on speed, simplicity, and power.
Cover Image for Announcing the AI Blog Writer SaaS Template

Announcing the AI Blog Writer SaaS Template

3 min read
We're excited to announce the launch of our latest SaaS template, the AI Blog Writer app template. This template is a great starting point for building a product to write SEO optimized blog posts using AI.
Cover Image for Announcing the AI Chat with PDF SaaS Template

Announcing the AI Chat with PDF SaaS Template

3 min read
We're excited to announce the launch of our latest SaaS template, the Chat with PDF app template. This template is a great starting point for building a product that allows your customers to create chatbots that can answer questions and search through PDF documents.
Cover Image for Announcing the AI Chatbot SaaS Template

Announcing the AI Chatbot SaaS Template

3 min read
We're excited to announce the launch of our latest SaaS template, the AI Chatbot SaaS Template. This template is a great starting point for building a customer support chatbot SaaS product.
Cover Image for Announcing Premium Codebase Access

Announcing Premium Codebase Access

4 min read
We are excited to announce that we are now offering Premium Codebase Access to all our users on the Teams Plan.
Cover Image for Announcing the new Onboarding Flow!

Announcing the new Onboarding Flow!

2 min read
The latest update to the SaaS Starter Kits is here! This update includes changes to the Onboarding Flow after sign-up.