Skip to content

v0.1.8

Choose a tag to compare

@coo1estguy coo1estguy released this 15 Sep 17:45
· 15 commits to main since this release

Available on npm:

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-admin CLI command (scripts/create-admin.mjs) to create and update admin users in PostgreSQL.
  • Updated /v1/system/metrics and system health handlers to support unassigned project scoping.
  • Included the prebuilt dashboard assets and admin CLI in the published npm package.