Internal Demo Hub
← HomeMinimal template smoke test for Clerk auth, health checks, and Anchor-specific Sandbar demos.
Clerk Demo
Sign in with Clerk. If signed in, you can sign out via the user button.
Server-Side tRPC
React Server Components call the same demo health endpoints before the page streams.
public health
Unauthorized
external health
Unauthorized
internal health
Unauthorized
Stage: production
Client-Side tRPC
Browser requests run automatically through the same-origin/api/trpcproxy.
Expected here: public, external, and internal all succeed.
Invalidate + refetch clears the current React Query cache entry before rerunning the checks.
public health
Loading public health...
external health
Loading external health...
internal health
Loading internal health...
Sandbar Client Demo
Calls demo.sandbar.greet via tRPC → demo Lambda → 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 tRPC subscription and renders incoming text-delta events live.