github lane711/sonicjs v2.4.0

one day ago

What's New

Auto-redirect to Registration on Fresh Install

When no admin user exists in the database (fresh install), the system now automatically redirects to the registration page. This provides a streamlined onboarding experience for new SonicJS installations.

Features:

  • New adminSetupMiddleware that checks for admin existence using lazy initialization
  • First-time setup banner on registration page with clear instructions
  • In-memory caching to minimize database queries (only one query per worker lifetime)
  • SonicJS logo added to registration page matching the login page design

Installation

npm create sonicjs@latest my-app

Or update existing project:

npm install @sonicjs-cms/core@2.4.0

Full Changelog

v2.3.17...v2.4.0

Don't miss a new sonicjs release

NewReleases is sending notifications on new releases.