Command Palette

Search for a command to run...

Addons

Browse and install workflow addons published by the community.

Addon docs

Showing 16 addons

Nest OAuth
Official
Full OAuth (social login) for NestJS via Passport. `install` lays down an extensible OAuthModule that issues a JWT on success; then add providers on demand with `add-google`, `add-github`, `add-discord` — each is independent and composes into the same module.
Nest Config
Official
Adds @nestjs/config with a global, cached ConfigModule so env vars are available everywhere via ConfigService.
@anesis-dev
1v0.1.0
Docker Compose Services
Official
Creates a docker-compose.yml and lets you add common dev services on demand (postgres, redis, mongo, rabbitmq, mailpit). Each command injects the service + named volume and auto-fills .env / .env.example with the matching connection variables.
@anesis-dev
5v0.1.0
React TanStack Query
Official
Adds TanStack Query v5 (React Query) with a shared QueryClient, QueryClientProvider, and devtools to a React project.
React Tailwind CSS
Official
Adds Tailwind CSS v4 to a React project. Uses the native Vite plugin when Vite is detected, PostCSS otherwise.
Nest Validation
Official
Adds class-validator + class-transformer with a global ValidationPipe to a NestJS project
@anesis-dev
4v0.1.0
Nest Swagger
Official
Adds @nestjs/swagger and exposes Swagger UI at /api in a NestJS project
@anesis-dev
4v0.1.0
Nest JWT Auth
Official
Adds JWT authentication to a NestJS project: AuthModule, JwtAuthGuard, @CurrentUser() decorator, login + register endpoints. Detects Drizzle or Prisma and wires up user storage automatically.
@anesis-dev
3v0.1.0
Nest Drizzle
Official
Adds Drizzle ORM (PostgreSQL) to a NestJS project and provides a custom resource generator that replaces `nest g res` — no tests, real DB queries.
@anesis-dev
2v0.1.0
Nest Prisma
Official
Adds Prisma ORM (PostgreSQL) to a NestJS project and provides a custom resource generator that replaces `nest g res` — no tests, real DB queries.
@anesis-dev
25v0.1.0
React Router
Official
Adds React Router v7 to a React project — sets up BrowserRouter, rewrites App.tsx with Routes, and provides a page generator that wires routes automatically.
Next Tailwind CSS
Official
Adds Tailwind CSS v4 to a Next.js project via @tailwindcss/postcss — no config file needed.
@anesis-dev
10v0.1.0
Nest Health
Adds @nestjs/terminus and a /health endpoint with a memory check — ready-made liveness/readiness probe for deployments.
@anesis-dev
3v0.1.0
Nest Docker
Adds a multi-stage Dockerfile, a docker-compose.yml (app + PostgreSQL) and a .dockerignore so a NestJS project is ready to build and deploy as a container.
@anesis-dev
3v0.1.0
Nest Prisma 7
Adds Prisma 7 (PostgreSQL) to a NestJS project: new `prisma-client` generator (CommonJS, generated under src/) plus the @prisma/adapter-pg driver adapter, and a resource generator that replaces `nest g res` — no tests, real DB queries.
@anesis-dev
16v0.4.0
Nest Prisma 7
Adds Prisma 7 (PostgreSQL) to a NestJS project: new `prisma-client` generator (CommonJS, generated under src/) plus the @prisma/adapter-pg driver adapter, and a resource generator that replaces `nest g res` — no tests, real DB queries.
@anesis-dev
16v0.3.0