Skip to content

Conversation

@IRONICBo
Copy link
Member

Summary

  • Add a new mem ui command that launches a local web interface for visualizing .mem repository data
  • Implement a lightweight web server using Starlette/Uvicorn to serve the UI and REST APIs
  • Create a responsive frontend with vanilla JavaScript for browsing commit history, diffs, and AI interaction metadata

Usage

mem ui                    # Start UI and open browser
mem ui --port 9000        # Use custom port
mem ui --no-browser       # Don't auto-open browser
mem ui --loc /path/to/project  # Specify project directory

Signed-off-by: Asklv <boironic@gmail.com>
@IRONICBo IRONICBo requested a review from crispyberry December 24, 2025 04:35
@IRONICBo IRONICBo self-assigned this Dec 24, 2025
@crispyberry crispyberry force-pushed the main branch 2 times, most recently from 90aa6a1 to b005bb3 Compare December 29, 2025 17:02
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.

1 participant