MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / Page

Function Page

examples/remix/app/routes/demo.chat-simple.tsx:12–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10};
11
12export default function Page() {
13 return (
14 <div className="w-full max-w-md">
15 <GoHome />
16
17 <h1 className="text-2xl font-light text-gray-800 mb-1 text-center">
18 `usePipe()`: Chat
19 </h1>
20 <p className="text-muted-foreground text-base font-light mb-20 text-center">
21 Chat with the AI agent
22 </p>
23 <ChatSimple />
24 </div>
25 );
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected