Internal Demo Hub
← HomeMinimal template smoke test for Clerk auth, LaunchDarkly feature flags, health checks, and Anchor-specific Sandbar demos.
Clerk Demo
Sign in with Clerk. If signed in, you can sign out via the user button.
Feature Flags Demo
Hardcoded anchor-test across server, client, user, and organization checks.
Server Side Demo
value=false
provider=anchor-backend reason=error variant=n/a errorCode=n/a
Authentication required
Client Side Demo
Waiting for browser runtime...
provider=launchdarkly-browser reason=n/a variant=n/a errorCode=n/a
User Demo
Enter a user ID to test targeting.
Enter a user ID to evaluate the user-targeted rule.
provider=launchdarkly-browser reason=n/a variant=n/a errorCode=n/a
Organization Demo
Enter an organization ID to test targeting.
Enter an organization ID to evaluate the organization-targeted rule.
provider=launchdarkly-browser reason=n/a variant=n/a errorCode=n/a
Server-Side Anchor API
React Server Components call the same demo health route handlers before the page streams.
public health
Not found
external health
Not found
internal health
Not found
Stage: production
Client-Side Anchor API
Browser requests now run through same-origin/api/anchorroute handlers.
Expected here: public, external, and internal all succeed.
Invalidate + refetch clears current React Query cache before rerunning the checks.
public health
Loading public health...
external health
Loading external health...
internal health
Loading internal health...
Aegis Roles
Fetch a managed Better Auth user and toggle role assignments via Aegis.
Sandbar Client Demo
Calls demo.sandbar.greet via Anchor route handlers → sandbar-client SDK → Sandbar service (Atlantis)
Companies Demo
Calls demo.sandbarTest.companies to fetch companies from Sandbar.
LLM Generate Demo
Calls POST /llm/generate via demo.sandbar.llmGenerate
LLM Stream Demo (SSE-ready UI)
Calls POST /llm/stream as a native SSE stream and renders incoming text-delta events live.