Skip to content

Commit 072d09d

Browse files
committed
update intro
1 parent 8bc8667 commit 072d09d

File tree

7 files changed

+22
-24
lines changed

7 files changed

+22
-24
lines changed

images/architecture-dark.png

-206 KB
Binary file not shown.

images/architecture-light.png

-208 KB
Binary file not shown.

images/console-screenshot.png

-138 KB
Binary file not shown.

images/logical-layout.png

-184 KB
Binary file not shown.

images/overview-dark.png

2.82 MB
Loading

images/overview-light.png

2.07 MB
Loading

introduction.mdx

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,43 @@
11
---
22
title: Hypermode
33
description:
4-
An AI development platform that provides hosting and management capabilities
5-
for agents and knowledge graphs
4+
An AI agent development platform that provides natural language
5+
experimentation for anyone.
66
mode: "wide"
77
sidebarTitle: Introduction
88
"og:title": "Hypermode Docs - The AI Development Platform"
99
---
1010

11-
{/* vale Google.Contractions = NO */}
11+
<Frame>
12+
<img
13+
className="block dark:hidden"
14+
src="/images/overview-light.png"
15+
alt="Hypermode's overview, comprising natural language agents and code-first apps, graphs, and models."
16+
/>
17+
<img
18+
className="hidden dark:block"
19+
src="/images/overview-dark.png"
20+
alt="Hypermode's overview, comprising natural language agents and code-first apps, graphs, and models."
21+
/>
22+
</Frame>
1223

13-
## What is Hypermode?
14-
15-
{/* vale Google.Contractions = YES */}
16-
17-
Hypermode is a managed service that provides the workbench and infrastructure to
18-
create powerful, engaging, and secure agentic flows, AI features, and backend
19-
services.
20-
21-
With a suite of tools and services, start with one Hypermode component or all of
22-
them together as your complete backend.
24+
Hypermode is a complete workbench for rapidly building agents with natural
25+
language. When you're ready to embed an agent into your app, eject to code and
26+
manage it as a backend service.
2327

2428
<CardGroup cols={2}>
25-
<Card
26-
title="Apps"
27-
icon="rectangle-code"
28-
href="https://hypermode.typeform.com/agents-waitlist"
29-
>
30-
Build and deploy agentic flows, agents, and AI-enabled services | Join our
31-
waitlist →
29+
<Card title="Agents" icon="robot" href="agents/introduction">
30+
Craft powerful agents in natural language with access to your tools and data
31+
</Card>
32+
<Card title="Apps" icon="code" href="apps/introduction">
33+
Build and deploy agents, flows, and AI-enabled services with more control
3234
</Card>
3335
<Card title="Graphs" icon="chart-network" href="graphs/overview">
3436
Organize your knowledge in a natural structure of nodes and relationships
3537
</Card>
3638
<Card title="Models" icon="cube" href="/model-router">
3739
Experiment rapidly with the most popular open source and commercial models
3840
</Card>
39-
<Card title="Integrated Console" icon="display">
40-
Understand and control the end-to-end flow of your agents, data, and
41-
inferences
42-
</Card>
4341
</CardGroup>
4442

4543
## Built on open source

0 commit comments

Comments
 (0)