feat: landing/overview redesign, memory restyle + showcase-mode backend#32
Merged
Conversation
…ero mock - Landing: saas222-style floating-pill header, centered single-column hero with serif-italic accent words and a wide dashboard mock; split "Open ContextMeM" CTA. - New in-app Overview dashboard at /app/home (fixes Home tab bouncing to landing); real counts from facts/history, namespaces table with per-namespace MCP URL. - Dashboard light restyle: Space Grotesk + JetBrains Mono via a CSS token bridge. - /app/memory facts restyle: display section/topic/entity headings, mono metadata, soft-green count pills + group badges, roomier rounded cards (entity-name link colors preserved, type-driven). - Fix clipped/illegible hero preview mock: remove the destructive bottom mask-fade (was cutting the metrics row) and fix dark-on-dark log text contrast.
- Add CONTEXTMEM_DEMO_DAILY_LIMIT (unset/blank = 50/IP/day; "0" disables the anonymous demo cap entirely for showcase mode). Sample target and delegate- bearing requests stay exempt. Set to "0" in prod + staging vars. - Add POST /api/runs/:id/hosted/import to the Worker (was Fastify-only, so the prod Worker 404'd the /app/publish import button). Public imports redacted, private imports Seal-encrypted via storeNamespaceImport. - Match hosted publish-readiness response shape to the local Fastify shape the PublishPanel expects (required/optional/warnings/commands/files).
Deploying contextmem with
|
| Latest commit: |
b1b21f0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a3a71d52.contextmem.pages.dev |
| Branch Preview URL: | https://feat-web-redesign-showcase.contextmem.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Ships the UI redesign/polish and the showcase-mode backend changes to production.
Frontend (
apps/web) → contextmem.pages.dev/app/home(fixes the Home tab bouncing back to the landing page). Real counts from facts/history + namespaces table with per-namespace MCP URLs./app/memoryfacts restyle — display headings, mono metadata, soft-green count pills + group badges, roomier rounded cards. Entity-name link colors preserved (type-driven).Backend (
apps/api) → contextmem-backend workerCONTEXTMEM_DEMO_DAILY_LIMIT(default 50/IP/day;"0"= showcase mode, cap disabled). Set to"0"in prod + staging. The live worker still has the old 1/day cap until this deploys.POST /api/runs/:id/hosted/importadded to the Worker (was Fastify-only — prod 404'd the publish import button).PublishPanelexpects.Verification
tsc --noEmitclean,vite buildclean (exit 0)./app/memory+ hero mock browser-verified on dev..env*/.dev.varsgitignored).Deploy
Merging to
maintriggers.github/workflows/deploy.yml(DEPLOY_ENABLED=true): deploys both the Worker and Pages (production).