Skip to content

Add Memind UI admin console#43

Merged
starboyate merged 33 commits into
mainfrom
feat/memind-server-ui
May 7, 2026
Merged

Add Memind UI admin console#43
starboyate merged 33 commits into
mainfrom
feat/memind-server-ui

Conversation

@starboyate
Copy link
Copy Markdown
Collaborator

Summary

  • Add a standalone Vite/React Memind UI admin console for local memory inspection and maintenance.
  • Implement typed admin API clients, memory scope handling, dashboard, buffers, raw data, memory items, item graph, memory threads, settings, and retrieve/debug views.
  • Add frontend mock API mode for UI review with rich deterministic data, plus open CORS support for local server integration.

Test Plan

  • pnpm build in memind-ui
  • pnpm lint in memind-ui
  • pnpm test in memind-ui
  • mvn -pl memind-server test

Security Notes

  • The UI is documented as local-only and unauthenticated.
  • The PR diff was checked for common secret patterns before creation.
  • memind-server/src/main/resources/application.yml is not included in this PR diff.

@starboyate starboyate linked an issue May 7, 2026 that may be closed by this pull request
@starboyate starboyate merged commit 919ca73 into main May 7, 2026
1 check passed
@starboyate starboyate deleted the feat/memind-server-ui branch May 7, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: add memind server UI

1 participant