Changelog
Latest updates and announcements.
July 2026
08 July, 2026 - Express.js Hybrid Auth with MySQL(Drizzle) Blueprint
- Added the
hybrid-authblueprint for Express.js.
npx servercn-cli@latest add bp hybrid-auth02 July, 2026 - Next.js Mongodb(Prisma) Provider
- Added the
mongodb-prismaprovider for Next.js.
npx servercn-cli@latest add pr mongodb-prismaJune 2026
29 June, 2026 - Next.js PostgreSQL(Drizzle & Neon) Provider
- Added the
pg-drizzle-neonprovider for Next.js.
npx servercn-cli@latest add pr pg-drizzle-neon27 June, 2026 - Next.js PostgreSQL(Drizzle) Provider
- Added the
pg-drizzleprovider for Next.js.
npx servercn-cli@latest add pr pg-drizzle26 June, 2026 - Next.js MySQL(Drizzle) Provider
- Added the
mysql-drizzleprovider for Next.js.
npx servercn-cli@latest add pr mysql-drizzle25 June, 2026 - Next.js Mongodb(Mongoose) Provider
- Added the
mongodb-mongooseprovider for Next.js.
npx servercn-cli@latest add pr mongodb-mongoose20 June, 2026 - Express.js Rate Limiter Component
- Added
upstashandioredisvariants for the Rate Limiter component. - Expanded the component beyond the existing
express-rate-limitimplementation.
npx servercn-cli@latest add rate-limiter18 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-upload16 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