Get started by creating your first App in Hypermode
Creating your first App in Hypermode is straightforward. This guide walks you through the entire process from workspace creation to having a fully configured app ready for development.
Before creating your app, ensure you have:
To create your app, follow these steps in the Hypermode console. If you havenโt created a workspace yet, youโll need to do that first. Workspaces are where you and your team manage all your apps and configurations.
Create your workspace
Start by going to hypermode.com and creating your workspace. Workspaces are where you and your team manage all your apps.
Enter a descriptive name for your workspace and click Create workspace. Choose a name that reflects your organization or project scope, as this becomes the container for all your apps.
Navigate to Apps
Once your workspace is created, youโll see the main dashboard. Click on Apps to start creating your first app.
From the Apps section, you have options to create different types of apps or import existing ones.
Configure Your App
Click Import your Modus app to create a new app. This option works whether youโre importing an existing Modus project or starting fresh.
Enter a descriptive name for your app. This can be used in your appโs endpoint URL and throughout the Hypermode console.
You have two options:
If you donโt have a repository yet, you can create one:
Choose your preferred deployment region. This affects:
Complete App Creation
After filling in all the configuration details, click Create App. Hypermode then automatically:
Review your App configuration
Once created, youโll see your appโs configuration panel:
Your new app includes:
Your production GraphQL endpoint where your app is accessible:
The connected repository for automatic deployments. Any push to the main branch triggers a deployment.
Your authentication key for accessing the appโs API. Keep this secure and use it in your app headers:
With your app created, you can choose between two development approaches:
Now that your app is created:
modus dev
(see
Develop guide)Your app is now ready for development. The GitHub integration is configured, your endpoint is live, and you have everything needed to start building your AI-powered app.
Repository not appearing in dropdown?
App creation failed?
Need to change configuration?