v0.1.8
Available on npm:
notifkit@0.1.8(npm i notifkit@0.1.8)
What changed
- Migrated the admin dashboard from Next.js to a Vite SPA with React Router.
- Built the UI with official shadcn/ui components using standard dark and neutral CSS variables.
- Embedded static hosting for the dashboard in the API server at
/admin, with dev proxy support for local frontend development. - Added session-based authentication and scrypt password hashing for dashboard access.
- Added the
notifkit-create-adminCLI command (scripts/create-admin.mjs) to create and update admin users in PostgreSQL. - Updated
/v1/system/metricsand system health handlers to support unassigned project scoping. - Included the prebuilt dashboard assets and admin CLI in the published npm package.