|  | 
| 1 | 1 | --- | 
| 2 | 2 | title: Hypermode | 
| 3 | 3 | 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. | 
| 6 | 6 | mode: "wide" | 
| 7 | 7 | sidebarTitle: Introduction | 
| 8 | 8 | "og:title": "Hypermode Docs - The AI Development Platform" | 
| 9 | 9 | --- | 
| 10 | 10 | 
 | 
| 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> | 
| 12 | 23 | 
 | 
| 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. | 
| 23 | 27 | 
 | 
| 24 | 28 | <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 | 
| 32 | 34 |   </Card> | 
| 33 | 35 |   <Card title="Graphs" icon="chart-network" href="graphs/overview"> | 
| 34 | 36 |     Organize your knowledge in a natural structure of nodes and relationships | 
| 35 | 37 |   </Card> | 
| 36 | 38 |   <Card title="Models" icon="cube" href="/model-router"> | 
| 37 | 39 |     Experiment rapidly with the most popular open source and commercial models | 
| 38 | 40 |   </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> | 
| 43 | 41 | </CardGroup> | 
| 44 | 42 | 
 | 
| 45 | 43 | ## Built on open source | 
|  | 
0 commit comments