Find a Plugin

Extend and customize your services by using plugins for various technologies and integrations.

plugin logo
NestJS Auth Module
Add the core functionality for authentication and authorization to your service. This plugin must be installed with one of the Auth Provider plugins.
plugin logo
JWT Auth Provider
Add JSON Web Token (JWT) authentication and authorization to your service. This plugin must be installed with the “NestJS Auth Module” plugin.
plugin logo
Kafka
Use a Kafka message broker to communicate between your services
plugin logo
Github Actions
Adds a github actions workflow file which is used to build, test and package the service.
plugin logo
Mongo DB
Use a Mongo database in the service generated by Amplication
plugin logo
MySQL DB
Use a MySQL database in the service generated by Amplication
plugin logo
PostgreSQL DB
Use a PostgreSQL database in the service generated by Amplication
plugin logo
Basic Auth Provider
Add basic (username-password) authentication and authorization to your service. This plugin must be installed with the “NestJS Auth Module” plugin.
plugin logo
Redis Cache
Use a Redis cache in the service generated by Amplication.
plugin logo
MS SQL Server DB
Use an MS SQL Server database in the service generated by Amplication
plugin logo
Helm Chart
Adds a Helm Chart for the generated service which can be used for deployment of the application within a Kubernetes cluster
plugin logo
Prettier
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
plugin logo
Open AI Integration
This plugin adds the ability to easily use OpenAI API in your service
plugin logo
ESLint
This plugin helps in integrating ESLint into your app generated by Amplication.
plugin logo
NestJS NATS
Use a NATS message broker to communicate between your services
plugin logo
Redis Message Broker
Use Redis as message broker to communicate between your services
plugin logo
OpenTelemetry
Allow observability of your NestJS application with OpenTelemetry
plugin logo
Swagger ApiBody
Add NestJS ApiBody Swagger decorator that specifies the structure of the request payload in a RESTful API for create (POST) and update (PUT/PATCH) actions.