Skip to main content
Glama
LandingPage.tsx981 B
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors // SPDX-License-Identifier: Apache-2.0 import { Anchor, Button, Stack, Text, Title } from '@mantine/core'; import { Document } from '@medplum/react'; import type { JSX } from 'react'; import { Link } from 'react-router'; export function LandingPage(): JSX.Element { return ( <Document width={500}> <Stack align="center"> <Title order={1} fz={36}> Welcome! </Title> <Text> This "Live Chat" example demonstrates how to build a simple React live chat application that utilizes Medplum WebSocket subscriptions to sync chat messages modeled as{' '} <Anchor href="https://www.medplum.com/docs/communications">Communication</Anchor> resources between two clients. </Text> <Button component={Link} to="/signin" size="lg" radius="xl"> Sign in </Button> </Stack> </Document> ); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/medplum/medplum'

If you have feedback or need assistance with the MCP directory API, please join our Discord server