Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions community-and-support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Community and Support
description: ""
---
4 changes: 4 additions & 0 deletions configure-environment.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Configure Environnment
description: ""
---
4 changes: 4 additions & 0 deletions create-project.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Create Project
description: ""
---
69 changes: 0 additions & 69 deletions define-collections.mdx

This file was deleted.

52 changes: 0 additions & 52 deletions define-models.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Deploy Project
description: "Deploying AI features is simple"
---

Hypermode leverages a native GitHub integration for the deployment of Hypermode projects. The deployment includes both the project's [manifest](/manifest) and functions.
Hypermode leverages a native GitHub integration for the deployment of Hypermode projects. The deployment includes both the project's [manifest](/modus/app-manifest) and functions.

<Note>
Preview environments for live validation of pull requests are in development.
Expand All @@ -17,7 +17,7 @@ All templates include a GitHub Action to build your project's functions. On succ

On successful build of your project or a change to your manifest in your connected GitHub repository, Hypermode automatically deploys your project changes.

For [auto-deployed models](/define-models#auto-deployed-models), Hypermode deploys a dedicated instance of the model.
For auto-deployed models](/modus/app-manifest#auto-deployed-models), Hypermode deploys a dedicated instance of the model.

## Query

Expand Down
10 changes: 5 additions & 5 deletions getting-started-with-hyper-commerce.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This guide walks you through getting started instantly with Hypermode using the

## What's Hypermode?

[Hypermode](/introduction) is framework designed to simplify the development and deployment of AI features and assistants. With its [Functions SDK](/sdk/functions-sdk) and runtime, developers can quickly deploy intelligent features into production without the need for extensive data wrangling. Hypermode supports rapid iteration, allowing you to start with a large language model and later fine-tune smaller, open source models. Its production-ready GraphQL API auto-generates and enables seamless integration. Hypermode is ideal for developers looking to quickly prototype and evolve AI capabilities.
[Hypermode](/introduction) is framework designed to simplify the development and deployment of AI features and assistants. With its [Functions SDK](/modus) and runtime, developers can quickly deploy intelligent features into production without the need for extensive data wrangling. Hypermode supports rapid iteration, allowing you to start with a large language model and later fine-tune smaller, open source models. Its production-ready GraphQL API auto-generates and enables seamless integration. Hypermode is ideal for developers looking to quickly prototype and evolve AI capabilities.

## Quickstart

Expand Down Expand Up @@ -84,10 +84,10 @@ In the Hypermode console, you’ll see several key components of your project:
/>
</Frame>

- **[Functions](/sdk/functions-sdk):** These are serverless functions written in AssemblyScript (a TypeScript-like language) that are automatically exposed as GraphQL APIs. Once deployed, you can query these functions within your app.
- **[Collections](/sdk/collections):** Hypermode offers built-in key-value storage, known as collections, with support for vector embeddings. This allows you to store and retrieve data efficiently, without requiring a database for basic use cases.
- **[Models](/sdk/models):** This section represents the AI models defined for your project. These models handle tasks like embedding text into vectors for search. Hypermode provides open source shared and dedicated model hosting for rapid experimentation. You can also connect to your preferred large language model, including OpenAI, Anthropic, and Gemini.
- **[Hosts](/define-hosts#define-hosts):** You define all external connections from your functions as hosts, with the runtime denying all other egress for secure-by-default processing.
- **[Functions](/modus):** These are serverless functions written in AssemblyScript (a TypeScript-like language) that are automatically exposed as GraphQL APIs. Once deployed, you can query these functions within your app.
- **[Collections](/modus/sdk/collections):** Hypermode offers built-in key-value storage, known as collections, with support for vector embeddings. This allows you to store and retrieve data efficiently, without requiring a database for basic use cases.
- **[Models](/modus/sdk/models):** This section represents the AI models defined for your project. These models handle tasks like embedding text into vectors for search. Hypermode provides open source shared and dedicated model hosting for rapid experimentation. You can also connect to your preferred large language model, including OpenAI, Anthropic, and Gemini.
- **[Hosts](/modus/app-manifest#hosts):** You define all external connections from your functions as hosts, with the runtime denying all other egress for secure-by-default processing.
- **Endpoint:** The GraphQL endpoint for your project, which you’ll use to interact with your APIs and query your data.

### Step 4: Querying your data
Expand Down
4 changes: 4 additions & 0 deletions hosted-models.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Hosted Models
description: ""
---
4 changes: 4 additions & 0 deletions hyp-cli.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Hyp CLI
description: ""
---
4 changes: 4 additions & 0 deletions integrate-api.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Integrate API
description: ""
---
2 changes: 1 addition & 1 deletion introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Welcome to Hypermode"
mode: "wide"
---

Hypermode is a framework for building AI features and assistants for your applications. The easy-to-use [Functions SDK](/sdk/functions-sdk) combines with a powerful runtime to allow you to put your first features into production within hours, no data required.
Hypermode is a framework for building AI features and assistants for your applications. The easy-to-use [Functions SDK](/modus) combines with a powerful runtime to allow you to put your first features into production within hours, no data required.

Don't stop there. Launch your project quickly with a large language model, while automatically building a training dataset to fine-tune a small, open source model. Hypermode addresses the AI orchestration needs of app developers for day one and beyond.

Expand Down
19 changes: 0 additions & 19 deletions manifest.mdx

This file was deleted.

126 changes: 79 additions & 47 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,75 +22,107 @@
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
"name": "Company",
"url": "https://hypermode.com/home"
},
{
"name": "Start Now",
"url": "https://hypermode.com/sign-up"
}
],
"topbarCtaButton": {
"name": "Start Now",
"url": "https://hypermode.com/sign-up"
"type": "github",
"url": "https://github.com/hypermodeinc/modus"
},
"topAnchor": {
"name": "Docs",
"icon": "book-open-cover"
"primaryTab": {
"name": "Hypermode"
},
"anchors": [
"tabs": [
{
"name": "Home",
"icon": "house",
"url": "https://hypermode.com/home"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://hypermode.com/blog"
},
{
"name": "Templates",
"icon": "sparkles",
"url": "https://justship.ai"
"name": "Modus",
"url": "modus"
}
],
"navigation": [
{
"group": "Get Started",
"group": "Getting Started",
"pages": ["introduction", "quickstart"]
},
{
"group": "Develop",
"pages": [
"work-locally",
"deploy",
"configure-environment",
"integrate-api",
"observe-functions"
]
},
{
"group": "Manage",
"pages": [
"introduction",
"quickstart",
"getting-started-with-hyper-commerce"
"create-project",
"modify-project",
"modify-organization",
"user-management"
]
},
{
"group": "Configure Project",
"group": "Tools",
"pages": ["hosted-models", "hyp-cli"]
},
{
"group": "Resources",
"pages": ["security", "community-and-support"]
},
{
"group": "Getting Started",
"pages": ["modus/overview", "modus/project-structure", "modus/quickstart"]
},
{
"group": "Examples",
"pages": ["modus/basic-functions", "modus/ai-enabled-apps"]
},
{
"group": "Building Your App",
"pages": [
"manifest",
"define-models",
"define-hosts",
"define-collections",
"define-schema"
"modus/app-manifest",
"modus/data-fetching",
"modus/model-invoking",
"modus/search",
"modus/api-generation",
"modus/authentication",
"modus/error-handling",
"modus/testing",
"modus/deploying",
"modus/upgrading"
]
},
{
"group": "Functions SDK",
"group": "API Reference",
"pages": [
"sdk/functions-sdk",
{
"group": "API Reference",
"pages": [
"sdk/collections",
"sdk/console",
"sdk/graphql",
"sdk/http",
"sdk/models",
"sdk/postgresql",
"sdk/dgraph"
]
}
"modus/sdk/collections",
"modus/sdk/console",
"modus/sdk/dgraph",
"modus/sdk/graphql",
"modus/sdk/http",
"modus/sdk/models",
"modus/sdk/postgresql"
]
},
{
"group": "Observe and Iterate",
"pages": ["deploy", "function-observability"]
"group": "Tools",
"pages": ["modus/modus-cli"]
},
{
"group": "Resources",
"pages": [
"modus/architecture",
"modus/troubleshooting",
"modus/roadmap",
"modus/contributing",
"modus/changelog"
]
}
],
"footerSocials": {
Expand Down
4 changes: 4 additions & 0 deletions modify-organization.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Modify Organization
description: ""
---
4 changes: 4 additions & 0 deletions modify-project.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Modify Project
description: ""
---
4 changes: 4 additions & 0 deletions modus/ai-enabled-apps.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: AI-Enabled Apps
description: ""
---
Loading