Changelog

Latest updates and announcements.

July 2026

08 July, 2026 - Express.js Hybrid Auth with MySQL(Drizzle) Blueprint

  • Added the hybrid-auth blueprint for Express.js.
npx servercn-cli@latest add bp hybrid-auth

Read more




02 July, 2026 - Next.js Mongodb(Prisma) Provider

  • Added the mongodb-prisma provider for Next.js.
npx servercn-cli@latest add pr mongodb-prisma

Read more




June 2026

29 June, 2026 - Next.js PostgreSQL(Drizzle & Neon) Provider

  • Added the pg-drizzle-neon provider for Next.js.
npx servercn-cli@latest add pr pg-drizzle-neon

Read more




27 June, 2026 - Next.js PostgreSQL(Drizzle) Provider

  • Added the pg-drizzle provider for Next.js.
npx servercn-cli@latest add pr pg-drizzle

Read more




26 June, 2026 - Next.js MySQL(Drizzle) Provider

  • Added the mysql-drizzle provider for Next.js.
npx servercn-cli@latest add pr mysql-drizzle

Read more




25 June, 2026 - Next.js Mongodb(Mongoose) Provider

  • Added the mongodb-mongoose provider for Next.js.
npx servercn-cli@latest add pr mongodb-mongoose

Read more




20 June, 2026 - Express.js Rate Limiter Component

  • Added upstash and ioredis variants for the Rate Limiter component.
  • Expanded the component beyond the existing express-rate-limit implementation.
npx servercn-cli@latest add rate-limiter

Read more




18 June, 2026 - Next.js File Upload Component(Imagekit)

You can now add a file upload component powered by Imagekit.

npx servercn-cli@latest add file-upload

Read more




16 June, 2026 - Next.js File Upload Component(Cloudinary)

You can now add a file upload component powered by Cloudinary.

npx servercn-cli@latest add file-upload

Read more